;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
创编
创编
2
0
2004-08-28T16:27:00Z
2004-08-28T16:27:00Z
1
91
524
4
1
643
9.2812
6 磅
6 磅
0
3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; INT 1 检测SOFTICE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
start:
call @f
mov ecx,[esp+0ch]
add dword [ecx+000000b8h],02
xor eax,eax
ret
@@:
push dword [fs:00000000h]
mov [fs:00000000h],esp
xor eax,eax
int 01h
inc eax
inc eax
or eax,eax
pop dword [fs:00000000h]
pop eax
jz @@found_sice
; 找到SOFTICE
nop