Config


Functions

int32 RE_ReadCmdLine (int16 argc, int8 *argv[], Settings *projectSettings)
 Reads the command line.
int32 RE_ReadMessages (FILE *f_ConfigFile, LIST_Mapping *messagesMapping)
 Reads messages codes in the configuration file.
int32 RE_ReadParams (FILE *f_ConfigFile, LIST_Mapping *ParamsList)
 Reads parameters size in the configuration file.
int32 RE_ReadConfigFile (LIST_Mapping *globalMapping)
 Reads the configuration file and fills some parts of the globalMapping variable.
  • Reads messages codes.
  • This is where params size will be read when implemented.

int32 RE_GetCustomSymbols (Settings *projectSettings, LIST_Mapping *globalMapping)
 Reads the custom symbols files and adds them in the symbols list.

Function Documentation

int32 RE_GetCustomSymbols Settings projectSettings,
LIST_Mapping globalMapping
 

Reads the custom symbols files and adds them in the symbols list.

int32 RE_ReadCmdLine int16  argc,
int8 argv[],
Settings projectSettings
 

Reads the command line.

Reads the command line parameters passed to RevEng.

NOTE: To debug with bdb, define RE_BDB_ is necessary. It replaces the command line with other values (see in code).

int32 RE_ReadConfigFile LIST_Mapping globalMapping  ) 
 

Reads the configuration file and fills some parts of the globalMapping variable.

  • Reads messages codes.
  • This is where params size will be read when implemented.

int32 RE_ReadMessages FILE *  f_ConfigFile,
LIST_Mapping messagesMapping
 

Reads messages codes in the configuration file.

int32 RE_ReadParams FILE *  f_ConfigFile,
LIST_Mapping ParamsList
 

Reads parameters size in the configuration file.


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