molebox 2.xx oep finder + fix iat v0.2.txt

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

TXT
56
字号
/*//////////////////////////////////////////////////	MoleBox 2.x.x  fix IAT+OEP Finder v0.2	Author:	loveboom	Email : bmd2chen@tom.com	OS    : Win2kADV sp2,OllyDbg 1.1b,OllyScript v0.7	Date  : 2004-3-29	Config: N/A	Note  : If you have one or more question, email me please,thank you!//////////////////////////////////////////////////*/var addrstart:  gpa "LoadLibraryA","kernel32.dll"  bp $RESULT  cmp $RESULT,0  je lblabort  runlbl1:  bc $RESULT  rtu  rtu  rtulbl2:  find eip,#05000083C408E9#  cmp $RESULT,0  je lblabort  mov addr,$RESULT  sub addr,2  go addr  eob lbl3  stilbl3:  asm eip,"ret"  find eip,#FFE0#  cmp $RESULT,0  je lblabort  eob lbl4  bp $RESULT  runlbl4:  stolblend:  cmt eip,"OEP found!please dumped it!"  msg "Script by loveboom[DFCG][FCG],Thank you for using my script!"  retlblabort:  msg "Error,Script abort!maybe target is not packed by MoleBox 2.x.x."  ret

⌨️ 快捷键说明

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