Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

radare2 integration via RAP protocol #53

Open
wants to merge 8 commits into
base: dev-r2
Choose a base branch
from

Conversation

jroimartin
Copy link

@jroimartin jroimartin commented May 29, 2018

This PR adds a custom command called rap that implements a radare RAP server.

To start using it, add the following module to pyrebox.conf:

[MODULES]
radare2.rap: True

Then, from the pyrebox shell, use the following command to start a RAP server listening on localhost:1234:

[1] pyrebox> custom rap :1234

After that, you can connect to pyrebox using r2 with:

$ r2 -e 'io.va=0' -w rap://localhost:1234/<pid or proc name>

The RAP server can be closed from the pyrebox shell with:

[2] pyrebox> custom rap shutdown

@jroimartin jroimartin changed the title [WIP] radare2 integration via RAP protocol radare2 integration via RAP protocol Jun 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants