pmackinlay / binaryninja-m6805

M6805 disassembler and lifter architecture plugin for Binary Ninja.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motorola 6805 Architecture Plugin (v0.2)

Author: Patrick Mackinlay

A disassembler, lifter and basic loader for the Motorola 6805 architecture.

Description

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

Installation

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

git clone https://github.com/pmackinlay/binaryninja-m6805.git m6805

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • 1.1.1689

License

This plugin is released under a MIT license.

About

M6805 disassembler and lifter architecture plugin for Binary Ninja.

License:MIT License


Languages

Language:Python 100.0%