capstone icon indicating copy to clipboard operation
capstone copied to clipboard

[Alpha] fail to disassembly trapb and jsr

Open wargio opened this issue 2 months ago • 2 comments

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

cstrip.exe.txt

wargio avatar Oct 11 '25 15:10 wargio

@R33v0LT could you please take a look?

notxvilka avatar Oct 11 '25 15:10 notxvilka

The instructions exist in LLVM:

Rot127 avatar Oct 12 '25 16:10 Rot127