VB Decompiler

the_demon

Elite Member
Joined
Nov 23, 2008
Messages
3,220
Reaction score
1,604
Can anyone share a good freeware decompiler with me? I've been looking on the net but, my good friend Mr. Google is not yielding very good results.

Thanks,

~ The_Demon
 
Code:
http://www.vb-decompiler.org/files/vb_decompiler_lite.zip

Shareware, try, if u like, find the crack.
 
thanks 4 suggestions

Thread Now Closed. Forgot I even created this... I now have a programmer on my team who has come to my assistance w/ this issue. :)
 
after a quick search i found this which looks to be much better because it dumps out the code of any .NET application. not just ones made in VB. http://www.red-gate.com/products/reflector/
 
You can find full VB Decompiler Pro 7.7 quite easily... Pm me if you don't find it :)
 
sure is, but for the record. you can not decompile vb6 code unless its compiled in pcode, and no one in the world will ever compile there code in pcode. If you really want the source code to an applacation hire a programmer (like me) to reprogram the software for you. Most decompilers you will find online will only get you the GUI. no code.

Edit:
its still an old post, lol.
 
If they are compiled to native code, all you're going to be able to see are forms and procedure names. The code is unreadable.
 
What the guy said above it's true it's like native code generates direct to assembly that's cool for no dependencies. If they are using the other type called p-code then you are able to decompile it.

Good luck :cool:
 
You could use dotPeek its free and derivated from the reflector its pretty awesome.

For native code you will have lots of works :P but there is IDA
 
Last edited:
Back
Top