Hacker News new | ask | show | jobs
by felickz2 4066 days ago
Much better for newer features... for async/await dotpeek would show state machine ( which was actually cool to see), but JustDecompile would actually show me async await in decompiled code.

ALSO, coolest feature is decompile to csproj ... very nice ;)

3 comments

I had the opposite experience. DotPeek created much better code. using statements were decompiled as usings, JustDecompile produced try/finally blocks.
DotPeek has the option to export decompiled code to a project and solution.
Agreed. I used it just for the decompile to project.