Findmodule

From OllyDbg Plugin API

Findmodule

Given address of memory in debugged application, returns pointer to module descriptor that this address belongs to, or NULL if address is outside any module.

t_module* Findmodule(ulong addr);

Parameters:

addr - address of memory in the memory space of debugged application.

See also: Findfixup, Finddecode, Findfileoffset, t_module