Is it possible to take an exe file made from visual basic 6 and extract the original files?
-
I am trying to take an executable made in visual basic 6 and go back to the original .vbp and .frm files, is this at any means possible?
-
Answer:
yes and no Decompilers are not reliable enough to get the original source. They do save a lot of work, but not 100% perfect Try some of the tools on http://www.decompiler-vb.net/ If a program was compiled into the native code, restoring the source code from machine instructions is not possible.
ostyman0... at Yahoo! Answers Visit the source
Other answers
The code is 'compiled,' so you need a 'decompiler' which would give you assembly code. To reverse engineer something from assembly would take just as long if you were to figure out something on your own from what I can gather. If you happened to have a VB6 compiled to 'P-Code' it may be possible, though that is unlikely. All I can suggest is SoftICE
ribbon13
Related Q & A:
- What Is MSI File And How Is It Different From EXE File?Best solution by Stack Overflow
- What are the object-oriented features of Visual Basic.NET?Best solution by msdn.microsoft.com
- Can you program Graphics with Visual Basic?Best solution by Yahoo! Answers
- What are the main parts of visual basic 2005?Best solution by msdn.microsoft.com
- Codes for a simple visual basic program.Best solution by vbtutor.net
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.