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

Unable to unstrip mscorlib #104

Closed
krulci opened this issue Sep 2, 2023 · 2 comments
Closed

Unable to unstrip mscorlib #104

krulci opened this issue Sep 2, 2023 · 2 comments
Labels
generation Related to assembly generation
Milestone

Comments

@krulci
Copy link
Contributor

krulci commented Sep 2, 2023

I am having trouble unstripping mscorlib.dll.
I have tried the following two builds:
I compiled the same unity version of the game in mono and included mscorlib.dll from the mono build.
I compiled the same unity version of the game in il2cpp and included mscorlib.dll from the il2cpp build.
Both of them is giving me the following error:

System.ArgumentNullException: 'Value cannot be null. (Parameter 'type')'

I tried both build with the legacy Il2cppAssemblyUnhollower.
Both was able to be unstriped.
How may I fix this issue?

@krulci
Copy link
Contributor Author

krulci commented Sep 2, 2023

image
In Il2cppAssemblyUnhollower it is finding this type in mscorlib.dll
image
However, in Il2CppInterop it is finding this type in System.Private.CoreLib.dll

@ds5678
Copy link
Collaborator

ds5678 commented Jul 14, 2024

I think this has been resolved sometime since you posted your issue because the core library references are constructed differently now.

@ds5678 ds5678 closed this as completed Jul 15, 2024
@ds5678 ds5678 added the generation Related to assembly generation label Sep 8, 2024
@ds5678 ds5678 added this to the 1.5.0 milestone Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation Related to assembly generation
Projects
None yet
Development

No branches or pull requests

2 participants