bambu / binaryninja-spu

SPU Cell Architecture for Binary Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPU Cell Architecture Plugin (v0.0.1)

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.

About

SPU Cell Architecture for Binary Ninja

License:MIT License


Languages

Language:Python 100.0%