Procedure functions

OllyDbg Plugin API

Procedure functions

Group of functions that facilitate handling of procedures recognized by Analyzer.

ulong Findprocbegin(ulong addr);

ulong Findprocend(ulong addr);

ulong Findprevproc(ulong addr);

ulong Findnextproc(ulong addr);

int Getproclimits(ulong addr,ulong *start,ulong *end);