Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzCore * | core |
RzAGraph * | g |
RzAnalysisFunction ** | fcn |
bool | follow_offset |
int | fs |
RzCore* agraph_refresh_data::core |
Definition at line 97 of file agraph.c.
Referenced by agraph_refresh(), agraph_refresh_oneshot(), and rz_core_visual_graph().
RzAnalysisFunction** agraph_refresh_data::fcn |
Definition at line 99 of file agraph.c.
Referenced by agraph_refresh(), and rz_core_visual_graph().
bool agraph_refresh_data::follow_offset |
Definition at line 100 of file agraph.c.
Referenced by agraph_refresh(), and rz_core_visual_graph().
int agraph_refresh_data::fs |
Definition at line 101 of file agraph.c.
Referenced by agraph_refresh(), and rz_core_visual_graph().
RzAGraph* agraph_refresh_data::g |
Definition at line 98 of file agraph.c.
Referenced by agraph_refresh(), agraph_set_need_reload_nodes(), and rz_core_visual_graph().