Is it possible to view the contents of a satellite assembly?
3 answers
.NET Reflector might be your answer.
It is possible that the company obfuscated its assemblies, but you will only learn about the parsed code.
+3
a source to share