Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_subprocess.h>
Public Attributes | |
ut8 * | out |
< Output generated by the process More... | |
int | out_len |
Error generated by the process. More... | |
ut8 * | err |
Number of bytes in the err field. More... | |
int | err_len |
Return value (exit code) of the sub-process. More... | |
int | ret |
True if the process has exited because of a timeout. More... | |
bool | timeout |
Provide results from running a sub-process, like output, return value, etc.
Definition at line 39 of file rz_subprocess.h.
ut8* rz_process_output_t::err |
Number of bytes in the err
field.
Definition at line 45 of file rz_subprocess.h.
Referenced by print_result_diff().
int rz_process_output_t::err_len |
Return value (exit code) of the sub-process.
Definition at line 47 of file rz_subprocess.h.
ut8* rz_process_output_t::out |
< Output generated by the process
Number of bytes in the out
field
Definition at line 41 of file rz_subprocess.h.
Referenced by print_result_diff().
int rz_process_output_t::out_len |
Error generated by the process.
Definition at line 43 of file rz_subprocess.h.
int rz_process_output_t::ret |
True if the process has exited because of a timeout.
Definition at line 49 of file rz_subprocess.h.
Referenced by interact_fix_cmd(), and print_result_diff().
bool rz_process_output_t::timeout |
Definition at line 51 of file rz_subprocess.h.