capstone
capstone copied to clipboard
[Alpha] fail to disassembly trapb and jsr
Work environment
| Questions | Answers |
|---|---|
| System Capstone runs on OS/arch/bits | All |
| Capstone module affected | alpha |
| Source of Capstone | this repo |
| Version/git commit | next |
All these fails to decode.
0x00,0x00,0xff,0x63 # should be 'trapb'
0x00,0x40,0x40,0x6b # should be 'jsr $26, ($0), 0#????'
These comes from the disassemble of this binary, meanwhile
@R33v0LT could you please take a look?