Getdisassemblerrange

OllyDbg Plugin API

Getdisassemblerrange

Gets address range of memory block that is currently displayed in Disassembler window.

void Getdisassemblerrange(ulong *pbase,ulong *psize);

Parameters:

pbase - pointer to variable that receives base address of memory block in address space of debugged application;

psize - pointer to variable that receives size of memory block.

See also: Getcputhreadid