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.
43 lines (42 loc) • 2.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._Il2CppTypeEnum = void 0;
var _Il2CppTypeEnum;
(function (_Il2CppTypeEnum) {
_Il2CppTypeEnum[_Il2CppTypeEnum["END"] = 0] = "END";
_Il2CppTypeEnum[_Il2CppTypeEnum["VOID"] = 1] = "VOID";
_Il2CppTypeEnum[_Il2CppTypeEnum["BOOLEAN"] = 2] = "BOOLEAN";
_Il2CppTypeEnum[_Il2CppTypeEnum["CHAR"] = 3] = "CHAR";
_Il2CppTypeEnum[_Il2CppTypeEnum["I1"] = 4] = "I1";
_Il2CppTypeEnum[_Il2CppTypeEnum["U1"] = 5] = "U1";
_Il2CppTypeEnum[_Il2CppTypeEnum["I2"] = 6] = "I2";
_Il2CppTypeEnum[_Il2CppTypeEnum["U2"] = 7] = "U2";
_Il2CppTypeEnum[_Il2CppTypeEnum["I4"] = 8] = "I4";
_Il2CppTypeEnum[_Il2CppTypeEnum["U4"] = 9] = "U4";
_Il2CppTypeEnum[_Il2CppTypeEnum["I8"] = 10] = "I8";
_Il2CppTypeEnum[_Il2CppTypeEnum["U8"] = 11] = "U8";
_Il2CppTypeEnum[_Il2CppTypeEnum["R4"] = 12] = "R4";
_Il2CppTypeEnum[_Il2CppTypeEnum["R8"] = 13] = "R8";
_Il2CppTypeEnum[_Il2CppTypeEnum["STRING"] = 14] = "STRING";
_Il2CppTypeEnum[_Il2CppTypeEnum["PTR"] = 15] = "PTR";
_Il2CppTypeEnum[_Il2CppTypeEnum["BYREF"] = 16] = "BYREF";
_Il2CppTypeEnum[_Il2CppTypeEnum["VALUETYPE"] = 17] = "VALUETYPE";
_Il2CppTypeEnum[_Il2CppTypeEnum["CLASS"] = 18] = "CLASS";
_Il2CppTypeEnum[_Il2CppTypeEnum["VAR"] = 19] = "VAR";
_Il2CppTypeEnum[_Il2CppTypeEnum["ARRAY"] = 20] = "ARRAY";
_Il2CppTypeEnum[_Il2CppTypeEnum["GENERICINST"] = 21] = "GENERICINST";
_Il2CppTypeEnum[_Il2CppTypeEnum["TYPEDBYREF"] = 22] = "TYPEDBYREF";
_Il2CppTypeEnum[_Il2CppTypeEnum["I"] = 24] = "I";
_Il2CppTypeEnum[_Il2CppTypeEnum["U"] = 25] = "U";
_Il2CppTypeEnum[_Il2CppTypeEnum["FNPTR"] = 27] = "FNPTR";
_Il2CppTypeEnum[_Il2CppTypeEnum["OBJECT"] = 28] = "OBJECT";
_Il2CppTypeEnum[_Il2CppTypeEnum["SZARRAY"] = 29] = "SZARRAY";
_Il2CppTypeEnum[_Il2CppTypeEnum["MVAR"] = 30] = "MVAR";
_Il2CppTypeEnum[_Il2CppTypeEnum["CMOD_REQD"] = 31] = "CMOD_REQD";
_Il2CppTypeEnum[_Il2CppTypeEnum["CMOD_OPT"] = 32] = "CMOD_OPT";
_Il2CppTypeEnum[_Il2CppTypeEnum["INTERNAL"] = 33] = "INTERNAL";
_Il2CppTypeEnum[_Il2CppTypeEnum["MODIFIER"] = 64] = "MODIFIER";
_Il2CppTypeEnum[_Il2CppTypeEnum["SENTINEL"] = 65] = "SENTINEL";
_Il2CppTypeEnum[_Il2CppTypeEnum["PINNED"] = 69] = "PINNED";
_Il2CppTypeEnum[_Il2CppTypeEnum["ENUM"] = 85] = "ENUM";
})(_Il2CppTypeEnum = exports._Il2CppTypeEnum || (exports._Il2CppTypeEnum = {}));