View Single Post
  #3  
Old 05-27-2004, 08:05
archphase
 
Posts: n/a
Thanks for those tips, i've had some weird issues in Olly sometimes too, like on Sunday when i was working I had code like:

Code:
cmp dword ptr [dwBreak], 1
jnz NoBreak
int 3
NoBreak:
jmp dword ptr [dwFullOEP]
and when I hit my breakpoint it seemed olly couldn't recognize the jnz and int 3 and innterperted it as sub esp, 4 so had too pad with nops.
Reply With Quote