Luca Lo Iacono

Results 5 comments of Luca Lo Iacono

Removing the nodesource file solved the issue for me. `rm -rf /etc/apt/sources.list.d/nodesource.list`

It's a Unity app, version `2020.3.32f1`

Yeah, here it is: ``` Error: access violation accessing 0x2a24 at (frida/runtime/core.js:138) at get idOffset (node_modules/frida-il2cpp-bridge/dist/il2cpp/structs/thread.js:19) at call (native) at (node_modules/decorator-cache-getter/dist/index.js:9) at get id (node_modules/frida-il2cpp-bridge/dist/il2cpp/structs/thread.js:28) at schedule (node_modules/frida-il2cpp-bridge/dist/il2cpp/structs/thread.js:92) at (agent/index.ts:133)...

Well, let me explain: If invoke my function when i load the agent, everything works great, i.e: ```javascript Il2Cpp.perform(() => { const myClass = ... myClass.method("myMethod").invoke(); // { recv("myCommand", onCommandReceived);...

How could I not think about it before... Now it works! Thank you so much.