具体的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的脚本来运行:
执行结果类似如下:
原文地址:http://duallay.blog.51cto.com/635999/1977861