Execution and stepping functions

OllyDbg Plugin API

Execution and stepping functions

Execution and stepping functions listed in this section check for rough errors but, when improperly used, may bring OllyDbg in unstable state. Please use them with care! For simple tasks, consider use of Sendshortcut.

int OpenEXEfile(char *path,int dropped);

int Attachtoactiveprocess(int processid);

int Go(ulong threadid,ulong tilladdr,int stepmode,int givechance,int backupregs);

void Animate(int animation);

int Suspendprocess(int processevents);

ulong Runsinglethread(ulong threadid);

void Restoreallthreads(void);