Skip to content

Binary Utilities

Dragos Miloiu edited this page Jul 7, 2023 · 1 revision

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.

Binary utilities

home

Table of contents

Dependency Installation
General
Software Repositories
Project Management
Flash and Debug
Reference Guides
Troubleshooting

Useful links

Clone this wiki locally