Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | run_command (uv_fs_event_t *handle, const char *filename, int events, int status) |
int | main (int argc, char **argv) |
Variables | |
uv_loop_t * | loop |
const char * | command |
Definition at line 26 of file main.c.
References argv, command, loop, malloc(), run_command(), uv_default_loop(), uv_fs_event_init(), UV_FS_EVENT_RECURSIVE, uv_fs_event_start(), uv_run(), and UV_RUN_DEFAULT.
void run_command | ( | uv_fs_event_t * | handle, |
const char * | filename, | ||
int | events, | ||
int | status | ||
) |
Definition at line 9 of file main.c.
References command, handle, path, UV_CHANGE, uv_fs_event_getpath(), and UV_RENAME.
Referenced by main().
const char* command |
Definition at line 7 of file main.c.
Referenced by __rap_system(), __system(), _zip_source_call(), cmd_checksum(), DEFINE_HANDLE_TS_FCN(), DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), do_iter_offsets(), do_iter_sections(), execute_command(), fill_hist_offset(), gdbr_continue(), gdbr_read_file(), gdbr_read_memory_page(), gdbr_write_bin_registers(), gdbr_write_register(), gdbr_write_registers(), handle_tmp_desc(), iter_dbt_commands(), iter_offsets_common(), main(), run_command(), rz_cmd_del(), rz_core_cmd_command(), rz_core_visual_analysis_classes(), send_vcont(), socket_http_get_recursive(), source_hole_cb(), source_nul_cb(), substitute_args_init(), test_command(), ts_node_handle_arg(), ts_node_handle_arg_prargs(), w_incdec_handler(), and windbg_open().