UNPKG

frida-il2cpp-bridge-my

Version:

(my:Support IOS)Frida module to dump, manipulate and hijack any IL2CPP application at runtime with a high level of abstraction.

8 lines (7 loc) 231 B
import { NativeStruct } from "../native-struct"; import { _Il2CppType } from "./type"; export declare class _Il2CppParameter extends NativeStruct { get name(): string; get position(): number; get type(): _Il2CppType; }