我正在尝试自动化 Ollydbg 1.10 以在trace over
模式下运行程序并将其保存到日志文件中。
我正在使用ODbgScript插件来执行此操作。这是命令手册。
脚本骨架如下所示:
coe //continue to run after exceptions
opentrace //open run trace window
//save run trace (maybe opentrace isn't necessary)
to //trace over
//exit gracefully...
我在手册和谷歌中都找不到合适的方法。
另外,有没有办法在 OllyDbg 1.10 启动时运行 ODbgScript 脚本?