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.

9 lines (8 loc) 269 B
/// <reference types="frida-gum" /> import { NativeStruct } from "../native-struct"; export declare class _Il2CppMemorySnapshot extends NativeStruct { constructor(); get trackedObjectCount(): UInt64; get objectsPointer(): NativePointer; free(): void; }