问题
Possible Duplicate:
Is there a vb6 decompiler?
Is there such a thing as a VB 6.0 decompiler?
If so are there any free products that do this?
回答1:
You could try your luck on the Visual Basic Decompilers page of the Program Transformation wiki.
回答2:
VB ReFormer and VB Decompiler. They are very easy to use.
回答3:
VB6 compiles to machine code, so all you would be able to do is disassemble it.
http://en.wikipedia.org/wiki/Disassembler
There are some tools that claim to parse and translate the machine code, but I have never tried those.
回答4:
Vb 6 compiles to native EXE files, not P-Code. Therefore you'll be hacking ASM.
来源:https://stackoverflow.com/questions/678544/free-vb-6-0-decompiler