Rizin
unix-like reverse engineering framework and cli tools
|
#include <dex.h>
Public Attributes | |
ut64 | offset |
ut64 | method_idx |
ut64 | access_flags |
ut16 | registers_size |
ut16 | ins_size |
ut16 | outs_size |
ut16 | tries_size |
ut32 | debug_info_offset |
ut32 | code_size |
ut64 | code_offset |
ut64 dex_encoded_method_t::access_flags |
Definition at line 117 of file dex.h.
Referenced by dex_method_to_symbol(), dex_new_encoded_method(), dex_print_class_def_exports(), dex_print_encoded_method(), and dex_resolve_entrypoints_in_class().
ut64 dex_encoded_method_t::code_offset |
Definition at line 126 of file dex.h.
Referenced by dex_create_relocations(), dex_method_to_symbol(), dex_new_encoded_method(), dex_print_encoded_method(), dex_resolve_entrypoints_in_class(), and dex_resolve_symbol_in_class_methods().
ut32 dex_encoded_method_t::code_size |
Definition at line 125 of file dex.h.
Referenced by dex_create_relocations(), dex_method_to_symbol(), and dex_new_encoded_method().
ut32 dex_encoded_method_t::debug_info_offset |
Definition at line 124 of file dex.h.
Referenced by dex_new_encoded_method().
ut16 dex_encoded_method_t::ins_size |
Definition at line 121 of file dex.h.
Referenced by dex_new_encoded_method().
ut64 dex_encoded_method_t::method_idx |
Definition at line 116 of file dex.h.
Referenced by dex_create_relocations(), dex_method_to_symbol(), dex_new_encoded_method(), dex_print_encoded_method(), dex_resolve_entrypoints_in_class(), dex_resolve_methods_in_class(), and dex_resolve_symbol_in_class_methods().
ut64 dex_encoded_method_t::offset |
Definition at line 115 of file dex.h.
Referenced by dex_new_encoded_method().
ut16 dex_encoded_method_t::outs_size |
Definition at line 122 of file dex.h.
Referenced by dex_new_encoded_method().
ut16 dex_encoded_method_t::registers_size |
Definition at line 120 of file dex.h.
Referenced by dex_new_encoded_method().
ut16 dex_encoded_method_t::tries_size |
Definition at line 123 of file dex.h.
Referenced by dex_new_encoded_method().