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

Method SetFunctionAnalysisUpdateDisabled

binaryview.cpp:2153–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2151
2152
2153void BinaryView::SetFunctionAnalysisUpdateDisabled(bool disabled)
2154{
2155 BNSetFunctionAnalysisUpdateDisabled(m_object, disabled);
2156}
2157
2158
2159void BinaryView::UpdateAnalysisAndWait()

Callers 2

ApplyRegionMethod · 0.80
ApplyImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected