frida-il2cpp-bridge icon indicating copy to clipboard operation
frida-il2cpp-bridge copied to clipboard

il2cpp_thread_get_all_attached_threads is not resolved

Open Unused-ser opened this issue 6 months ago • 4 comments

Unity Version:6000.0.34f1 Frida-compile:16.4.2

il2cpp: couldn't resolve export il2cpp_thread_get_all_attached_threads at i (:13) at t (:13) at get threadGetAttachedThreads (:13) at call (native) at <anonymous> (:13) at <anonymous> (:13) at <anonymous> (:13) at <anonymous> (:13) at <anonymous> (:13) at <anonymous> (:13) at t (:13)

Seems that the il2cpp_thread_get_all_attached_threads is not resolved, Also in IDA there is no il2cpp_thread_get_all_attached_threads in export table. Is there a workground to solve it?

Unused-ser avatar Jun 06 '25 08:06 Unused-ser

See https://github.com/vfsfitvnm/frida-il2cpp-bridge/issues/618. Are you using v0.11.0?

vfsfitvnm avatar Jun 08 '25 11:06 vfsfitvnm

Yes,I'm using the latest version.

Unused-ser avatar Jun 08 '25 12:06 Unused-ser

What's your snippet?

vfsfitvnm avatar Jun 08 '25 22:06 vfsfitvnm

Check https://github.com/vfsfitvnm/frida-il2cpp-bridge/issues/659#issuecomment-2955659879 and https://github.com/vfsfitvnm/frida-il2cpp-bridge/issues/618#issuecomment-2835645754 it worked for me.

almostHacker avatar Jun 11 '25 06:06 almostHacker