[][src]Module r2pipe::r2pipe

Provides functionality to connect with radare2.

Please check crate level documentation for more details and example.

Structs

R2PipeLang

File descriptors to the parent r2 process.

R2PipeSpawn

Stores descriptors to the spawned r2 process.

R2PipeTcp

Stores the socket address of the r2 process.

R2PipeHttp
R2PipeThread

Stores thread metadata It stores both a sending and receiving end to the thread, allowing convenient interaction So we can send commands using R2PipeThread::send() and fetch outputs using R2PipeThread::recv()

R2PipeSpawnOptions

Enums

R2Pipe

Provides abstraction between the three invocation methods.