You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: access violation accessing 0x1
at get class (/node_modules/frida-il2cpp-bridge/dist/index.js:2586)
at call (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:67)
at method (/node_modules/frida-il2cpp-bridge/dist/index.js:2602)
at toString (/node_modules/frida-il2cpp-bridge/dist/index.js:2622)
at concat (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:1307)
at map (native)
at callback (/node_modules/frida-il2cpp-bridge/dist/index.js:1307)
The text was updated successfully, but these errors were encountered:
const Q5 = Il2Cpp.domain.assembly("Q5.dll")
const DungeonPanel = Q5.image.class("DungeonPanel")
Il2Cpp.trace(true)
.classes(DungeonPanel)
.and()
.attach()
Error: access violation accessing 0x1
at get class (/node_modules/frida-il2cpp-bridge/dist/index.js:2586)
at call (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:67)
at method (/node_modules/frida-il2cpp-bridge/dist/index.js:2602)
at toString (/node_modules/frida-il2cpp-bridge/dist/index.js:2622)
at concat (native)
at (/node_modules/frida-il2cpp-bridge/dist/index.js:1307)
at map (native)
at callback (/node_modules/frida-il2cpp-bridge/dist/index.js:1307)
The text was updated successfully, but these errors were encountered: