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

Interface CallableNativeFunction

agent/function-call.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { PointerInput } from "./types.js";
5
6export interface CallableNativeFunction {
7 (...args: FunctionCallInput[]): NativePointer | null;
8 address: NativePointer;
9}
10
11export type FunctionCallInput = PointerInput | CallableNativeFunction;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected