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

Method Reanalyze

function.cpp:2491–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2489
2490
2491void Function::Reanalyze(BNFunctionUpdateType type)
2492{
2493 BNReanalyzeFunction(m_object, type);
2494}
2495
2496
2497void Function::MarkUpdatesRequired(BNFunctionUpdateType type)

Callers 3

startFullAnalysisMethod · 0.45
CorePluginInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected