Findmodule

t_module * Findmodule(ulong addr);

Given memory address in the context of the debugged application, returns pointer to the descriptor of the module to which this address belongs.


Parameters:

addr
(in) Memory address in the context of the debugged application


Return values:

If address belongs to some module in the context of debugged process, returns pointer to the structure t_module that describes this module. Otherwise, returns NULL


See also:
Modules, t_module, Findmainmodule(), Findmodulebyname()