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

Public Attributes

HtUU * visited
 
RzListpath
 
RzCorecore
 
ut64 from
 
RzAnalysisBlockfromBB
 
ut64 to
 
RzAnalysisBlocktoBB
 
RzAnalysisBlockcur
 
bool followCalls
 
int followDepth
 
int count
 

Detailed Description

Definition at line 5023 of file canalysis.c.

Member Data Documentation

◆ core

RzCore* RzCoreAnalPaths::core

Definition at line 5026 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ count

int RzCoreAnalPaths::count

Definition at line 5034 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ cur

RzAnalysisBlock* RzCoreAnalPaths::cur

Definition at line 5031 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ followCalls

bool RzCoreAnalPaths::followCalls

Definition at line 5032 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ followDepth

int RzCoreAnalPaths::followDepth

Definition at line 5033 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ from

ut64 RzCoreAnalPaths::from

Definition at line 5027 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ fromBB

RzAnalysisBlock* RzCoreAnalPaths::fromBB

Definition at line 5028 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ path

RzList* RzCoreAnalPaths::path

Definition at line 5025 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ to

ut64 RzCoreAnalPaths::to

Definition at line 5029 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ toBB

RzAnalysisBlock* RzCoreAnalPaths::toBB

Definition at line 5030 of file canalysis.c.

Referenced by rz_core_analysis_paths().

◆ visited

HtUU* RzCoreAnalPaths::visited

Definition at line 5024 of file canalysis.c.

Referenced by rz_core_analysis_paths().


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