Skip to content
New issue

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

ARM Thumb instruction NOP.w not set alias_id #2381

Open
yakamoz423 opened this issue Jun 5, 2024 · 0 comments
Open

ARM Thumb instruction NOP.w not set alias_id #2381

yakamoz423 opened this issue Jun 5, 2024 · 0 comments
Labels
Milestone

Comments

@yakamoz423
Copy link

Work environment

Questions Answers
OS/arch/bits Windows x64
Architecture armv8
Source of Capstone git clone
Version/git commit next 1a6921f

Instruction bytes giving faulty results

f3af8000

Steps to get the wrong result

With cstool:

cstool -dr thumbbe f3af8000

 0  f3 af 80 00  nop.w
        ID: 93 (hint)
        Is alias: 18446744073709551615 ((null)) with REAL operand set
        op_count: 1
                operands[0].type: IMM = 0x0
                operands[0].access: READ
        Groups: IsThumb2

You can see alias_id is invalid. It should be ARM_INS_ALIAS_NOP

@Rot127 Rot127 added bug ARM Arch labels Jun 5, 2024
@Rot127 Rot127 added this to the v6 milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants