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

源代码在线查看: telock 0.98 oep finder v1.0 #1.txt

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

相关代码

				/*
					tElock 0.98 OEP finder v1.0
					---------------------------
					Seems to work =)
					Please make sure no exceptions are passed to program
					i.e. uncheck all the boxes on the Exceptions tab 
					in Debugging Options except the topmost one
				*/
				
				var count
				mov count, A
				eob lbl1
				eoe lbl1
				run
				
				lbl1:
				cmp count, 0
				je lbl2
				esto
				sub count, 1
				jmp lbl1
				
				lbl2:
				esti
				msg "Please set a memory breakpoint on the code section and then resume the script"
				pause
				eob end
				eoe end
				run
				
				end:
				log eip
				ret
				
				
				
				
				
				
				
				
				
				
							

相关资源