Hacker News new | ask | show | jobs
by wojciii 1383 days ago
hexdump -v and less.

I recently had some issues with objdump generated files and would love to have an utility which would make it easy to understand where the different sections from an elf file are in the binary (.bin file used for embedded system). I guess that I should write a script for this if it's not already present.