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
Rebase the whole program by 'delta' bytes
     delta - number of bytes to move the program
     flags - combination of MFS_... constants
             it is recommended to use MSF_FIXONCE so that the loader takes
             care of global variables it stored in the database
returns: error code MOVE_SEGM_...

long rebase_program(long delta, long flags);

Index | Previous topic | Next topic