cah011 / binja-avr

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

Ports to dev api #11

Closed toshipiazza closed 6 years ago

toshipiazza commented 6 years ago

Implements suggestions by @lucasduffey to be forwards compatible with the dev API. Apparently this is also part of stable now.

Also to my knowledge, ELF identifier 83 corresponds to AVR. I register this plugin for ELFs with this identifier by default.

Fixes #7