|
IDA SDK
|
Passed as 'dbg_proc_flags' parameter to debugger_t::start_process.
Macros | |
| #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) | |
1.8.9.1