Passed as 'dbg_proc_flags' parameter to debugger_t::start_process. 
 | 
| 
#define  | DBG_PROC_IS_DLL   0x01 | 
|   | database contains a dll (not exe) 
  | 
|   | 
| 
#define  | DBG_PROC_IS_GUI   0x02 | 
|   | using gui version of ida 
  | 
|   | 
| 
#define  | DBG_PROC_32BIT   0x04 | 
|   | application is 32-bit 
  | 
|   | 
| 
#define  | DBG_PROC_64BIT   0x08 | 
|   | application is 64-bit 
  | 
|   | 
| 
#define  | DBG_NO_TRACE   0x10 | 
|   | do not trace the application (mac/linux) 
  | 
|   | 
| 
#define  | DBG_HIDE_WINDOW   0x20 | 
|   | application should be hidden on startup (windows) 
  | 
|   | 
| 
#define  | DBG_SUSPENDED   0x40 | 
|   | application should be suspended on startup (mac) 
  | 
|   | 
| 
#define  | DBG_NO_ASLR   0x80 | 
|   | disable ASLR (linux) 
  | 
|   |