KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
Type of exception to catch with its address. More...
#include <encoded.hpp>
Public Member Functions | |
EncodedTypePair (DVMType *type, std::uint64_t addr) | |
Constructor for EncodedTypePair. | |
~EncodedTypePair ()=default | |
Destructor of EncodedTypePair. | |
std::uint64_t | get_addr () const |
Get the bytecode address of the associated exception handler. | |
const DVMType * | get_exception_type () const |
Get a constant pointer to the exception type. | |
DVMType * | get_exception_type () |
Get pointer to exception type. | |
Type of exception to catch with its address.
|
inline |
Constructor for EncodedTypePair.
type | type of the exception |
addr | address associated with the exception |
|
inline |
Get the bytecode address of the associated exception handler.
|
inline |
Get pointer to exception type.
|
inline |
Get a constant pointer to the exception type.