Pipe interface for radare2, allowing programmatic interaction with the radare2 reverse engineering framework via pipes. Current version is 1.9.8, supporting Python >=3.6. Releases are irregular, tracking radare2 releases.
pip install r2pipeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a binary, run a command, and quit.
Replace r2pipe.R2Pipe('/bin/ls') with r2pipe.open('/bin/ls').Use r2pipe.open('/bin/ls', flags=['-w']) or r2pipe.open('/bin/ls', radare2=True).Install radare2 from https://rada.re/n/ or via your package manager.
Check that the binary exists and is readable. If working with a non-file target (like a URL), use the radare2 parameter.
Run `pip install r2pipe` in your Python environment.
Use r2pipe.open() instead.
Ensure radare2 is installed and available in your system PATH.
Use r2pipe.open('/bin/ls', flags=['-w'])No dependency data recorded yet.
No resource links recorded.