|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| RzCore * | core |
| HtUP * | up |
| size_t | word_size |
| RzBinSection * | _selrefs |
| RzBinSection * | _msgrefs |
| RzBinSection * | _const |
| RzBinSection * | _data |
Definition at line 14 of file analysis_objc.c.
| RzBinSection* RzCoreObjc::_const |
Definition at line 20 of file analysis_objc.c.
Referenced by core_objc_new(), getRefPtr(), and objc_build_refs().
| RzBinSection* RzCoreObjc::_data |
Definition at line 21 of file analysis_objc.c.
Referenced by core_objc_new(), and objc_find_refs().
| RzBinSection* RzCoreObjc::_msgrefs |
Definition at line 19 of file analysis_objc.c.
Referenced by core_objc_new(), and getRefPtr().
| RzBinSection* RzCoreObjc::_selrefs |
Definition at line 18 of file analysis_objc.c.
Referenced by core_objc_new(), getRefPtr(), objc_build_refs(), and objc_find_refs().
| RzCore* RzCoreObjc::core |
Definition at line 15 of file analysis_objc.c.
Referenced by core_objc_new(), objc_build_refs(), readDword(), and readQword().
| HtUP* RzCoreObjc::up |
Definition at line 16 of file analysis_objc.c.
Referenced by array_add(), core_objc_free(), core_objc_new(), and getRefPtr().
| size_t RzCoreObjc::word_size |
Definition at line 17 of file analysis_objc.c.
Referenced by core_objc_new(), objc_build_refs(), and objc_find_refs().