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

Il2cpp.module is not being cached and makes dump slower

Open AkaShrug opened this issue 1 year ago • 3 comments

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

AkaShrug avatar Sep 21 '24 14:09 AkaShrug

The caching happens here; are you using Il2Cpp.perform?

vfsfitvnm avatar Sep 21 '24 15:09 vfsfitvnm

oh was not using Il2Cpp.perform when testing so that shouldnt be decorated with lazy ?

AkaShrug avatar Sep 21 '24 15:09 AkaShrug

but ye it only happens when not using Il2Cpp.perform

AkaShrug avatar Sep 21 '24 15:09 AkaShrug

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

vfsfitvnm avatar Apr 24 '25 16:04 vfsfitvnm