0

Are there API tools within the core .Net framework (any version) which help in decompiling code?

Note: I am not looking for an external tool (such as reflector or dotPeek), I am coming from the direction of trying to build an external tool.

Shane
  • 875
  • 1
  • 6
  • 24

1 Answers1

2

If you are looking for a decompiler with public source code, I believe ILSpy is what you are looking for.

ILSpy is an open source decompiler and you can download the entire Solution from the project's GitHub.

Zachary Kniebel
  • 4,686
  • 3
  • 29
  • 53
  • Very interesting....I'll look into this and get back to you – Shane May 08 '14 at 18:16
  • I provided the links to the projects homepage and source, and stated what the project was and completely answered the question, even according to the user who asked it. The relevance of the question to SO is irrelevant with regards to my answer, so I am curious why someone would downvote this answer. Maybe they don't like ILSpy ;) – Zachary Kniebel May 08 '14 at 18:39