【发布时间】:2013-07-20 06:06:03
【问题描述】:
我正在尝试自动化 Ollydbg 1.10 以在 trace over 模式下运行程序并将其保存到日志文件中。
我正在使用ODbgScript 插件来执行此操作。 Here is the commands manual.
脚本框架如下所示:
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 脚本?
【问题讨论】:
标签: windows automation reverse-engineering ollydbg