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

Method timerExpired

examples/triage/analysisinfo.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45void AnalysisInfoWidget::timerExpired()
46{
47 auto gpValue = m_data->GetGlobalPointerValue();
48 if (gpValue == m_lastGPValue)
49 return;
50
51 m_lastGPValue = gpValue;
52 updateDisplay();
53}
54
55
56void AnalysisInfoWidget::updateDisplay()

Callers

nothing calls this directly

Calls 1

GetGlobalPointerValueMethod · 0.45

Tested by

no test coverage detected