|
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 | MSF_PRIORITY 0x0020 |
| loader segments will overwrite any existing debugger segments when moved. More... | |
| #define | MSF_NETNODES 0x0080 |
| move netnodes instead of changing inf.netdelta (this is slower); valid for rebase_program() | |
| #define MSF_FIXONCE 0x0008 |
call loader only once with the special calling method.
valid for rebase_program(). see loader_t::move_segm.
| #define MSF_PRIORITY 0x0020 |
loader segments will overwrite any existing debugger segments when moved.
valid for move_segm()