MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / showErrorLog

Method showErrorLog

Il2cppHook/_Ufunc.js:700–703  ·  view source on GitHub ↗
(ins, error = "\tMethod null implementation or attach by other intercepter")

Source from the content-addressed store, hash-verified

698 printCtx(method.relativeVirtualAddress, 1, 1, LogColor.WHITE, 1);
699 }
700 function showErrorLog(ins, error = "\tMethod null implementation or attach by other intercepter") {
701 LOGE(`\t${method.virtualAddress} -> ${ins} -> ${ins.toMatchPattern()} `);
702 LOGE(error);
703 }
704 }
705 }
706 static needShowLOG = (method, enterType = "onEnter") => {

Callers

nothing calls this directly

Calls 1

LOGEFunction · 0.70

Tested by

no test coverage detected