Findnextproc

OllyDbg Plugin API

Findnextproc

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

ulong Findnextproc(ulong addr);

Parameters:

addr - address of reference command.

See also: Findprocbegin, Findprocend, Findprevproc, Getproclimits