Hero
November 11th, 2004, 12:45
Hi All!
I'm looking for some basic debugger detection.I search here and other
forums and find some global ways for this reason.But when I try to use
some of these tricks,I get some problem that I don't know.
Perhaps someone can help me in these problems:
1-problem with fs:[30h] that i get in masm32 is:
error A2108: use of register assumed to ERROR
I don't know why because I get the full code from daemon.anticrack.de
This error accures on this code:
mov eax,fs:[30h]
then the application can't be Assembled.
2-problem with every direct call of INT command.for example the following
code from CrackZ:
MOV AH, 43h
INT 68h
CMP AX, 0F386h
JZ SoftICE_is_here
this one is fully Linked but the target exe file crashs in windows(XP).
or this code:
xor eax,eax
int 1
inc eax
inc eax
or eax,eax
jz found
Is there anybody who tell me what is the problem?
Question:
If you want to prevent simple debuggers use hook or this detections?
I searched and I don't find anything about this.Don't get mad!
I attach two asm file that I can't compile (one about fs:[30h] and the
other INT1 and need of an include file win32.inc that I can't find).
perhaps you can help me.
Sincerely yours
I'm looking for some basic debugger detection.I search here and other
forums and find some global ways for this reason.But when I try to use
some of these tricks,I get some problem that I don't know.
Perhaps someone can help me in these problems:
1-problem with fs:[30h] that i get in masm32 is:
error A2108: use of register assumed to ERROR
I don't know why because I get the full code from daemon.anticrack.de
This error accures on this code:
mov eax,fs:[30h]
then the application can't be Assembled.
2-problem with every direct call of INT command.for example the following
code from CrackZ:
MOV AH, 43h
INT 68h
CMP AX, 0F386h
JZ SoftICE_is_here
this one is fully Linked but the target exe file crashs in windows(XP).
or this code:
xor eax,eax
int 1
inc eax
inc eax
or eax,eax
jz found
Is there anybody who tell me what is the problem?
Question:
If you want to prevent simple debuggers use hook or this detections?
I searched and I don't find anything about this.Don't get mad!
I attach two asm file that I can't compile (one about fs:[30h] and the
other INT1 and need of an include file win32.inc that I can't find).
perhaps you can help me.
Sincerely yours