?? molebox2.x 跳過iat加密.txt
字號:
// MoleBox 2.x跳過IAT加密 v0.1b
// This script will quickly put you at the OEP And Patch IAT of an MoleBox 2.x EXE.
// Just run it!
var addr
sto
mov addr,esp //Esp定律
gpa "VirtualProtect","kernel32.dll" //特征API
bp $RESULT
run
bc $RESULT
rtu
find eip,#8901# //查找特征加密語句
bp $RESULT
run
bc $RESULT
repl eip, #8901#, #9090#, 10 //替換為9090
bphws addr,"r"
run
sto
bphwc addr
cmt eip,"OEP To Get,Please dumped it,Enjoy!"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -