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
Batch decompilation bits

Macros

#define VDRUN_NEWFILE   0x00000000
 Create a new file or overwrite existing file. More...
 
#define VDRUN_APPEND   0x00000001
 Create a new file or append to existing file. More...
 
#define VDRUN_ONLYNEW   0x00000002
 Fail if output file already exists. More...
 
#define VDRUN_SILENT   0x00000004
 Silent decompilation. More...
 
#define VDRUN_SENDIDB   0x00000008
 Send problematic databases to hex-rays.com. More...
 
#define VDRUN_MAYSTOP   0x00000010
 The user can cancel decompilation. More...
 
#define VDRUN_CMDLINE   0x00000020
 Called from ida's command line. More...
 
#define VDRUN_STATS   0x00000040
 Print statistics into vd_stats.txt. More...
 
#define VDRUN_LUMINA   0x00000080
 Use lumina server. More...
 

Detailed Description

Macro Definition Documentation

◆ VDRUN_APPEND

#define VDRUN_APPEND   0x00000001

Create a new file or append to existing file.

Definition at line 5419 of file hexrays.hpp.

◆ VDRUN_CMDLINE

#define VDRUN_CMDLINE   0x00000020

Called from ida's command line.

Definition at line 5424 of file hexrays.hpp.

◆ VDRUN_LUMINA

#define VDRUN_LUMINA   0x00000080

Use lumina server.

Definition at line 5426 of file hexrays.hpp.

◆ VDRUN_MAYSTOP

#define VDRUN_MAYSTOP   0x00000010

The user can cancel decompilation.

Definition at line 5423 of file hexrays.hpp.

◆ VDRUN_NEWFILE

#define VDRUN_NEWFILE   0x00000000

Create a new file or overwrite existing file.

Definition at line 5418 of file hexrays.hpp.

◆ VDRUN_ONLYNEW

#define VDRUN_ONLYNEW   0x00000002

Fail if output file already exists.

Definition at line 5420 of file hexrays.hpp.

◆ VDRUN_SENDIDB

#define VDRUN_SENDIDB   0x00000008

Send problematic databases to hex-rays.com.

Definition at line 5422 of file hexrays.hpp.

◆ VDRUN_SILENT

#define VDRUN_SILENT   0x00000004

Silent decompilation.

Definition at line 5421 of file hexrays.hpp.

◆ VDRUN_STATS

#define VDRUN_STATS   0x00000040

Print statistics into vd_stats.txt.

Definition at line 5425 of file hexrays.hpp.