il2cpp_thread_get_all_attached_threads is not resolved
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?
See https://github.com/vfsfitvnm/frida-il2cpp-bridge/issues/618. Are you using v0.11.0?
Yes,I'm using the latest version.
What's your snippet?
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.