knah / Il2CppAssemblyUnhollower

A tool to generate Managed->IL2CPP proxy assemblies
GNU Lesser General Public License v3.0
500 stars 87 forks source link

mscorlib #14

Closed CL16kai closed 3 years ago

CL16kai commented 3 years ago

The only mscorlib file i can find is called mscorlib.dll-resources.dat and when i fill that one in it says access is denied to it

knah commented 3 years ago

The mscorlib parameter should point at the mscorlib of managed runtime that will be injected into the game. One example of that is one shipped with MelonLoader in MelonLoader/Managed folder. Other injectors will have their own location of mscorlib.

19245222 commented 1 year ago

The mscorlib parameter should point at the mscorlib of managed runtime that will be injected into the game. One example of that is one shipped with MelonLoader in MelonLoader/Managed folder. Other injectors will have their own location of mscorlib.

I've got a question, couldn't we just this tool standalone? You see, in my case I am an android developer. MelonLoader doesn't support android well enough, which mean I don't have a MelonLoader/Managed folder. Below is a picture which describe the directory tree of the Apk which patched by MelonLoader. image