binaryninja_avr
binaryninja_avr copied to clipboard
Binaryninja AVR architecture plugin with lifting
Apologies for the late notice, we removed this from the plugin manager some time last year due to: https://github.com/fluxchief/binaryninja_avr/blob/master/__init__.py#L416-L418 I'd love to re-add it back once that is resolved. Very...
When I try to open a small non-AVR file on my computer, the whole UI freezes. If I disable this plugin it works again. I'm trying to debug this to...
AVR binaries are usually distributed in the intel hex format. It would be more comfortable if this plugin could directly open ihex files instead of requiring the user to do...
The project currently does not properly handle status flags as `perform_get_flag_write_low_level_il` is not implemented.
* Fixes multiple bugs that cause Binja to hang during analysis * Forces the user to select the AVR view in open with options * Some minor improvements to lifting...
I happen to have produced a binary that is just barely bigger than 16k, and I noticed that the plugin complains. This is from *\_\_init__.py*, where it tests `if self.raw.length...
Trying to select a chip, I noticed that there is some `chip_id = load_settings.get_string("avr.chip", self)` line. I have no idea how to access that setting, and it's not documented. It...