-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Arch: PowerPCIssues with the PowerPC architecture pluginIssues with the PowerPC architecture pluginComponent: ArchitectureIssue needs changes to an architecture pluginIssue needs changes to an architecture pluginEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Description
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 pluginIssues with the PowerPC architecture pluginComponent: ArchitectureIssue needs changes to an architecture pluginIssue needs changes to an architecture pluginEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround