Main Page   File List   Globals  

objdump.h

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 

Generated at Thu Oct 4 21:55:48 2001 for RevEng, The Reversing Engine by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001