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.

19 lines (18 loc) 1.11 kB
export { library, unityVersion, domain, initialize } from "./variables"; export { dump } from "./utils"; export { _Il2CppArray as Array } from "./structs/array"; export { _Il2CppAssembly as Assembly } from "./structs/assembly"; export { _Il2CppClass as Class } from "./structs/class"; export { _Il2CppDomain as Domain } from "./structs/domain"; export { _Il2CppField as Field } from "./structs/field"; export { _Il2CppGC as GC } from "./structs/gc"; export { _Il2CppGenericClass as GenericClass } from "./structs/generic-class"; export { _Il2CppImage as Image } from "./structs/image"; export { _Il2CppMemorySnapshot as MemorySnapshot } from "./structs/memory-snapshot"; export { _Il2CppMethod as Method } from "./structs/method"; export { _Il2CppObject as Object } from "./structs/object"; export { _Il2CppParameter as Parameter } from "./structs/parameter"; export { _Il2CppString as String } from "./structs/string"; export { _Il2CppType as Type } from "./structs/type"; export { _Il2CppTypeEnum as TypeEnum } from "./structs/type-enum"; export { _Il2CppValueType as ValueType } from "./structs/value-type";