Skip to content

PPC DCB instructions disassembled incorrectly #4845

Open
@psifertex

Description

@psifertex

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.

Metadata

Metadata

Assignees

Labels

Arch: PowerPCIssues with the PowerPC architecture pluginComponent: ArchitectureIssue needs changes to an architecture pluginEffort: TrivialIssue should take < 1 dayImpact: LowIssue is a papercut or has a good, supported workaround

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions