You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other x86 instruction decoders like Zydis and XED have no trouble with it.
This issue is detected with a fully automatic decoder testing tool based on my research. Please add a Bug tag to this page if you verify it's a problem. It means a lot to me and my research. Thank you for your consideration😊!
The text was updated successfully, but these errors were encountered:
Work environment
git clone
, default onnext
branch.Instruction bytes giving faulty results
Expected results
It should be:
Steps to get the wrong result
With
cstool
:$ ./cstool -d x64 "4a0f0d28" ERROR: invalid assembly code
Additional Logs, screenshots, source code, configuration dump, ...
The text was updated successfully, but these errors were encountered: