Is it possible to view the codes of an exe file using VB6 similar to ResourceHack found in google.

download link: http://www.softpedia.com/get/Programming/File-Editors/Resource-Hacker.shtml

It is possible but the results that you will get will not be in an easily readable format. Some decompilers break the code of an exe down to assembly, or C. While some say they break it down to VB code, you will not get the original code. What you will get is subs and functions with unintelligable names right along with all variables.

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.