This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;跳过光盘检测 | |
0040692D E9 C5010000 JMP 00406AF7 | |
;初始化设备 | |
00402F20 60 PUSHAD ;保留作案现场 | |
00402F21 68 60324000 PUSH 00403260 ;回调函数 | |
00402F26 FF15 74E0CB00 CALL DWORD PTR DS:[fakecd_init] ;偷梁换柱 | |
00402F2C 83C4 04 ADD ESP,4 ;平衡堆栈 | |
00402F2F 61 POPAD ;恢复现场 | |
00402F30 33C0 XOR EAX,EAX ;返回值 |
OlderNewer