Defines |
|
#define | VDRUN_NEWFILE 0x0000 |
| | Create a new file or overwrite existing file.
|
|
#define | VDRUN_APPEND 0x0001 |
| | Create a new file or append to existing file.
|
|
#define | VDRUN_ONLYNEW 0x0002 |
| | Fail if output file already exists.
|
|
#define | VDRUN_SILENT 0x0004 |
| | Silent decompilation.
|
|
#define | VDRUN_SENDIDB 0x0008 |
| | Send problematic databases to hex-rays.com.
|
|
#define | VDRUN_MAYSTOP 0x0010 |
| | the user can cancel decompilation
|
|
#define | VDRUN_CMDLINE 0x0020 |
| | called from ida's command line
|
|
#define | VDRUN_STATS 0x0040 |
| | print statistics into vd_stats.txt
|