Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 302 Bytes

File metadata and controls

6 lines (5 loc) · 302 Bytes

elfdump dumps the bytes of a file and shows their ELF file format meaning.
It's meant to be an useful alternative to the conventional readelf/objdump and hexdump/xxd/od when you're interested in the ELF information but also to what bytes it maps to.

example output image