Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 使用ODbgScript在OllyDbg 1.10中保存运行跟踪_Windows_Automation_Reverse Engineering_Ollydbg - Fatal编程技术网

Windows 使用ODbgScript在OllyDbg 1.10中保存运行跟踪

Windows 使用ODbgScript在OllyDbg 1.10中保存运行跟踪,windows,automation,reverse-engineering,ollydbg,Windows,Automation,Reverse Engineering,Ollydbg,我正在尝试自动执行Ollydbg 1.10,以便在跟踪模式下运行程序,并将其保存到日志文件中 我正在使用插件来实现这一点 脚本骨架如下所示: 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,以便在
跟踪
模式下运行程序,并将其保存到日志文件中

我正在使用插件来实现这一点

脚本骨架如下所示:

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脚本?

使用java的Robot以肮脏的方式运行