⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pecompact208.txt

📁 700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.
💻 TXT
字号:
/*
//////////////////////////////////////////////////
	Pecompact v2.08 OEP Finder v0.1 beta
	Author:	loveboom
	Email : bmd2chen@tom.com
	OS    : winxp,OllyDbg 1.1C,OllyScript v0.7
	Date  : 2004-5-8
	Config: Ignore all exceptions.
	Note  : Donn't use this script unpack "pe2gui.exe"
        If you have one or more question, email me please,thank you!
//////////////////////////////////////////////////
*/
var addr

start:
  gpa "VirtualFree","kernel32.dll"
  cmp $RESULT,0
  JE lblabort
  mov addr,$RESULT
  bp addr
  run

lbl1:
  run
  bc addr 	//Clear break point
  rtu

lbl2:
  findop eip,#FFE0#
  cmp $RESULT,0
  je lblabort
  mov addr,$RESULT
  bp addr
  eob lbl3
  run

lbl3:
  bc addr
  sto

lblend:
  cmt eip,"OEP Found,Please dumped it!"
  msg "Script by loveboom[DFCG][FCG],Thank you for using my script!"
  ret

lblabort:
  msg "Error! script abort, Maybe target is not packed by pecompact v2.08,more information,mailto bmd2chen@tom.com."
  ret

⌨️ 快捷键说明

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