Free VB 6.0 Decompiler? [duplicate]

拥有回忆 提交于 2019-11-27 08:15:02

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!