Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Il2cpp.module is not being cached and makes dump slower #551

Open
AkaShrug opened this issue Sep 21, 2024 · 3 comments
Open

Il2cpp.module is not being cached and makes dump slower #551

AkaShrug opened this issue Sep 21, 2024 · 3 comments
Labels
tweaking An improvement to the codebase

Comments

@AkaShrug
Copy link

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

@vfsfitvnm vfsfitvnm added the tweaking An improvement to the codebase label Sep 21, 2024
@vfsfitvnm
Copy link
Owner

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

@AkaShrug
Copy link
Author

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

@AkaShrug
Copy link
Author

but ye it only happens when not using Il2Cpp.perform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tweaking An improvement to the codebase
Projects
None yet
Development

No branches or pull requests

2 participants