OllyDBG脚本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OllyDBG脚本相关的知识,希望对你有一定的参考价值。
具体的OllyDBG脚本参考链接如下:
https://www.52pojie.cn/forum.php?mod=viewthread&tid=421750
通过特定的sub esp, xx 这样的代码片段来设置函数断点的脚本如下:
var x mov x,10001003 mov eip,x start: findop eip,#83ec??# cmp $RESULT, 0 je end bp $RESULT mov eip,$RESULT add eip,3 jmp start end: log "finish" mov eip,775a000d
在下面的菜单选择OD的脚本来运行:
执行结果类似如下:
以上是关于OllyDBG脚本的主要内容,如果未能解决你的问题,请参考以下文章