Search code examples
vb.netdecompiling

Extract VB.NET code from exe file


I made a program using VB and I lost the source code but I have the exe file. How can I extract the code from the exe file?


Solution

  • Assuming your exe is a .NET assembly (you tagged the question as VB.NET), you can reverse engineer your exe using tools such as Reflector.