Remote Access Capabilities

    Help for commands useful for remote access to radare:

    You can learn radare2 remote capabilities by displaying the list of supported IO plugins: .

    A little example should make this clearer. A typical remote session might look like this:

    1. $ radare2 rap://:1234

    At the remote host2:

    1. $ radare2 rap://:1234

    At localhost:

    Add hosts

    1. [0x004048c5]> =+ rap://<host1>:1234//bin/ls
    2. Connected to: <host1> at port 1234
    3. waiting... ok
    4. 0 - rap://<host1>:1234//bin/ls
    1. [0x004048c5]> =+ =+ rap://<host2>:1234/dbg:///bin/ls
    2. Connected to: <host2> at port 1234
    3. waiting... ok
    4. 1 - rap://<host2>:1234/dbg:///bin/ls

    To execute commands on host1:

    To open a session with host2:

    1. fd:6> pi 1
    2. ...
    3. fd:6> q

    To remove hosts (and close connections):

      The =< command will send the output from the execution of to the remote connection number N (or the last one used if no id specified).