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

#include <rz_bin.h>

Public Attributes

char * name
 
char * super
 
char * visibility_str
 
int index
 
ut64 addr
 
RzListmethods
 
RzListfields
 
int visibility
 

Detailed Description

Definition at line 646 of file rz_bin.h.

Member Data Documentation

◆ addr

ut64 rz_bin_class_t::addr

Definition at line 652 of file rz_bin.h.

Referenced by class_hash_addr(), class_stringify_addr(), and rz_bin_dex_classes().

◆ fields

◆ index

int rz_bin_class_t::index

Definition at line 651 of file rz_bin.h.

Referenced by rz_bin_dex_classes().

◆ methods

◆ name

◆ super

char* rz_bin_class_t::super

◆ visibility

int rz_bin_class_t::visibility

Definition at line 656 of file rz_bin.h.

Referenced by classes(), and rz_bin_dex_classes().

◆ visibility_str

char* rz_bin_class_t::visibility_str

Definition at line 650 of file rz_bin.h.

Referenced by classes(), free_rz_bin_class(), and rz_bin_dex_classes().


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