linhan
10-13-2007, 01:03 PM
if [edi] is a unsigned char.
when [edi] > 0x0fe, the break happens
at 400600
400600 : mov al, byte ptr [edi]
when [edi] > 0x0fe, the break happens
at 400600
400600 : mov al, byte ptr [edi]
View Full Version : How to set the break point with Softice