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.

7 lines (6 loc) 206 B
import { NativeStruct } from "../native-struct"; import { _Il2CppImage } from "./image"; export declare class _Il2CppAssembly extends NativeStruct { get image(): _Il2CppImage; get name(): string; }