vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: access violation accessing 0x1

lailuping opened this issue · comments

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)

This way there will be no bugs

Il2Cpp.trace(false)
.classes(DungeonPanel)
.and()
.attach()