Findprocend

OllyDbg Plugin API

Findprocend

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

ulong Findprocend(ulong addr);

Parameters:

addr - address of any command within the procedure.

See also: Findprocbegin, Findprevproc, Findnextproc, Getproclimits