Author here: thanks for sharing! I'm curious to hear what other interesting ways people use Binutil commands or if there are other ELF introspection tools that I neglected to mention in the article. I only touched on it at the end but some of the commands in libabigail such as abidiff are really neat and useful too!
4 comments
[ 2.2 ms ] story [ 13.1 ms ] threadFWIW, there's a bunch of other interesting tools for ELF, https://github.com/MattPD/cpplinks/blob/master/executables.m...
LIEF (Library to Instrument Executable Formats, https://github.com/lief-project/LIEF, an interesting project on its own) also has good references, https://lief.quarkslab.com/doc/latest/references.html
Among other things she points to this graphic showing the structure of an ELF file which I hadn't seen before: https://code.google.com/archive/p/corkami/wikis/ELF101.wiki.