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.

6 lines (5 loc) 199 B
import { NativeStruct } from "../native-struct"; import { _Il2CppClass } from "./class"; export declare class _Il2CppGenericClass extends NativeStruct { get cachedClass(): _Il2CppClass | null; }