Main Page   Modules   Data Structures   File List   Data Fields   Examples  

_melf Struct Reference
[The Manipulate ELF library.]

MELF context. More...

#include <melf.h>


Data Fields

char image [1024]
unsigned long imageSize
int access
Elf32_Ehdr header
ELF_SPEC_HEADER_LIST sections
ELF_SPEC_HEADER_LIST programs


Detailed Description

MELF context.

The melf context used to hold the path to an image as well as the elf, program and section headers.

Examples:

new.c.


Field Documentation

int _melf::access
 

The access the image was opened with

Elf32_Ehdr _melf::header
 

The ELF header for the current ELF image.

char _melf::image[1024]
 

The path to the ELF image being operated on.

unsigned long _melf::imageSize
 

The size, in bytes, of the image.

ELF_SPEC_HEADER_LIST _melf::programs
 

The list of program sections.

ELF_SPEC_HEADER_LIST _melf::sections
 

The list of sections


The documentation for this struct was generated from the following file:
Generated on Tue May 4 00:14:34 2004 for libmelf by doxygen1.2.15