Computing.Net > Forums > Programming > VB 6 Question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB 6 Question

Reply to Message Icon

Name: jim2029
Date: February 24, 2008 at 20:19:34 Pacific
OS: Winidows XP
CPU/Ram: 500MHz/256ram
Product: Dell HG500T
Comment:

I was woundering if it is possible to take a exe files and turn it back into VB6 code? I have a program and I know it was made in vb6...

thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: February 25, 2008 at 09:55:57 Pacific
Reply:

Depends on how it was compiled. If it was compiled to native code then the best you can do is to decompile it to assembler. You wont get VB source code out of it.

If it was compiled in a tokenized format you may be able to decompile it back to VB source code. There were decompilers available to do this. Tokenized format was a half way stage between source code and native code.

Tokenized format is a throw-back to the days when BASIC was an interpreted language. The chances are that being VB6 is in native code as it runs faster and there is not a lot you can do with it except run it.

Stuart


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB 6 Question

VB 6 Chat Program www.computing.net/answers/programming/vb-6-chat-program/11594.html

VB 6 basic question URGENT plz help www.computing.net/answers/programming/vb-6-basic-question-urgent-plz-help/9522.html

VB 6 or .Net? www.computing.net/answers/programming/vb-6-or-net/17811.html