KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KUNAI::DEX::ParameterAnnotation Class Reference

Information for the list of annotations for the parameters. More...

#include <annotations.hpp>

Public Member Functions

 ParameterAnnotation (std::uint32_t method_idx, std::uint32_t annotations_off)
 Constructor of ParameterAnnotation.
 
 ~ParameterAnnotation ()=default
 Destructor of ParameterAnnotation.
 
std::uint32_t get_method_idx () const
 Get the MethodIDX value.
 
std::uint32_t get_annotations_off () const
 Get the offset to the annotations.
 

Detailed Description

Information for the list of annotations for the parameters.

Constructor & Destructor Documentation

◆ ParameterAnnotation()

KUNAI::DEX::ParameterAnnotation::ParameterAnnotation ( std::uint32_t  method_idx,
std::uint32_t  annotations_off 
)
inline

Constructor of ParameterAnnotation.

Parameters
method_idxidx of the method
annotations_offoffset of the annotation

Member Function Documentation

◆ get_annotations_off()

std::uint32_t KUNAI::DEX::ParameterAnnotation::get_annotations_off ( ) const
inline

Get the offset to the annotations.

Returns
annotations offset

◆ get_method_idx()

std::uint32_t KUNAI::DEX::ParameterAnnotation::get_method_idx ( ) const
inline

Get the MethodIDX value.

Returns
method idx value

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