frida-il2cpp-bridge
frida-il2cpp-bridge copied to clipboard
Il2cpp.module is not being cached and makes dump slower
any call that use it like relativeVirtualAddress on method will try to fetch the module again and can slow full dump from 6s to almost few minutes no idea if this something wrong with my setup
The caching happens here; are you using Il2Cpp.perform?
oh was not using Il2Cpp.perform when testing so that shouldnt be decorated with lazy ?
but ye it only happens when not using Il2Cpp.perform
Closing as it's not clear to make what action should be take. Using Il2Cpp.perform is a requirement to make things work as expected