Error "Non-negative number required. Parameter name: count"
kuroyama
Posts: 1 New member
So Hi
Basically, I was trying to decompile this Unity game * .dll, but the header of the file was a little bit weird (Usually its 4D 5A 90 / MZ.) but It's 45 52 90. I tried to decompiled it with Reflector but it says it doesn't contain MZ signature, so I changed the byte to 4D 5A 90 and got this error
Here is the DLL: Dll
Also, the header Isn't only on that .dll, It's on all of the DLLs (Assembly-CSharp.dll, System.dll, Much More)
Any help would be awesome!
Basically, I was trying to decompile this Unity game * .dll, but the header of the file was a little bit weird (Usually its 4D 5A 90 / MZ.) but It's 45 52 90. I tried to decompiled it with Reflector but it says it doesn't contain MZ signature, so I changed the byte to 4D 5A 90 and got this error
Here is the DLL: Dll
Also, the header Isn't only on that .dll, It's on all of the DLLs (Assembly-CSharp.dll, System.dll, Much More)
Any help would be awesome!
Answers