|
-
Jan 18th, 2000, 06:00 AM
#1
Thread Starter
Lively Member
How do I even begin to decompile a VB6 program
It's not a very big on only about 15Kb
I've tried to look at it in Visual C++
but all I can make out is gibberish
is there any way to get clear lines of code from the compiled exe
Thanks for any help
-
Jan 18th, 2000, 06:18 AM
#2
PowerPoster
Using a Hex editor, I can see things like the names of controls, functions and DLL's etc, but I don't see any lines of code in compiled VB6 EXE's. It would be all too easy for someone to maliciously decompile your programs then...
Regards,
------------------
- Chris
[email protected]
If it ain't broke - don't fix it 
-
Jan 18th, 2000, 06:23 AM
#3
Thread Starter
Lively Member
There has to be a way to view lines of code
I need to view the code inside
Thanks and BTW Visual C++ can be used as a hex editor
But please keep the ideas comeing
-
Jan 18th, 2000, 08:20 AM
#4
I have seen the decompiler for VB5. And it only shows you form names and routines. But no actual code. As far as I am concerned, it's not possible to see actuall code once it's compiled. And I have been ALL over the internet looking for a decompiler. Found many, but none worked for version VB4 - 6.
Knight
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|