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

Method AddAnalysisOption

binaryview.cpp:2086–2089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2084
2085
2086void BinaryView::AddAnalysisOption(const string& name)
2087{
2088 BNAddAnalysisOption(m_object, name.c_str());
2089}
2090
2091
2092Ref<Function> BinaryView::AddFunctionForAnalysis(Platform* platform, uint64_t addr, bool autoDiscovered, Type* type)

Callers 5

loadImagesWithAddrMethod · 0.80
loadImagesWithAddrMethod · 0.80
DisplayDSCPickerFunction · 0.80
OnViewChangeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected