|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_lib.h>
Public Attributes | |
| char * | symname |
| char * | symnamefunc |
| RzList * | plugins |
| RzList * | handlers |
| HtPU * | opened_dirs |
| Hashtable to keep track of already opened directories. More... | |
| RzList* rz_lib_t::handlers |
Definition at line 96 of file rz_lib.h.
Referenced by rz_lib_add_handler(), rz_lib_del_handler(), rz_lib_free(), rz_lib_get_handler(), and rz_lib_new().
| 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().
| RzList* rz_lib_t::plugins |
Definition at line 95 of file rz_lib.h.
Referenced by __already_loaded(), rz_lib_close(), rz_lib_free(), rz_lib_list(), rz_lib_new(), and rz_lib_open_ptr().
| 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().
| 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().