aspack (a).txt

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

TXT
12
字号
find eip,#60# 		// searches for pushad
cmp eip,$RESULT // compares if we are already at pushad command
je next 				// jumps sto if we are there
go $RESULT 		// executes till pushad
next:
sto						// step one command
bphws esp,"r"		// set hardware-breakpoint on ESP-value
run						// run target
cob						// wait till break occured
sto						// step
sto						// step
sto						// step

⌨️ 快捷键说明

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