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

#include <rz_lib.h>

Public Attributes

char * symname
 
char * symnamefunc
 
RzListplugins
 
RzListhandlers
 
HtPU * opened_dirs
 Hashtable to keep track of already opened directories. More...
 

Detailed Description

Definition at line 89 of file rz_lib.h.

Member Data Documentation

◆ handlers

RzList* rz_lib_t::handlers

◆ opened_dirs

HtPU* rz_lib_t::opened_dirs

Hashtable to keep track of already opened directories.

Definition at line 97 of file rz_lib.h.

Referenced by rz_lib_free(), rz_lib_new(), and rz_lib_opendir().

◆ plugins

RzList* rz_lib_t::plugins

◆ symname

char* rz_lib_t::symname

Definition at line 93 of file rz_lib.h.

Referenced by rz_lib_free(), rz_lib_new(), and rz_lib_open().

◆ symnamefunc

char* rz_lib_t::symnamefunc

Definition at line 94 of file rz_lib.h.

Referenced by rz_lib_free(), rz_lib_new(), and rz_lib_open().


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