Hacker News new | ask | show | jobs
by fuhsnn 645 days ago
"llvm-readelf --elf-output-style=JSON | jq" is handy.
3 comments

Push it through jless and you just made a great TUI for that :)
Nice haven't seen. Shameless plug fq support elf https://github.com/wader/fq and will have a look if i could lend some ideas from llvm-readelf
That's a neat trick!