Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzAGraph * | graph |
RzANodeCallback | node_cb |
RAEdgeCallback | edge_cb |
void * | data |
void* g_cb::data |
Definition at line 77 of file agraph.c.
Referenced by test_group_name.GroupTest::run(), user_edge_cb(), and user_node_cb().
RAEdgeCallback g_cb::edge_cb |
Definition at line 76 of file agraph.c.
Referenced by user_edge_cb().
RzAGraph* g_cb::graph |
Definition at line 74 of file agraph.c.
Referenced by rz_agraph_foreach_edge(), and user_edge_cb().
RzANodeCallback g_cb::node_cb |
Definition at line 75 of file agraph.c.
Referenced by rz_agraph_foreach(), and user_node_cb().