Log in

View Full Version : How to set the break point with Softice


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]

Kayaker
October 13th, 2007, 14:33
bpx 400600 if (byte(*edi)>0x0fe)