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

couldn't resolve export il2cpp_get_corlib #444

Open
root-mega opened this issue Nov 26, 2023 · 1 comment
Open

couldn't resolve export il2cpp_get_corlib #444

root-mega opened this issue Nov 26, 2023 · 1 comment
Labels
question A question about anything

Comments

@root-mega
Copy link

Hi,

This error appears on calling Il2Cpp.dump(). Note: I'm using a modified version of this package to change the GameAssembly.dll name to UserAssembly.dll, though it probably doesn't matter a lot

il2cpp: couldn't resolve export il2cpp_get_corlib
at r (/node_modules/hk4e-frida-il2cpp/dist/index.js:413)
at get getCorlib (/node_modules/hk4e-frida-il2cpp/dist/index.js:244)
at call (native)
at (/node_modules/hk4e-frida-il2cpp/dist/index.js:842)
at initialize (/node_modules/hk4e-frida-il2cpp/dist/index.js:1230)

@vfsfitvnm vfsfitvnm added the question A question about anything label Dec 13, 2023
@vfsfitvnm
Copy link
Owner

Please take a look at #363

PS: you can do the following to change the default name:

(gloablThis as any).IL2CPP_MODULE_NAME = "UserAssembly.dll";

Il2Cpp.perform(() => {
    // ...
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question about anything
Projects
None yet
Development

No branches or pull requests

2 participants