vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
MIT License
974 stars 199 forks source link

Android Emulator #267

Closed qiaozhi-4 closed 1 year ago

qiaozhi-4 commented 1 year ago

Hello, there is no way to get libil2cpp.so in Android emulator

Chensem commented 1 year ago

add option --realm=emulated , example : frida -U com.xxx -F -l test.js --realm=emulated

qiaozhi-4 commented 1 year ago

添加选项 --realm=emulated ,例如:frida -U com.xxx -F -l test.js --realm=emulated

thank you