polsab / binja-avr

AVR assembly plugin for Binary Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR Architecture Plugin (v0.1c)

Author: Carl Hurd

A disassembler for the AVR architecture.

Description:

This plugin disassembles AVR assembly code.

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

git clone https://github.com/cah011/binja-avr.git binja-avr

Then create a python file called binja-avr.py

With the contents import binja-avr

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • dev (Personal) - 1.0.dev-71
  • dev (Commercial) - 1.0.dev-71
  • release (Commercial) - 1.0.7
  • release (Personal) - 1.0.7

License

This plugin is released under a MIT license.

About

AVR assembly plugin for Binary Ninja

License:MIT License


Languages

Language:Python 100.0%