-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

rabin2


> Get information about binary files (ELF, PE, Java CLASS, Mach-O) - symbols, sections, linked libraries, etc.

> Comes bundled with `radare2`.

More information.


Display general information about a binary (architecture, type, endianness):

rabin2 -I {path/to/binary}

Display linked libraries:

rabin2 -l {path/to/binary}

Display symbols imported from libraries:

rabin2 -i {path/to/binary}

Display strings contained in the binary:

rabin2 -z {path/to/binary}

Display the output in JSON:

rabin2 -j -I {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 01:36:32 2024