IDA SDK
|
Compile a text file with IDC function(s).
file | name of file to compile if NULL, then "File not found" is returned. | |
[out] | errbuf | buffer for the error message |
cpl_flags | Flags for compile_idc_file() or 0 |
true | ok |
false | error, see errbuf |
Macros | |
#define | CPL_DEL_MACROS 0x0001 |
delete macros at the end of compilation | |
#define | CPL_USE_LABELS 0x0002 |
allow program labels in the script | |
#define | CPL_ONLY_SAFE 0x0004 |
allow calls of only thread-safe functions | |