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

Public Attributes

RzCorecore
 
HtUP * up
 
size_t word_size
 
RzBinSection_selrefs
 
RzBinSection_msgrefs
 
RzBinSection_const
 
RzBinSection_data
 

Detailed Description

Definition at line 14 of file analysis_objc.c.

Member Data Documentation

◆ _const

RzBinSection* RzCoreObjc::_const

Definition at line 20 of file analysis_objc.c.

Referenced by core_objc_new(), getRefPtr(), and objc_build_refs().

◆ _data

RzBinSection* RzCoreObjc::_data

Definition at line 21 of file analysis_objc.c.

Referenced by core_objc_new(), and objc_find_refs().

◆ _msgrefs

RzBinSection* RzCoreObjc::_msgrefs

Definition at line 19 of file analysis_objc.c.

Referenced by core_objc_new(), and getRefPtr().

◆ _selrefs

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().

◆ core

RzCore* RzCoreObjc::core

Definition at line 15 of file analysis_objc.c.

Referenced by core_objc_new(), objc_build_refs(), readDword(), and readQword().

◆ up

HtUP* RzCoreObjc::up

Definition at line 16 of file analysis_objc.c.

Referenced by array_add(), core_objc_free(), core_objc_new(), and getRefPtr().

◆ word_size

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().


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