Search code examples
vb.netdecompiling

What tool can I use to decompile an executable written in VB.net and create a project?


What tool can I use to decompile an executable written in VB.net and create a project? I need to debug and fix an application, but the code is lost.

Thanks.


Solution

  • There are several decompilers on the market, my personal choice is Telerik's JustDecompile, it's free and let you create a project from a .NET assembly, however, note that if the .NET assembly is obfuscated, the decompiler output may be useless, and you may need to use a deobfuscator first (or later).