📄 aspack (a).txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -