📄 molebox 2.x.x.x oep finder.txt
字号:
// Script for OllyScript plugin by SHaG - http://ollyscript.apsvans.com
/*
//////////////////////////////////////////////////////////////////////////
// MoleBox v2.x.x.x OEP finder
// Author: Newbie Cracker (MS)
// Email : newbie_cracker_ms@yahoo.com
// OS : WinXP Pro, OllyDbg 1.10 Final, OllyScript v0.85
//////////////////////////////////////////////////////////////////////////
*/
eob Break
sti
sti
sti
find eip, #61FFE0#
bphws $RESULT, "x"
run
Break:
bphwc $RESULT
sti
sti
log eip
cmt eip, "This is the OEP found by my sciprt!"
MSG "Dump and fix IAT now!"
ret
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -