An open API service indexing awesome lists of open source software.

https://github.com/lethalbit/binaryninja-mc6809

A Binary Ninja architecture plugin for MC6809 Microcontrollers
https://github.com/lethalbit/binaryninja-mc6809

Last synced: 8 months ago
JSON representation

A Binary Ninja architecture plugin for MC6809 Microcontrollers

Awesome Lists containing this project

README

          

# Binary Ninja MC6809/MC6809E Architecture Plugin

This plugin provides architecture support for the [Motorola 6809](https://en.wikipedia.org/wiki/Motorola_6809) family of microprocessors.

It is very much an active work in progress, there will be bugs.

## Installation

To install this plugin manually, just clone it into your [Binary Ninja Plugins Directory](https://docs.binary.ninja/guide/plugins.html#using-plugins) like so:

```
$ cd ~/.binaryninja/plugins
$ git clone https://github.com/lethalbit/binaryninja-mc6809.git
```

## License

This project is licensed under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) and the full text can be found in the [LICENSE](https://github.com/lethalbit/binaryninja-mc6809/tree/main/LICENSE) file.