Rizin
unix-like reverse engineering framework and cli tools
rz_parse.h File Reference
#include <rz_types.h>
#include <rz_flag.h>
#include <rz_analysis.h>

Go to the source code of this file.

Classes

struct  rz_parse_t
 
struct  rz_parse_plugin_t
 

Typedefs

typedef RzList *(* RzAnalysisVarList) (RzAnalysisFunction *fcn, int kind)
 
typedef struct rz_parse_t RzParse
 
typedef struct rz_parse_plugin_t RzParsePlugin
 

Functions

 RZ_LIB_VERSION_HEADER (rz_parse)
 

Typedef Documentation

◆ RzAnalysisVarList

typedef RzList*(* RzAnalysisVarList) (RzAnalysisFunction *fcn, int kind)

Definition at line 18 of file rz_parse.h.

◆ RzParse

typedef struct rz_parse_t RzParse

◆ RzParsePlugin

Function Documentation

◆ RZ_LIB_VERSION_HEADER()

RZ_LIB_VERSION_HEADER ( rz_parse  )