binaryninja_avr icon indicating copy to clipboard operation
binaryninja_avr copied to clipboard

Binaryninja AVR architecture plugin with lifting

Results 4 binaryninja_avr issues
Sort by recently updated
recently updated
newest added

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...

blocked

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...

bug
help wanted

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...

enhancement

The project currently does not properly handle status flags as `perform_get_flag_write_low_level_il` is not implemented.