Findnextruntraceip

OllyDbg Plugin API

Findnextruntraceip

Searches for the next (younger) appearance of command with specified EIP in the run trace buffer, starting from the specified backward step (not included in search). Returns backward step or -1 if command is not in trace or if run trace is inactive.

int Findnextruntraceip(ulong ip,int startback);

ip - address of the command to search;

startback - backward step where the search starts. This step is not included in search.

See also: Findhittrace, Runtracesize, Findprevruntraceip, Getruntraceregisters