asprotect 2.0x automatic shift+f9.txt

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

TXT
44
字号
/////////////////////////////////////////////////////////////// this script does nothing but takes the amount of time you want // to do that shift+f9 thing for ASProtect targets and does tht shift+f9 // throught ESTO command in script. //// remember the input is in HEX, so if u want to shift+f9 38 times, // enter 26 //// currently ODBGScript 1.41 has some problem, some times mistakenly // it fails to catch the right input 'n rather takes a ZERO as input // tht's why i made a loop and if u want to exit without inputing anything // put a ` <-- the key right below escape key //////////////////////////////////////////////////////////////*********************     nick_name TEAM RESSURRECTiON*********************/ASK:	ASK "shift+F9 --> how many (HEX) times ??"	cmp $RESULT,"`" 	je FINISH	cmp $RESULT,0	jbe ASKmov how_many,$RESULTrundec how_manyTIME:	esto	dec how_many	cmp how_many, 0	jbe FINISH	jmp TIMEFINISH:ret

⌨️ 快捷键说明

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