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

Passed as 'flags' parameter to move_segm() and rebase_program() More...

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()
 

Detailed Description

Passed as 'flags' parameter to move_segm() and rebase_program()

Macro Definition Documentation

◆ MSF_FIXONCE

#define MSF_FIXONCE   0x0008

call loader only once with the special calling method.

valid for rebase_program(). see loader_t::move_segm.

◆ MSF_PRIORITY

#define MSF_PRIORITY   0x0020

loader segments will overwrite any existing debugger segments when moved.

valid for move_segm()