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 of single jmp near instruction will (incorrectly?) read too many instructions #49

Open
holly-hacker opened this issue Oct 27, 2020 · 1 comment
Labels
bug Something isn't working needs more info

Comments

@holly-hacker
Copy link
Owner

Not entirely sure if this is a bug on my part, a bug in echo, or no bug at all.

Example of incorrect disassembly:

000FB550 E9AB5A0400           jmp     near ptr 141000h

000FB555 48                   dec     eax
000FB556 FF2549522301         jmp     dword ptr ds:[1235249h]

For this sample, it seems only 1 instruction should be disassembled instead of multiple.

@holly-hacker holly-hacker added the bug Something isn't working label Oct 27, 2020
@holly-hacker
Copy link
Owner Author

Needs a sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs more info
Projects
None yet
Development

No branches or pull requests

1 participant