00001 #ifndef OBJDUMP_H 00002 #define OBJDUMP_H 00003 00004 extern int32 RE_DisassembleFile(Settings *fileSettings); 00005 extern int32 RE_GetObjdumpSections(Settings *projectSettings, Section *projectSections); 00006 extern int32 RE_GetSymbolsMapping(Settings *fileSettings, LIST_Mapping *mapping); 00007 extern int32 RE_DecomposeInstruction(uint8 *sz_AllLine, uint8 *sz_Addr, 00008 uint8 *sz_HexCode, uint8 *sz_Instruction); 00009 00010 #endif 00011