700个脱壳脚本, 可以放在在OD的ollyscript Plugin中.

源代码在线查看: molebox 2.x.x.x oep finder.txt

软件大小: 643 K
上传用户: peterzhang1982
关键词: ollyscript Plugin 700 脚本
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 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			

相关资源