00001 #ifndef OBJDUMP_H 00002 #define OBJDUMP_H 00003 00004 /*************/ 00005 /* GROUP Elf */ 00006 /*************/ 00007 00008 extern int32 RE_DisassembleFile(Settings *fileSettings); 00009 extern int32 RE_GetObjdumpSections(Settings *projectSettings, Section *projectSections); 00010 extern int32 RE_GetSymbolsMapping(Settings *fileSettings, LIST_Mapping *mapping); 00011 extern int32 RE_DecomposeInstruction(uint8 *sz_AllLine, uint8 *sz_Addr, 00012 uint8 *sz_HexCode, uint8 *sz_Instruction); 00013 /*************/ 00014 /* END GROUP */ 00015 /*************/ 00016 00017 #endif 00018