Is it possible to view the contents of a satellite assembly?

I have, in my opinion, some satellite builds in an application being built by a company that no longer exists. I would like to confirm that this is what I think (the naming is correct, but ...) and see what's inside them.

0


a source to share


3 answers


Try reflector



+1


a source


.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


dotPeek from JetBrains does this job too

0


a source







All Articles