MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / isCallableNativeFunction

Function isCallableNativeFunction

agent/function-call.ts:53–55  ·  view source on GitHub ↗
(value: FunctionCallInput)

Source from the content-addressed store, hash-verified

51}
52
53function isCallableNativeFunction(value: FunctionCallInput): value is CallableNativeFunction {
54 return typeof value === "function" && "address" in value && value.address instanceof NativePointer;
55}

Callers 1

toCallPointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected