Elf


Functions

int32 RE_DisassembleFile (Settings *fileSettings)
 Disassemble a file by using objdump.
int32 RE_GetObjdumpSections (Settings *projectSettings, Section *projectSections)
 Retrieves the sections addresses and sizes.
int32 RE_GetSymbolsMapping (Settings *fileSettings, LIST_Mapping *mapping)
 Builds the mapping of the functions/strings/objects of an executable by using the objdump generated file.
int32 RE_DecomposeInstruction (uint8 *sz_AllLine, uint8 *sz_Addr, uint8 *sz_HexCode, uint8 *sz_Instruction)
 Decompose an objdump code line to its componnents.

Function Documentation

int32 RE_DecomposeInstruction uint8 sz_AllLine,
uint8 sz_Addr,
uint8 sz_HexCode,
uint8 sz_Instruction
 

Decompose an objdump code line to its componnents.

int32 RE_DisassembleFile Settings fileSettings  ) 
 

Disassemble a file by using objdump.

int32 RE_GetObjdumpSections Settings projectSettings,
Section projectSections
 

Retrieves the sections addresses and sizes.

int32 RE_GetSymbolsMapping Settings fileSettings,
LIST_Mapping mapping
 

Builds the mapping of the functions/strings/objects of an executable by using the objdump generated file.


Generated on Tue Nov 29 20:13:27 2005 for REVENG by  doxygen 1.4.5