Rizin
unix-like reverse engineering framework and cli tools
|
#include <dex.h>
Public Attributes | |
ut32 | shorty_idx |
ut32 | return_type_idx |
ut32 | type_list_size |
ut16 * | type_list |
ut64 | offset |
ut64 dex_proto_id_t::offset |
Definition at line 85 of file dex.h.
Referenced by dex_proto_id_new().
ut32 dex_proto_id_t::return_type_idx |
Definition at line 82 of file dex.h.
Referenced by dex_proto_id_new(), and dex_resolve_proto_id().
ut32 dex_proto_id_t::shorty_idx |
Definition at line 81 of file dex.h.
Referenced by dex_proto_id_new().
ut16* dex_proto_id_t::type_list |
Definition at line 84 of file dex.h.
Referenced by dex_proto_id_free(), dex_proto_id_new(), and dex_resolve_proto_id().
ut32 dex_proto_id_t::type_list_size |
Definition at line 83 of file dex.h.
Referenced by dex_proto_id_new(), and dex_resolve_proto_id().