Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.20/5 (3 votes)
See more: (untagged)
sir,
I have a .exe file of visual basic language
how can I get its source code
Posted
Updated 18-Jan-22 0:19am
Comments
Rajesh Anuhya 3-Feb-12 6:18am    
VB means VB6??

You could try a Google search for 'decompilers', but remember that you may not get 100% accurate source code. If the original was VB.NET then Free-Net-decompiler-for-everyone-for-ever.aspx[^] may help.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Feb-12 6:21am    
My 5. For a native inquirer would be useful to explain that the source file is not stored anywhere in the deployed "binary" code, so no one can "get" it.

The fundamental idea is this: compilation increases entropy of the code.

--SA
If this is a .Net program, you can use ILSpy[^]. This translates the MSIL back to C#. Reflector[^] is a commercial app to do the same thing but it also supports decompiling to vb.net
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900