|
Ollydbg v1 to v2 porting question
Hi people
who could assist me in porting one of the API from Olly 1.10 into v2?
here are the details:
There is an API inside Olly v1.10:
extern int cdecl Go(ulong threadid,ulong tilladdr,int stepmode, int givechance,int backupregs);
how to correctly port it into v2?
Right now I'm interesting how to port the following call to v2:
Go(Getcputhreadid(), addr, STEP_RUN, 1, 1);
it is a kind of same command as "G" in old good SoftIce
|