Questions tagged [dnspy]

A debugger and .NET assembly editor. It can be used to edit and debug assemblies even if no source code available is available.

33 questions
0
votes
2 answers

Can't install a modified assembly in Global Assembly Cache

Using dnSpy assembly editor I modified a copyrighted IBM assembly (DLL). I fixed a bug in the source code. After compiling the code back to a DLL, I tried to install it into the GAC. But during this, InstallAssembly threw the following…
Ozkan
  • 3,880
  • 9
  • 47
  • 78
-1
votes
0 answers

Dnspy : How do I add a class in Type References by dnspy

Hello everyone I am a beginner modder. I use dnspy to edit the Assembly-CSharp file of a unity game. But when I need to add the AssetBundle class in Type References, I don't know how. Can anyone guide me how to do it? I hope everyone can help me
-1
votes
1 answer

C# Reflection: Changing private fields of a class with static object reference?

I got a very specific case and I read tons of questions on StackOverflow about setting and getting private fields and properties of classes but they all do not seem to work. I am modding a Unity game by injecting code with Harmony ( a library to…
1 2
3