Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
uv_loop_t * | loop |
uv_process_t | child_req |
uv_process_options_t | options |
int main | ( | void | ) |
Definition at line 9 of file main.c.
References uv_process_options_s::args, args, child_req, uv_process_options_s::exit_cb, uv_process_options_s::file, uv_process_options_s::flags, loop, NULL, options, uv_process_s::pid, r, uv_default_loop(), UV_PROCESS_DETACHED, uv_run(), UV_RUN_DEFAULT, uv_spawn(), uv_strerror(), and uv_unref().
uv_process_t child_req |
uv_process_options_t options |