rabin2
all
Get information about binary files (ELF, PE, Java CLASS, Mach-O) - symbols, sections, linked libraries, etc. Comes bundled with `radare2`.
More info →Examples (5)
Display general information about a binary (architecture, type, endianness)
rabin2 -I path/to/binaryDisplay linked libraries
rabin2 -l path/to/binaryDisplay symbols imported from libraries
rabin2 -i path/to/binaryDisplay strings contained in the binary
rabin2 -z path/to/binaryDisplay the output in JSON
rabin2 -j -I path/to/binarymade by @shridhargupta | data from tldr-pages