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::ClassDef::classdefstruct_t Struct Reference

Definition of offsets and IDs. More...

#include <classes.hpp>

Public Attributes

std::uint32_t class_idx
 
std::uint32_t access_flags
 idx for the current class
 
std::uint32_t superclass_idx
 flags for this class
 
std::uint32_t interfaces_off
 parent class id
 
std::uint32_t source_file_idx
 interfaces implemented by class
 
std::uint32_t annotations_off
 idx to a string with source file
 
std::uint32_t class_data_off
 debugging information and other data
 
std::uint32_t static_values_off
 offset to class data item
 

Detailed Description

Definition of offsets and IDs.


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