One of my clients has an application written for them using VB6. They no longer have the source resources that were provided to the developer. The developer disappeared from the face of the earth. My task is to extract resources from the executable file and rebuild the application by adding new material to it.
I tried to use Resource Hacker, but it only finds the icon. Exe is more than 26 MB, I don’t see that the only resource built into it is the icon.
Edit: I am not extracting the source code from this. Decompilation is not the goal. I just want embedded media resources so that I can use them in an application that I rewrite from scratch. Do not confuse the word “resources” with “source code”.
Is there a way to extract only resources?
vb6 embedded-resource reverse-engineering
Richieacc
source share