knah / Il2CppAssemblyUnhollower

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

Access to the path is denied when executing the command #11

Closed blueboy90780 closed 3 years ago

blueboy90780 commented 3 years ago

Access Denied

When I try to use the AssemblyUnhollower command I get access denied. I've searched everywhere online and wasn't able to resolve this issue. I tried running the command line as administrator, I tried to change the directory permission to "administrator". I tried using the "runas" command giving me "error 5: access denied". No matter what I try the result is the same. Could you help resolve this issue? I think it's probably a problem with my OS and not with the repo itself. I'm using the latest release of the repo.

blueboy90780 commented 3 years ago

This is not closed, I accidently closed it... please help

knah commented 3 years ago

--mscorlib takes the path to mscorlib.dll, not the directory where it resides. Use the full path to the file.