pex 0.99 oep finder.txt
来自「700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.」· 文本 代码 · 共 38 行
TXT
38 行
// PeX 0.99 OEP Finder
// by FEUERRADER [AHTeam]
// http://ahteam.org
/*
IMPORTANT NOTE: before using this script, CHECK following option -
Menu -> Options -> Debugging options -> Exceptions -> INT3 breaks
Script willnot work if u do not do that!!!!
*/
var s
eob Break
eoe exp1
mov s, eip
add s, 01
bphws s, "x"
run
exp1:
esto
Break:
eob Break2
bphwc s
findop eip, #EB01#
bphws $RESULT, "x"
run
Break2:
bphwc $RESULT
sto
sto
sto
sto
sto
cmt eip, "OEP"
ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?