|
cobf
PE imports obfuscator
|
Go to the source code of this file.
Macros | |
| #define | MAX_INI_LINE 0x100 |
Typedefs | |
| typedef void(* | ini_line_cb) (void *data, unsigned int line, const char *section, const char *name, const char *value) |
| Callback with the data found at each line. More... | |
Functions | |
| int | parse_ini_file (const char *f_path, ini_line_cb handler, void *data) |
| Parse ini file, supply the data to a callback. More... | |
This file contains the definitions of the ini parser.
Definition in file ini.h.
| typedef void(* ini_line_cb) (void *data, unsigned int line, const char *section, const char *name, const char *value) |
| int parse_ini_file | ( | const char * | f_path, |
| ini_line_cb | handler, | ||
| void * | data | ||
| ) |