Findprevproc

OllyDbg Plugin API

Findprevproc

Returns start address of the procedure that precedes or encloses addr, or 0 on error, for example, when module is not analyzed or address doesn't point to executable code.

ulong Findprevproc(ulong addr);

Parameters:

addr - address of reference command.

See also: Findprocbegin, Findprocend, Findnextproc, Getproclimits