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

Method RequestAdvancedAnalysisData

function.cpp:2518–2526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2516
2517
2518void Function::RequestAdvancedAnalysisData()
2519{
2520 BNRequestAdvancedFunctionAnalysisData(m_object);
2521#ifdef WIN32
2522 InterlockedIncrement((LONG*)&m_advancedAnalysisRequests);
2523#else
2524 __sync_fetch_and_add(&m_advancedAnalysisRequests, 1);
2525#endif
2526}
2527
2528
2529void Function::ReleaseAdvancedAnalysisData()

Callers 2

SetFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected