KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
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. | |
specification of a string analysis
|
inline |
Add a cross reference where the string is read.
c | class where is read |
m | method where is read |
offset | offset where is read |