|
IDA SDK
|
Passed as 'flags' parameter to move_segm() and rebase_program()
Macros | |
| #define | MSF_SILENT 0x0001 |
| don't display a "please wait" box on the screen | |
| #define | MSF_NOFIX 0x0002 |
| don't call the loader to fix relocations | |
| #define | MSF_LDKEEP 0x0004 |
| keep the loader in the memory (optimization) | |
| #define | MSF_FIXONCE 0x0008 |
| call loader only once with the special calling method. More... | |
| #define | MFS_NETMAP 0x0010 |
| change inf.netdelta if possible (this is faster) More... | |
| #define | MSF_PRIORITY 0x0020 |
| loader segments will overwrite any existing debugger segments when moved. More... | |
| #define MSF_FIXONCE 0x0008 |
call loader only once with the special calling method.
valid for rebase_program(). see loader_t::move_segm.
| #define MFS_NETMAP 0x0010 |
change inf.netdelta if possible (this is faster)
valid for rebase_program()
| #define MSF_PRIORITY 0x0020 |
loader segments will overwrite any existing debugger segments when moved.
valid for move_segm()
1.8.9.1