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
Running dr xmm0l=0x10 will set xmm0l to be 0x10.
dr xmm0l=0x10
xmm0l
0x10
xmm0l is unchanged.
The text was updated successfully, but these errors were encountered:
This appears to have been fixed by correcting the register profile.
[0x004000b0]> dr xmm0l=0xAABBCCDD [0x004000b0]> dr xmm0h=0x31337 [0x004000b0]> dr xmm0 0x00000000aabbccdd0000000000031337
Sorry, something went wrong.
No branches or pull requests
Work environment
Expected behavior
Running
dr xmm0l=0x10
will setxmm0l
to be0x10
.Actual behavior
xmm0l
is unchanged.Steps to reproduce the behavior
Additional Logs, screenshots, source-code, configuration dump, ...
The text was updated successfully, but these errors were encountered: