<!-- This template is meant for disassembly related bug reports, please be as descriptive as possible --> ### Work environment <!-- Filling this table is mandatory --> | Questions | Answers |------------------------------------------|-------------------- | System Capstone runs on OS/arch/bits | All | Capstone module affected | alpha | Source of Capstone | this repo | Version/git commit | next <!-- INCORRECT DISASSEMBLY BUGS --> 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](https://github.com/user-attachments/files/22865260/cstrip.exe.txt)