(class_handle)
| 8 | } |
| 9 | |
| 10 | function 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 | |
| 17 | module.exports = { |
| 18 | trace_class, |
nothing calls this directly
no outgoing calls
no test coverage detected