MCPcopy Create free account
hub / github.com/APKLab/APKLab / SmaliMethod

Interface SmaliMethod

src/tools/frida.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const GADGET_INJECT_MARKER = "# apklab-gadget-inject";
10
11interface SmaliMethod {
12 className: string;
13 methodName: string;
14 paramTypes: string[];
15 returnType: string;
16 isStatic: boolean;
17 isConstructor: boolean;
18}
19
20/**
21 * Parse smali type descriptor to Java/Frida type string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected