Rizin
unix-like reverse engineering framework and cli tools
RzPipe Struct Reference

#include <rz_socket.h>

Public Attributes

int child
 
int input [2]
 
int output [2]
 
RzCoreBind coreb
 

Detailed Description

Definition at line 51 of file rz_socket.h.

Member Data Documentation

◆ child

int RzPipe::child

Definition at line 52 of file rz_socket.h.

Referenced by rzpipe_close(), rzpipe_new(), and rzpipe_open().

◆ coreb

RzCoreBind RzPipe::coreb

Definition at line 59 of file rz_socket.h.

Referenced by rzpipe_open_corebind(), and rzpipe_open_dl().

◆ input

int RzPipe::input[2]

Definition at line 56 of file rz_socket.h.

Referenced by rzp_open_spawn(), rzpipe_close(), rzpipe_new(), rzpipe_open(), and rzpipe_write().

◆ output

int RzPipe::output[2]

Definition at line 57 of file rz_socket.h.

Referenced by rzp_open_spawn(), rzpipe_close(), rzpipe_new(), rzpipe_open(), and rzpipe_read().


The documentation for this struct was generated from the following file: