Rizin
unix-like reverse engineering framework and cli tools
|
#include <dex.h>
Public Attributes | |
ut16 | class_idx |
ut16 | proto_idx |
ut32 | name_idx |
ut64 | offset |
ut64 | code_offset |
ut64 | code_size |
ut16 dex_method_id_t::class_idx |
Definition at line 98 of file dex.h.
Referenced by dex_method_id_new(), dex_method_to_symbol(), dex_print_encoded_method(), dex_resolve_all_virtual_methods(), dex_resolve_virtual_method_code(), rz_bin_dex_imports(), rz_bin_dex_libraries(), rz_bin_dex_resolve_method_by_idx(), and rz_bin_dex_symbols().
ut64 dex_method_id_t::code_offset |
Definition at line 103 of file dex.h.
Referenced by dex_create_relocations(), dex_new_encoded_method(), dex_resolve_all_virtual_methods(), dex_resolve_entrypoints_in_class(), dex_resolve_symbol_in_class_methods(), dex_resolve_virtual_method_code(), rz_bin_dex_resolve_method_offset_by_idx(), and rz_bin_dex_symbols().
ut64 dex_method_id_t::code_size |
Definition at line 104 of file dex.h.
Referenced by dex_create_relocations(), dex_new_encoded_method(), dex_resolve_virtual_method_code(), and rz_bin_dex_symbols().
ut32 dex_method_id_t::name_idx |
Definition at line 100 of file dex.h.
Referenced by dex_method_id_new(), dex_method_to_symbol(), dex_print_encoded_method(), dex_resolve_entrypoints_in_class(), dex_resolve_symbol_in_class_methods(), dex_resolve_virtual_method_code(), rz_bin_dex_imports(), rz_bin_dex_resolve_method_by_idx(), and rz_bin_dex_symbols().
ut64 dex_method_id_t::offset |
Definition at line 101 of file dex.h.
Referenced by dex_method_id_new().
ut16 dex_method_id_t::proto_idx |
Definition at line 99 of file dex.h.
Referenced by dex_method_id_new(), dex_method_to_symbol(), dex_print_encoded_method(), dex_resolve_virtual_method_code(), rz_bin_dex_imports(), rz_bin_dex_resolve_method_by_idx(), and rz_bin_dex_symbols().