Rizin
unix-like reverse engineering framework and cli tools
|
Generic drawable graph node. More...
#include <rz_graph_drawable.h>
Public Attributes | |
char * | title |
char * | body |
ut64 | offset |
Optional offset for the object corresponding to node. More... | |
Generic drawable graph node.
Provides minimal information to draw something without output format specific details.
Definition at line 17 of file rz_graph_drawable.h.
char* rz_analysis_graph_node_info_t::body |
Definition at line 19 of file rz_graph_drawable.h.
Referenced by print_graph_agg(), rz_graph_create_node_info(), rz_graph_drawable_to_dot(), and rz_graph_drawable_to_json().
ut64 rz_analysis_graph_node_info_t::offset |
Optional offset for the object corresponding to node.
Interactive output modes can use it to provide actions like seeking to this position or modify the object.
Definition at line 26 of file rz_graph_drawable.h.
Referenced by rz_graph_create_node_info(), and rz_graph_drawable_to_json().
char* rz_analysis_graph_node_info_t::title |
Definition at line 18 of file rz_graph_drawable.h.
Referenced by print_graph_agg(), rz_core_graph_print(), rz_graph_create_node_info(), rz_graph_drawable_to_dot(), and rz_graph_drawable_to_json().