KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
Loading...
Searching...
No Matches
Public Attributes | List of all members
KUNAI::DEX::TryItem::try_item_struct_t Struct Reference

Structure with the information from a Try code. More...

#include <encoded.hpp>

Public Attributes

std::uint32_t start_addr
 
std::uint16_t insn_count
 
std::uint16_t handler_off
 number of 16-bit code units covered by this entry.
 

Detailed Description

Structure with the information from a Try code.

Member Data Documentation

◆ insn_count

std::uint16_t KUNAI::DEX::TryItem::try_item_struct_t::insn_count

start address of block of code covered by this entry. Count of 16-bit code units to start of first.


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