PPC DCB instructions disassembled incorrectly #4845
Labels
Arch: PowerPC
Issues with the PowerPC architecture plugin
Component: Architecture
Issue needs changes to an architecture plugin
Effort: Trivial
Issue should take < 1 day
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Bug
Issue is a non-crashing bug with repro steps
From a slack report:
It's a very low impact bug since it's strictly visual, but for the PPC disassembly (which I believe rides on top of capstone?) the disassembly text for dcbf and dcbz instructions gets a bit mangled.
For example, the opcode 7c 00 00 ac should disassemble as dcbf 0, r0 but the disassembly text shows as dcbf , r0
Checking with capstone outside of binja, the output is correct, which leads me to believe this is an issue within binja itself.
The text was updated successfully, but these errors were encountered: