0

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?

Gordon
  • 312,688
  • 75
  • 539
  • 559
assafmo
  • 1,047
  • 3
  • 15
  • 32

1 Answers1

0

Did it the dirty way using java's Robot.

assafmo
  • 1,047
  • 3
  • 15
  • 32