#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 |
The melf context used to hold the path to an image as well as the elf, program and section headers.
|
The access the image was opened with |
|
The ELF header for the current ELF image. |
|
The path to the ELF image being operated on. |
|
The size, in bytes, of the image. |
|
The list of program sections. |
|
The list of sections |