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
- Host: GitHub
- URL: https://github.com/lethalbit/binaryninja-mc6809
- Owner: lethalbit
- License: bsd-3-clause
- Created: 2022-05-06T00:11:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T08:58:47.000Z (over 3 years ago)
- Last Synced: 2025-04-19T15:26:54.364Z (10 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.