Binary Utilities
Context menu on the object or executable files provides various operations that can be done using different binary utilities:
Create binary - generates the binary format file invoking objcopy utility
Create hex - generates the hex format file invoking objcopy utility
Create S-Record - generates the hex format file invoking objcopy utility
Disassemble - generates the disassemble file invoking objdump utility and opens it in the editor
ELF Information - generates some information about the elf using readelf utility
Size - generates size information on elf using size utility
Image Info - generates static callgraph and memory details with types, usage, sections and symbols of the selected binary files. Follow Image Info section for details.
