Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_socket.h>
Public Attributes | |
int | child |
int | input [2] |
int | output [2] |
RzCoreBind | coreb |
Definition at line 51 of file rz_socket.h.
int RzPipe::child |
Definition at line 52 of file rz_socket.h.
Referenced by rzpipe_close(), rzpipe_new(), and rzpipe_open().
RzCoreBind RzPipe::coreb |
Definition at line 59 of file rz_socket.h.
Referenced by rzpipe_open_corebind(), and rzpipe_open_dl().
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().
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().