|
-
Jan 16th, 2000, 11:34 AM
#1
Thread Starter
Hyperactive Member
does any one know a way to protect your VB programs (vb5) from being decompiled and/or hacked?
Cause when i make programs all you have to do is change it to a .txt file and you can read most anything of it.
Any way to really Protect it good?
-
Jan 16th, 2000, 05:09 PM
#2
-
Jan 16th, 2000, 05:38 PM
#3
Lively Member
Yes this also a first for me. I have tried many times to do so but very little in the file can be read.
But yes there are decompliers to be found on the web but how to protect against them, I have no idea.
------------------
-----------------------
Maartin
[email protected]
-----------------------
-
Jan 16th, 2000, 07:14 PM
#4
Member
As far as I know nobody has yet made a decompiler for VB4 or above, so you should be safe there (for the time being, anyway).
-
Jan 16th, 2000, 07:20 PM
#5
Lively Member
There is a guy in German that made a decompiler for VB4, he will decompile any VB4 exe for you to source code at a charge.
Microsoft naturally denied all of it and said it is not possible. But he provided us with proof. We lost a lot of source code due to a burglary the only thing his charge was so great that we decided just to recode the lot.
But after that I heard of not higher decompiler as yet.
-
Jan 16th, 2000, 08:59 PM
#6
Information like sounds, cursors, pictures etc stored in a resource file (*.res) can be viewed after compiling (in a program like Visual C++), but I've never been able to decompile any further...(not that I'm trying too hard!!)
------------------
Matthew Ralston
E-Mail: [email protected]
Web Sites:My Home Page
Sorry about my English, but my Scouse is dead good!
-
Jan 16th, 2000, 10:16 PM
#7
Ther are programs that decompile the forms, and grab recourses from the recourse file. Also if you open a vb exe in notepad you can read the hardcoded strings that are in it, so never use something like sPass = "PASSWORD = HENK". There are some anti decompile programs out there that scramble some of the contents, also there are some programs that make exe's smaller, optimize them, this also makes it harder to decompile because the contents get scrambeld(like eggs ).
You could search for some of these programs on the net, there are a few of them out there.
------------------
Vincent van den Braken
EMail: [email protected]
ICQ: 15440110
Homepage: http://www.azzmodan.demon.nl
-
Jan 17th, 2000, 01:31 AM
#8
Thread Starter
Hyperactive Member
I mean when you go to FILE -> Make Exe
After it makes it, you can change it to a txt file and read it.
Or do you guys mean compile as in Making an install file.?
-
Jan 17th, 2000, 05:00 AM
#9
-
Jan 18th, 2000, 04:45 PM
#10
Junior Member
For all I know every executable can be "decompiled" to assembler instructions so I guess there's no way to totally secure the code.
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
|