Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Definition at line 129 of file cagraph.c.
References from, rz_cons_printf(), and to.
Referenced by rz_core_agraph_print_rizin().
Definition at line 125 of file cagraph.c.
References from, rz_cons_printf(), and to.
Referenced by rz_core_agraph_print_dot().
Definition at line 187 of file cagraph.c.
References from, rz_cons_printf(), and to.
Referenced by rz_core_agraph_print_gml().
|
static |
Definition at line 133 of file cagraph.c.
References cmd, free(), len, n, rz_base64_encode_dyn(), and rz_str_newf().
Referenced by rz_core_agraph_print_rizin().
|
static |
Definition at line 112 of file cagraph.c.
References free(), n, rz_cons_printf(), and strdup().
Referenced by rz_core_agraph_print_dot().
|
static |
Definition at line 179 of file cagraph.c.
References n, and rz_cons_printf().
Referenced by rz_core_agraph_print_gml().
Definition at line 39 of file cagraph.c.
References rz_core_t::graph, rz_agraph_add_edge(), rz_agraph_get_node(), rz_cons_printf(), and v.
Referenced by cmd_agraph_edge().
RZ_IPI void rz_core_agraph_add_node | ( | RzCore * | core, |
const char * | title, | ||
const char * | body, | ||
int | color | ||
) |
Definition at line 12 of file cagraph.c.
References b, color, free(), rz_core_t::graph, rz_agraph_add_node_with_color(), rz_base64_decode_dyn(), rz_str_append(), RZ_STR_ISEMPTY, rz_str_replace(), rz_str_startswith(), and strdup().
Referenced by cmd_agraph_node().
Definition at line 52 of file cagraph.c.
References rz_core_t::graph, rz_agraph_del_edge(), rz_agraph_get_node(), rz_cons_printf(), and v.
Referenced by cmd_agraph_edge().
Definition at line 35 of file cagraph.c.
References rz_core_t::graph, and rz_agraph_del_node().
Referenced by cmd_agraph_node().
Definition at line 65 of file cagraph.c.
References rz_ascii_graph_t::can, rz_cons_canvas_t::color, rz_core_t::config, rz_core_t::graph, rz_cons_canvas_t::linemode, rz_agraph_print(), rz_agraph_set_title(), rz_config_get(), and rz_config_get_i().
Referenced by cmd_analysis_graph(), and rz_core_agraph_print().
Definition at line 147 of file cagraph.c.
References agraph_print_edge_dot(), agraph_print_node_dot(), rz_core_t::config, rz_core_t::graph, NULL, rz_agraph_foreach(), rz_agraph_foreach_edge(), rz_config_get(), and rz_cons_printf().
Referenced by rz_core_agraph_print().
Definition at line 195 of file cagraph.c.
References agraph_print_edge_gml(), agraph_print_node_gml(), rz_core_t::graph, NULL, rz_agraph_foreach(), rz_agraph_foreach_edge(), and rz_cons_printf().
Referenced by rz_core_agraph_print().
Definition at line 88 of file cagraph.c.
References rz_core_t::config, eprintf, rz_ascii_graph_t::force_update_seek, rz_core_t::graph, rz_ascii_graph_t::layout, rz_ascii_graph_t::need_set_layout, rz_ascii_graph_t::need_update_dim, NULL, rz_core_t::offset, rz_agraph_get_first_node(), rz_agraph_set_curnode(), rz_agraph_set_title(), rz_config_get(), rz_config_get_i(), rz_config_set_i(), rz_cons_enable_mouse(), rz_cons_is_interactive(), rz_cons_show_cursor(), rz_core_seek(), rz_core_visual_graph(), update_seek(), and ut64().
Referenced by dot_trace_traverse(), rz_core_agraph_print(), and rz_core_visual_graph().
Definition at line 164 of file cagraph.c.
References rz_core_t::graph, pj_a(), pj_end(), pj_free(), pj_k(), pj_new(), pj_o(), pj_string(), rz_agraph_print_json(), and rz_cons_println().
Referenced by rz_core_agraph_print().
Definition at line 159 of file cagraph.c.
References agraph_print_edge(), agraph_print_node(), rz_core_t::graph, NULL, rz_agraph_foreach(), and rz_agraph_foreach_edge().
Referenced by rz_core_agraph_print().
Definition at line 81 of file cagraph.c.
References free(), rz_core_t::graph, rz_agraph_get_sdb(), and sdb_querys().
Referenced by cmd_analysis_graph(), and rz_core_agraph_print().
Definition at line 72 of file cagraph.c.
References rz_core_t::config, e, rz_core_t::graph, rz_ascii_graph_t::is_tiny, NULL, rz_config_get_i(), rz_config_set_i(), and rz_core_visual_graph().
Referenced by rz_core_agraph_print().
Definition at line 8 of file cagraph.c.
References rz_core_t::graph, and rz_agraph_reset().
Referenced by cmd_analysis_graph(), dot_trace_traverse(), and rz_core_visual_graph().