Click to See Complete Forum and Search --> : Decompiling?
death
Jan 18th, 2000, 05:00 AM
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
chrisjk
Jan 18th, 2000, 05:18 AM
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
chris.kilhams@btinternet.com
If it ain't broke - don't fix it :)
death
Jan 18th, 2000, 05:23 AM
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
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.