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

📄 telock 0.9.txt

📁 700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.
💻 TXT
字号:
/*
//////////////////////////////////////////////////
	tElock 0.9 - 1.0 (private) -> tE! OEP Finder v0.1
	Author:	loveboom
	Email : bmd2chen@tom.com
	OS    : Win2kADV sp2,OllyDbg 1.1b,OllyScript v0.62
	Date  : 2004-3-29
	Config: uncheck all the boxes on the Exceptions tab 
	in Debugging Options except the topmost one.Rename 'OLLYDBG.EXE'
	Modify Classname 'OLLYDBG',I can email you a file patch(Only 1.1b) if you want.
	Note  : If you have one or more question, email me please,thank you!
//////////////////////////////////////////////////
*/

var count        //Declare variant
var cbase
var csize

start:
  gmi eip,CODEBASE
  mov cbase,$RESULT
  gmi eip,CODESIZE
  mov csize,$RESULT
  mov count,f
  run

lbl1:
  cmp count,0
  je lbl2
  sub count,1
  esto
  jmp lbl1

lbl2:
  bprm cbase,csize
  esto

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

⌨️ 快捷键说明

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