Vb.net – Extract VB.NET code from exe file

decompilingvb.net

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?

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