Display information about ELF files. More information: https://manned.org/readelf.1.
readelf -all {{path/to/binary}}
readelf --headers {{path/to/binary}}
readelf --symbols {{path/to/binary}}
readelf --file-header {{path/to/binary}}
readelf --section-headers {{path/to/binary}}