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

Class Il2CppGenericMethod

_agent.js:1882–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1880const NativeStruct_1 = require("./NativeStruct");
1881const Il2CppGenericContext_1 = require("./Il2CppGenericContext");
1882class Il2CppGenericMethod extends NativeStruct_1.NativeStruct {
1883 context() {
1884 return new Il2CppGenericContext_1.Il2CppGenericContext(this.add(0x8));
1885 }
1886}
1887exports.Il2CppGenericMethod = Il2CppGenericMethod;
1888},{"./Il2CppGenericContext":14,"./NativeStruct":21}],17:[function(require,module,exports){
1889"use strict";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected