cah011 / binja-avr

AVR assembly plugin for Binary Ninja
MIT License
12 stars 11 forks source link

follow plugin API #1

Closed lucasduffey closed 7 years ago

lucasduffey commented 7 years ago

https://github.com/Vector35/binaryninja-plugins/tree/master/plugins/official/sample_plugin

create plugin.json: https://github.com/cah011/binja-avr/pull/3 __init__.py: https://github.com/cah011/binja-avr/pull/2

lucasduffey commented 7 years ago

instructions for installing on linux (before plugin system is implemented)

cd ~/.binaryninja/plugins
git clone https://github.com/cah011/binja-avr binja_avr
echo "import binja_avr" >> wrapper.py
lucasduffey commented 7 years ago

when it's following plugin spec make an issue @ https://github.com/Vector35/binaryninja-plugins/issues

cah011 commented 7 years ago

Everything should be fixed and correctly submitted as an issue and pull request.

lucasduffey commented 7 years ago

relevent pull request: https://github.com/Vector35/binaryninja-plugins/pull/9