Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Flags for compile_idc_file()

Compile a text file with IDC function(s). More...

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
 

Detailed Description

Compile a text file with IDC function(s).

Parameters
filename of file to compile if nullptr, then "File not found" is returned.
[out]errbufbuffer for the error message
cpl_flagsFlags for compile_idc_file() or 0
Return values
trueok
falseerror, see errbuf