Question

I'm trying to automate Ollydbg 1.10 to run a program in trace over mode and save it to a log file.

I'm using ODbgScript plugin to do this. Here is the commands manual.

The script skeleton looks like this:

coe //continue to run after exceptions

opentrace //open run trace window
//save run trace (maybe opentrace isn't necessary)
to //trace over
//exit gracefully...

I couldn't find the appropriate way to do this not in the manual nor in google.

Also, is there a way to run a ODbgScript script on OllyDbg 1.10 startup?

Was it helpful?

Solution

Did it the dirty way using java's Robot.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top