MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / il2cpp_close_trace

Function il2cpp_close_trace

lib/cli/module/trace.js:10–15  ·  view source on GitHub ↗
(class_handle)

Source from the content-addressed store, hash-verified

8}
9
10function il2cpp_close_trace(class_handle) {
11 const clazz = new Il2Cpp.Class(new NativePointer(class_handle));
12 for (const method of clazz.methods) {
13 base.detach(method.virtualAddress);
14 }
15}
16
17module.exports = {
18 trace_class,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected