binaryninja_avr icon indicating copy to clipboard operation
binaryninja_avr copied to clipboard

Add ihex file format support

Open fluxchief opened this issue 7 years ago • 4 comments

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 objdump conversion prior to analysis.

fluxchief avatar Jan 18 '18 08:01 fluxchief

Hi, can you tell me more about objdump conversion step please? What kind of format is originally supported by your plugin for atmel AVR please?

skxo avatar Jan 18 '18 13:01 skxo

See this post: https://stackoverflow.com/questions/26961795/converting-from-hex-to-bin-for-arm-on-linux Any objcopy will work, you don't need avr-objcopy (or arm objcopy like in the post)

The plugin expects the raw ROM.

fluxchief avatar Jan 18 '18 13:01 fluxchief

Looks great. Thanks!

skxo avatar Jan 18 '18 15:01 skxo

Can probably close this in favor of: https://github.com/toolCHAINZ/hexfiles

psifertex avatar Mar 11 '21 18:03 psifertex