
rabin2
List of commands for rabin2:
-
rabin2:tldr:042d4 rabin2: Display strings contained in the binary.$ rabin2 -z ${path-to-binary}try on your machineexplain this command
-
rabin2:tldr:123fe rabin2: Display linked libraries.$ rabin2 -l ${path-to-binary}try on your machineexplain this command
-
rabin2:tldr:2c621 rabin2: Display the output in JSON.$ rabin2 -j -I ${path-to-binary}try on your machineexplain this command
-
rabin2:tldr:7b70e rabin2: Display general information about a binary (architecture, type, endianness).$ rabin2 -I ${path-to-binary}try on your machineexplain this command
-
rabin2:tldr:9d3d6 rabin2: Display symbols imported from libraries.$ rabin2 -i ${path-to-binary}try on your machineexplain this command