Optional plugin callback function, called each time when OllyDbg analyses some module and analysis is finished. When plugin receives this call, it can make additional code analysis.
void ODBG2_Pluginanalyse(t_module *pmod);
Parameters:
pmod
(in/out) Pointer to the structure of type t_module that describes the analysed module
Return values:
None
See also: