|
Functions |
int32 | RE_PrintHelp (void) |
| Print RevEng help on stdout.
|
int32 | RE_CreateOutputFile (Settings *projectSettings, LIST_Mapping *globalMapping) |
| Creates the output file(s).
|
int32 | RE_PrintHeader (FILE *f_OutputFile) |
| Prints RevEng's banner in a file.
|
int32 | RE_PrintCode (FILE *f_OutputFile, Settings *projectSettings, LIST_Mapping *globalMapping) |
| This function prints the code of the target with sections names, functions names, objects and jumps references.
|
int32 | RE_PrintStrings (FILE *f_OutputFile, Settings *projectSettings, LIST_Mapping *stringsMapping, RE_SortType e_SortType) |
| This function prints all strings referenced in the target. Strings are printed in alphabetical order.
|
int32 | RE_PrintObjects (FILE *f_OutputFile, Settings *projectSettings, LIST_Mapping *symbolsMapping, RE_SortType e_SortType) |
| This function prints all objects defined in the target. Objects are printed in alphabetical order.
|
int32 | RE_PrintClasses (FILE *f_OutputFile, Settings *projectSettings, LIST_Mapping *projectMapping, RE_SortType e_SortType) |
| This function prints all classes in alphabetical order, and all methods of each class in alphabetical order.
|
int32 | RE_PrintFunctions (FILE *f_OutputFile, LIST_Mapping *projectMapping, RE_SortType e_SortType) |
| This function prints all functions name of the target in a file in alphabetical order.
|
int32 | RE_CreateTagsFile (uint8 *psz_DisasmFileName, LIST_Mapping *projectMapping) |
| This function creates a tags file containing all functions and classes of the target. This will be used by VIM (and other editors) to step inside functions easily.
|