Module r2pipe::r2pipe

source ·
Expand description

Provides functionality to connect with radare2.

Please check crate level documentation for more details and example.

Structs

Provides abstraction between the three invocation methods.
File descriptors to the parent r2 process.
Stores descriptors to the spawned r2 process.
Stores the socket address of the r2 process.
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()

Traits