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) • 336 B
TypeScript
import { Accessor } from "../../utils/accessor";
import { NativeStruct } from "../native-struct";
import { _Il2CppAssembly } from "./assembly";
export declare class _Il2CppDomain extends NativeStruct {
get name(): string | null;
get assemblies(): Accessor<_Il2CppAssembly>;
static get reference(): Promise<_Il2CppDomain>;
}