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
0x41,0x63,0xd2
0x63,0x6b,0x20,0x55,0x48,0x8b,0x05,0xb8,0x13,0x00,0x00
It should be:
4163d2 movsxd edx, r10d
The other set is another variation of movsd.
movsd
With cstool:
cstool
$ ./cstool -d x64 "0x63 0x6b 0x20 0x55 0x48 0x8b 0x05 0xb8 0x13 0x00 0x00" ERROR: invalid assembly code $ ./cstool -d x64 "0x41 0x63 0xd2" ERROR: invalid assembly code
See the previous issue: #1093
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work environment
Instruction bytes giving faulty results
Expected results
It should be:
The other set is another variation of
movsd
.Steps to get the wrong result
With
cstool
:Additional Logs, screenshots, source code, configuration dump, ...
See the previous issue:
#1093
The text was updated successfully, but these errors were encountered: