I assume that the assemblies are not very named, because otherwise you cannot do anything without a signature key.
If not, it sounds like Ildasm
will work for you. You can decompile assemblies, make modifications, and build them again using Ilasm
.
Another free option might be Telerik JustDecompile , which "can create a Visual Studio project from a decompiled assembly." “I have not used it, but it looks like it is decompiling the source code and creating a finished project.” This would be super convenient since you don’t even have to work with IL.
source share