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