๐ŸงLinux ELF Format

Linux Executable and Linkable Format

Executable and Linkable Format

readelf -h a.out

ELF files description

nano /usr/include/elf.h

Display information about ELF files

readlef --wide --segments a.out

Last updated