pespin 1.3 oep finder + stolen code finder.txt
来自「700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.」· 文本 代码 · 共 40 行
TXT
40 行
//PEspin 1.3 Public Version stolen bytes OEP harvester by KaGra
//RuleZ:Check all exceptionz,delete all kinds of breakpoints and then run the script
//download PEspin 1.3 at http://pespin.w.interia.pl
var temp
var oep
var counter
mov counter,0
mov temp,esp
sub temp,4
bphws temp,"r"
esto
esto
again22:
mov temp,[eip]
and temp,000001EB
cmp temp,000001EB
je one
jmp continue
one:
inc counter
cmp counter,2
je found
continue:
mov oep,eip
sti
jmp again22
found:
cmt oep,"[*] OEP DeTecteD => PEspin 1.3 Public Version stolen bytes OEP harvester by KaGra "
mov eip,oep
ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?