Work environment
| Questions |
Answers |
| System Capstone runs on OS/arch/bits |
Windows x64. |
| Capstone module affected |
x64. |
| Source of Capstone |
git clone. |
| Version/git commit |
commit 676893c |
Instruction bytes giving faulty results
cstool -d x64 0xC5,0xF8,0x11,0x28
0 C5 F8 11 28 vmovups xmmword ptr ds:[rax], xmm0
Expected results
It should be:
InSn->detail->x86.operands[0].access = CS_AC_WRITE
Steps to get the wrong result
Code Run with lib:
InSn->detail->x86.operands[0].access = CS_AC_READ
Work environment
Instruction bytes giving faulty results
cstool -d x64 0xC5,0xF8,0x11,0x28
0 C5 F8 11 28 vmovups xmmword ptr ds:[rax], xmm0
Expected results
It should be:
InSn->detail->x86.operands[0].access = CS_AC_WRITE
Steps to get the wrong result
Code Run with lib:
InSn->detail->x86.operands[0].access = CS_AC_READ