Decompiler for Visual Basic 6 program?

社会主义新天地 提交于 2019-11-26 23:26:03

问题


In the FAQ of the Boomerang decompiler (which currently only decompiles to C-code) they make a brief mention that Visual Basic exes happen to include a lot of metadata, so a Visual Basic decompiler might be able to produce better source code for Visual Basic programs than what Boomerang can give you. Since the program I'm trying to decompile might actually be a VB 6 program, do you know of any decompilers for VB6 exes?

(Don't worry this isn't for nefarious purposes. I just have to create a data file this program parses, and getting a sense of the strategy it uses to parse the file will help get the file format right.)


回答1:


You might want to try VBReFormer




回答2:


VB Decompiler is another tool. And works fine too!)



来源:https://stackoverflow.com/questions/1406015/decompiler-for-visual-basic-6-program

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