TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The JustDecompile .NET decompiler engine has been open-sourced

102 pointsby jbevainabout 10 years ago

5 comments

exhilarationabout 10 years ago
How does this compare to dotPeek from JetBrains? <a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;decompiler&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;decompiler&#x2F;</a>
评论 #9493001 未加载
评论 #9493269 未加载
taco_emojiabout 10 years ago
<a href="http:&#x2F;&#x2F;ilspy.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ilspy.net&#x2F;</a> is what I generally use. Functionally modeled after .NET Reflector.
userbinatorabout 10 years ago
A .NET decompiler written in .NET: I bet &quot;let&#x27;s try it on itself!&quot; was not an uncommon thought among its users already.<p>It wasn&#x27;t this one, but years ago I remember using a decompiler to look through things like the system libraries and the (relatively few) apps written in it at the time, and it was quite interesting how much metadata was available (if it hadn&#x27;t been obfuscated). I think it&#x27;s fun and enlightening to take things apart, see how they work, and modify them, so that aspect of .NET really appealed to me, but I still prefer native code for its efficiency and succinctness...
评论 #9494329 未加载
评论 #9493827 未加载
评论 #9492898 未加载
ThinkBeatabout 10 years ago
With the release of Roslyn wont writing things like these be a lot easier?
DevKoalaabout 10 years ago
This tool helped a lot back then. I would also use DotPeek.