The comparison is a good start, but that's not where you break.
After the comparison, you need to make a jump to some dummy instruction where you will break.
E.g.
Code:
cmp byte ptr [esi+0x08],0x3E
jne short @f
nop
@@:
You'd set your breakpoint on the NOP - that will only break when you need it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum