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

Method GetIncomingRegisterValueCallback

callingconvention.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204void CallingConvention::GetIncomingRegisterValueCallback(
205 void* ctxt, uint32_t reg, BNFunction* func, BNRegisterValue* result)
206{
207 CallbackRef<CallingConvention> cc(ctxt);
208 Ref<Function> funcObj;
209 if (func)
210 funcObj = new Function(BNNewFunctionReference(func));
211 *result = cc->GetIncomingRegisterValue(reg, funcObj).ToAPIObject();
212}
213
214
215void CallingConvention::GetIncomingFlagValueCallback(

Callers

nothing calls this directly

Calls 2

ToAPIObjectMethod · 0.45

Tested by

no test coverage detected