Solomon
December 5th, 2001, 04:04
I saw a prog uses the following code(from SplAj several months ago) to detect debugger:
INT 1
CMP AL, 51H
jz SoftICE_not_found
int 1 is a single-step interrupt. I just can't understand the magic byte 0x51. Any description about it? Thx
INT 1
CMP AL, 51H
jz SoftICE_not_found
int 1 is a single-step interrupt. I just can't understand the magic byte 0x51. Any description about it? Thx