MCPcopy Create free account
hub / github.com/IIIImmmyyy/frida-il2cppDumper / constructor

Method constructor

_agent.js:1702–1705  ·  view source on GitHub ↗
(pointer)

Source from the content-addressed store, hash-verified

1700const Il2CppImage_1 = require("./Il2CppImage");
1701class Il2CppClass extends NativeStruct_1.NativeStruct {
1702 constructor(pointer) {
1703 super(pointer);
1704 this.needNameSpace = [];
1705 }
1706 addNeedNameSpace(str) {
1707 if (!this.needNameSpace.includes(str)) {
1708 this.needNameSpace.push(str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected