Rizin
unix-like reverse engineering framework and cli tools
rz_analysis_graph_node_info_t Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ body

char* rz_analysis_graph_node_info_t::body

◆ offset

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().

◆ title

char* rz_analysis_graph_node_info_t::title

The documentation for this struct was generated from the following file: