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.

10 lines (9 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NativeStruct = void 0; class NativeStruct { constructor(handle) { this.handle = handle; } } exports.NativeStruct = NativeStruct;