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

#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
 

Detailed Description

Definition at line 114 of file dex.h.

Member Data Documentation

◆ access_flags

◆ code_offset

◆ code_size

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().

◆ debug_info_offset

ut32 dex_encoded_method_t::debug_info_offset

Definition at line 124 of file dex.h.

Referenced by dex_new_encoded_method().

◆ ins_size

ut16 dex_encoded_method_t::ins_size

Definition at line 121 of file dex.h.

Referenced by dex_new_encoded_method().

◆ method_idx

◆ offset

ut64 dex_encoded_method_t::offset

Definition at line 115 of file dex.h.

Referenced by dex_new_encoded_method().

◆ outs_size

ut16 dex_encoded_method_t::outs_size

Definition at line 122 of file dex.h.

Referenced by dex_new_encoded_method().

◆ registers_size

ut16 dex_encoded_method_t::registers_size

Definition at line 120 of file dex.h.

Referenced by dex_new_encoded_method().

◆ tries_size

ut16 dex_encoded_method_t::tries_size

Definition at line 123 of file dex.h.

Referenced by dex_new_encoded_method().


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