Rizin
unix-like reverse engineering framework and cli tools
|
#include <dex.h>
Public Attributes | |
ut64 | offset |
ut64 | field_idx |
ut64 | access_flags |
ut64 dex_encoded_field_t::access_flags |
Definition at line 111 of file dex.h.
Referenced by dex_field_to_bin_field(), dex_field_to_symbol(), dex_new_encoded_field(), dex_print_class_def_exports(), and dex_print_encoded_field().
ut64 dex_encoded_field_t::field_idx |
Definition at line 110 of file dex.h.
Referenced by dex_field_to_symbol(), dex_new_encoded_field(), dex_print_encoded_field(), dex_resolve_fields_in_class(), and dex_resolve_fields_in_class_as_symbols().
ut64 dex_encoded_field_t::offset |
Definition at line 109 of file dex.h.
Referenced by dex_field_to_bin_field(), dex_field_to_symbol(), and dex_new_encoded_field().