PDA

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


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]

Kayaker
10-13-2007, 03:33 PM
bpx 400600 if (byte(*edi)>0x0fe)