pe compact 0.9x oep-finder.txt

来自「700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.」· 文本 代码 · 共 34 行

TXT
34
字号
// Script for OllyScript plugin by SHaG - http://ollyscript.apsvans.com
/*
//////////////////////////////////////////////////
Author: ~Hellsp@wN~
Email : alt-fox@mail.ru
OS : OllyDbg 1.10 with OllyScript plugin v0.7
Date : 29.06.2004

Support with:
PECompact 0.9x
//////////////////////////////////////////////////
*/


var t

mov t,esp
sub t,4

EOB Break
bphws t, "r"
run

Break:
bphwc t
bphws t, "r"
run
bphwc t
sto
sto
cmt eip, "This is the entry point (OEP)"
ret

// [BACK] 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?