-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

radare2


> A set of reverse engineering tools.

More information.


Open a file in write mode without parsing the file format headers:

radare2 -nw {path/to/binary}

Debug a program:

radare2 -d {path/to/binary}

Run a script before entering the interactive CLI:

radare2 -i {path/to/script.r2} {path/to/binary}

Show help text for any command in the interactive CLI:

> {radare2_command}?

Run a shell command from the interactive CLI:

> !{shell_command}

Dump raw bytes of current block to a file:

> pr > {path/to/file.bin}


> 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:28:53 2024