Basically what I'm trying to do is this:
1: Take an existing DLL file. 2: Edit some C# scripts inside. I'm doing this by using DotPeek to open in Visual Studio.
3: After editing the files, put them back into the original DLL file so the program works fine (modified by me).
So now I'm stuck on the last step, getting the files back into the DLL file so the program works. Any ideas? THANK YOU.