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::StringAnalysis Class Reference

specification of a string analysis More...

#include <analysis.hpp>

Public Member Functions

 StringAnalysis (std::string &value)
 
const std::string & get_value () const
 
const std::vector< std::tuple< ClassAnalysis *, MethodAnalysis *, std::uint64_t > > & get_xreffrom () const
 
std::vector< std::tuple< ClassAnalysis *, MethodAnalysis *, std::uint64_t > > & get_xreffrom ()
 
void add_xreffrom (ClassAnalysis *c, MethodAnalysis *m, std::uint64_t offset)
 Add a cross reference where the string is read.
 

Detailed Description

specification of a string analysis

Member Function Documentation

◆ add_xreffrom()

void KUNAI::DEX::StringAnalysis::add_xreffrom ( ClassAnalysis c,
MethodAnalysis m,
std::uint64_t  offset 
)
inline

Add a cross reference where the string is read.

Parameters
cclass where is read
mmethod where is read
offsetoffset where is read

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