You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dbg any program with windbg . The hints show after move the mouse to the [ jne ] instruction and wait 2 seconds .
I upload the screen shot.
The jne hints content is " Jump if not equal/zero (ZF=1) ".
Actually , the hints should be " Jump if not equal/zero (ZF=0) ". This is a sytax error in the hints.
The je instruction have the same errors ( ZF = 1 is right value).
Fortunately, the windbg program logic is right, just the hints is error.
The WinDbg version i used is 1.2410.11001.0 x64.
The 1.2409.17001.0 x64 have the same problem.
Best wishes to you.
The text was updated successfully, but these errors were encountered:
When dbg any program with windbg . The hints show after move the mouse to the [ jne ] instruction and wait 2 seconds .
I upload the screen shot.
The jne hints content is " Jump if not equal/zero (ZF=1) ".
Actually , the hints should be " Jump if not equal/zero (ZF=0) ". This is a sytax error in the hints.
The je instruction have the same errors ( ZF = 1 is right value).
Fortunately, the windbg program logic is right, just the hints is error.
The WinDbg version i used is 1.2410.11001.0 x64.
The 1.2409.17001.0 x64 have the same problem.
Best wishes to you.
The text was updated successfully, but these errors were encountered: