Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear Developers,

I have a Visual Basic Exe and i want to decompile it using some decompiler. After searching a lot on internet i came to know that there are different compilers for VB exe compiled into Native Code and P-Code.
So, my first requirement is- How can i know whether a Vb exe is compiled using native option or p-code option.
My second requirement is- Can you tell me a good decompiler whether free or paid to decompile my vb exe?

Thanks in Advance........
Posted

1 solution

If you mean VB6, then you should just throw it out, VB6 is rubbish and long unsupported. If you mean VB.NET, then you are wrong, you're probably confused by VB6. All VB.NET apps are compiled the same way, to MSIL.
 
Share this answer
 
Comments
AnkitGoel.com 19-Dec-12 0:21am    
But there is some important code in that exe. And we don't have source code.
Christian Graus 19-Dec-12 1:01am    
Well, if it's VB6, I thnk you're screwed. You were screwed when you used a program that was 'important' without having the source code.

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