Findprocbegin

OllyDbg Plugin API

Findprocbegin

Returns start address of the procedure that encloses addr, or 0 on error, for example, when module is not analyzed or address points to no procedure.

ulong Findprocbegin(ulong addr);

Parameters:

addr - address of any command within the procedure.

See also: Findprocend, Findprevproc, Findnextproc, Getproclimits