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

Method GetFunctionAnalysisUpdateDisabled

binaryview.cpp:2147–2150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2145
2146
2147bool BinaryView::GetFunctionAnalysisUpdateDisabled()
2148{
2149 return BNGetFunctionAnalysisUpdateDisabled(m_object);
2150}
2151
2152
2153void BinaryView::SetFunctionAnalysisUpdateDisabled(bool disabled)

Callers 2

ApplyRegionMethod · 0.80
ApplyImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected