Skip to content

Invalid access types for “vmovups xmmword ptr ds:[rax], xmm0” #2900

@Shaw-ChooChoo

Description

@Shaw-ChooChoo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    X86ArchbugSomething is not working as it should

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions