We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The stmxcsr instruction (e.g. [1]) has an invalid operand size, instead of 32 it is always 0.
[1] 0F AE 5D EC stmxcsr DWORD PTR [ebp-0x14]
The text was updated successfully, but these errors were encountered:
Fix some VS2017 issues
0cc169a
- Add support for the new SDK LoadConfigDirectory struct definition. - Workaround for a bug in distorm (gdabah/distorm#120) Review-Url: https://codereview.chromium.org/2980263002
Hi @sebmarchand Fixed both LDMXCSR and STMXCSR to specify mem32. I will upload a new version within the following days. Thanks
Sorry, something went wrong.
No branches or pull requests
The stmxcsr instruction (e.g. [1]) has an invalid operand size, instead of 32 it is always 0.
[1] 0F AE 5D EC stmxcsr DWORD PTR [ebp-0x14]
The text was updated successfully, but these errors were encountered: