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

Method GetGlobalPointerRegisterCallback

callingconvention.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184uint32_t CallingConvention::GetGlobalPointerRegisterCallback(void* ctxt)
185{
186 CallbackRef<CallingConvention> cc(ctxt);
187 return cc->GetGlobalPointerRegister();
188}
189
190
191uint32_t* CallingConvention::GetImplicitlyDefinedRegistersCallback(void* ctxt, size_t* count)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected