rebase_program

Rebase the whole program by 'delta' bytes
     delta - number of bytes to move the program
     flags - combination of @hlpIdcmove_segm[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 @hlpIdcmove_segm[MOVE_SEGM_...]

long rebase_program(long delta, long flags);

Last updated

Was this helpful?