-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

readelf


> Displays information about ELF files.

More information.


Display all information about the ELF file:

readelf -all {path/to/binary}

Display all the headers present in the ELF file:

readelf --headers {path/to/binary}

Display the entries in symbol table section of the ELF file, if it has one:

readelf --symbols {path/to/binary}

Display the information contained in the ELF header at the start of the file:

readelf --file-header {path/to/binary}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:55:42 2024