Pluginmodulechanged

void Pluginmodulechanged(ulong addr);

Informs OllyDbg that module containing specified address is changed and .udd file must be updated. If address is 0, assumes main module.


Parameters:

addr
(in) Memory address in the context of the debugged application. If address belongs to some module, this module is marked as modified and .udd file will be updated. If addr is 0, OllyDbg assumes main module


Return values:

None


See also:
Pluginsthreads