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

Issues while assembling enter instruction #1682

Closed
AlexAltea opened this issue Aug 8, 2017 · 2 comments
Closed

Issues while assembling enter instruction #1682

AlexAltea opened this issue Aug 8, 2017 · 2 comments
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.

Comments

@AlexAltea
Copy link

AlexAltea commented Aug 8, 2017

Trying to assemble enter 0, 9 (C8 00 00 09), but asmjit generates enter 9, 0 (C8 09 00 00).
XEDParse doesn't even recognize the mnemonics at all. Keystone works fine though.

Tested on latest x64dbg snapshot (snapshot_2017-08-08_01-47.zip).

@mrexodia mrexodia added the bug The issue describes a bug. It does not mean the bug has been reproduced by a developer. label Aug 8, 2017
@mrexodia mrexodia closed this as completed Aug 8, 2017
@kobalicek
Copy link

oops, why not keeping it open until I solve it in asmjit?

@AlexAltea
Copy link
Author

AlexAltea commented Aug 8, 2017

oops, why not keeping it open until I solve it in asmjit?

Probably because this does not depend on x64dbg but it's exclusively an asmjit issue. Otherwise, every single project that depends on asmjit should open the same issue which defeats the purpose of an issue tracker.

It was my fault for not reporting this issue directly to asmjit myself in the first place.

mrexodia added a commit to x64dbg/asmjit_xedparse that referenced this issue Aug 9, 2017
mrexodia added a commit that referenced this issue Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue describes a bug. It does not mean the bug has been reproduced by a developer.
Projects
None yet
Development

No branches or pull requests

3 participants