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

Method GetGlobalPointerValue

function.cpp:2471–2475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2469
2470
2471Confidence<RegisterValue> Function::GetGlobalPointerValue() const
2472{
2473 BNRegisterValueWithConfidence value = BNGetFunctionGlobalPointerValue(m_object);
2474 return Confidence<RegisterValue>(RegisterValue::FromAPIObject(value.value), value.confidence);
2475}
2476
2477
2478bool Function::UsesIncomingGlobalPointer() const

Callers 2

timerExpiredMethod · 0.45
updateDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected