SPU Cell Architecture Plugin (v0.0.1)

November 7, 2016 ยท View on GitHub

Author: Bambu

A disassembler for the SPU Cell architecture.

Description:

This plugin disassembles SPU assembly code. This plugin is based off of the SPU IDA plugin by Felix Domke.

To install this plugin, navigate to your Binary Ninja plugins directory, and run

git clone https://github.com/bambu/binaryninja-spu.git spu

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • dev (Personal) - 1.0.dev-614
  • dev (Commercial) - 1.0.dev-614
  • release (Commercial) - 1.0.317
  • release (Personal) - 1.0.317

TODO

  • LLIL generation
  • __noreturn function types
  • Calling Convention

License

This plugin is released under a MIT license.