Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Vb6 Decompiler

I lost my visual basic source code file.But I have only exe file .so where can I find Vb6 Decompiler to restore the source code. Please any body help me
[152 byte] By [russell214] at [2007-11-11 8:00:20]
# 1 Re: Vb6 Decompiler
There is no known de-compiler for Visual Basic 6.0 that generates the source code from an executable.
pclement at 2007-11-11 17:26:14 >
# 2 Re: Vb6 Decompiler
There is no TRUE VB5/6 decompiler. When I say TRUE I mean it decompiles all Forms, Modules, Class Modules with all the source code in tact. Vbrezq will decompile all forms but there is no source code to see. Even they say there is no source code.

http://www.vbrezq.com/faq.php

I'm sure there must be someone out there who can hack VB6 apps but I haven't seen them advertised. ;)
Keithuk at 2007-11-11 17:27:14 >
# 3 Re: Vb6 Decompiler
You can decompile the EXE down to assembly. But that doesn't help about 99.99% of the programming population...
edburdo at 2007-11-11 17:28:10 >