linhan
October 13th, 2007, 12:03
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