Findmemory

OllyDbg Plugin API

Findmemory

Given address of memory, returns pointer to descriptor of memory block that this address belongs to, or NULL if there is no allocated memory.

t_memory* Findmemory(ulong addr);

Parameters:

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

See also: t_memory