MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / AnalysisContext

Method AnalysisContext

workflow.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11AnalysisContext::AnalysisContext(BNAnalysisContext* analysisContext) :
12 m_reader(Json::CharReaderBuilder().newCharReader())
13{
14 // LogError("API-Side AnalysisContext Constructed!");
15 m_object = analysisContext;
16 m_builder["indentation"] = "";
17}
18
19
20AnalysisContext::~AnalysisContext()

Callers

nothing calls this directly

Calls 1

newCharReaderMethod · 0.80

Tested by

no test coverage detected