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

Method GetIncomingFlagValueCallback

callingconvention.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215void CallingConvention::GetIncomingFlagValueCallback(
216 void* ctxt, uint32_t reg, BNFunction* func, BNRegisterValue* result)
217{
218 CallbackRef<CallingConvention> cc(ctxt);
219 Ref<Function> funcObj;
220 if (func)
221 funcObj = new Function(BNNewFunctionReference(func));
222 *result = cc->GetIncomingFlagValue(reg, funcObj).ToAPIObject();
223}
224
225
226void CallingConvention::GetIncomingVariableForParameterVariableCallback(

Callers

nothing calls this directly

Calls 2

ToAPIObjectMethod · 0.45
GetIncomingFlagValueMethod · 0.45

Tested by

no test coverage detected