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
test instruction in x86 performs a bitwise AND operation between the value at a memory location and the contents of a register. The test instruction sets the corresponding EFLAGS but the result itself is discarded. Capstone seems failed to display the EFLAGS fields of instruction test.
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
:Additional Logs, screenshots, source code, configuration dump, ...
test
instruction in x86 performs a bitwiseAND
operation between the value at a memory location and the contents of a register. The test instruction sets the correspondingEFLAGS
but the result itself is discarded. Capstone seems failed to display theEFLAGS
fields of instructiontest
.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: