Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | on_exit (uv_process_t *req, int64_t exit_status, int term_signal) |
int | main () |
Variables | |
uv_loop_t * | loop |
uv_process_t | child_req |
uv_process_options_t | options |
int main | ( | void | ) |
Definition at line 16 of file main.c.
References uv_process_options_s::args, args, child_req, uv_stdio_container_s::data, uv_process_options_s::exit_cb, uv_stdio_container_s::fd, uv_process_options_s::file, uv_stdio_container_s::flags, loop, NULL, on_exit(), options, path, r, uv_process_options_s::stdio, uv_process_options_s::stdio_count, uv_default_loop(), uv_exepath(), UV_IGNORE, UV_INHERIT_FD, uv_run(), UV_RUN_DEFAULT, uv_spawn(), and uv_strerror().
void on_exit | ( | uv_process_t * | req, |
int64_t | exit_status, | ||
int | term_signal | ||
) |
Definition at line 11 of file main.c.
References exit_status, NULL, PRId64, req, and uv_close().
Referenced by main(), and rz_analysis_block_recurse_depth_first().
uv_process_t child_req |
uv_process_options_t options |