Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly Hint Error or Bug #235

Open
yp124202453 opened this issue Oct 25, 2024 · 1 comment
Open

Disassembly Hint Error or Bug #235

yp124202453 opened this issue Oct 25, 2024 · 1 comment

Comments

@yp124202453
Copy link

yp124202453 commented Oct 25, 2024

image

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.

@yp124202453
Copy link
Author

In the disassembly window.
The hints show after move the mouse to the [ jne ] instruction and wait 2 seconds .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant