Author: Patrick Mackinlay
A disassembler, lifter and basic loader for the Motorola 6805 architecture.
This plugin disassembles Motorola 6805 assembly code and generates LLIL.
The binary view has the following known issues:
- no distinct signature for Motorola 6805 binaries
To install this plugin, navigate to your Binary Ninja plugins directory, and run:
git clone https://github.com/pmackinlay/binaryninja-m6805.git m6805
This plugin requires the following minimum version of Binary Ninja:
- 1.1.1689
This plugin is released under a MIT license.