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

StackOverflow https://stackoverflow.com/questions/19501690

  •  01-07-2022
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top