|
-
Jan 1st, 2007, 01:11 PM
#1
Thread Starter
Frenzied Member
Is there an .exe compressor which...
Is there an .exe compressor where once compressed, the file cannot be un-compressed?
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Jan 1st, 2007, 02:08 PM
#2
Re: Is there an .exe compressor which...
Everything can be cracked with computers, so if someone really wanted and knew what he does, he can figure anything out no matter what you do.
You could do your own compressor that works somehow significantly differently than most popular compression algorithms, but is it really worth the value? Probably not.
However, you can count it as unlikely for someone to crack the executable in the first place.
-
Jan 1st, 2007, 02:11 PM
#3
Re: Is there an .exe compressor which...
Highly unlikely, unless they have a very good decompiler... and I haven't heard about any that are consistently reliable. Heard about some that get lucky, but nothing steady.
-
Jan 1st, 2007, 02:47 PM
#4
Thread Starter
Frenzied Member
Re: Is there an .exe compressor which...
Everything is crackable yea.. but the whole point is to make it harder for them..
For example UPX is nice but you can uncrompress the exe with a simple command..
im just looking for something that hasnt got this function.. un-compressable..
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Jan 1st, 2007, 05:31 PM
#5
Re: Is there an .exe compressor which...
There's ASPack. But I think that can be decompressed as well.
They also have ASProtect which I think encrypts the EXE or something...but I have no experience with that.
Why are you trying to compress the EXE? It's usually done to decrease file size.
-
Jan 11th, 2007, 01:10 PM
#6
Thread Starter
Frenzied Member
Re: Is there an .exe compressor which...
Why are you trying to compress the EXE? It's usually done to decrease file size.
Not just to decrease size, but to stop people editing with your strings, bitmaps.. etc..
having done a little search it seems like there is a decryptor for most compression tools.
upx is real good but y do they have the -d for..??? damn.
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Jan 11th, 2007, 01:18 PM
#7
PowerPoster
Re: Is there an .exe compressor which...
No matter what you do to compress a program, it's not adequate protection against internal data being extractable. I've a program that you can load an EXE into and it'll step through the code as it runs and show you what the program does at every step...most of it *is* machine code stuff but if you understand the basics of machine language (surprisingly, probably most surprisingly to RhinoBull, I actually do :-)) it's a wealth of information and even has form data in there too :-)
Nothing's safe any more :-P
(Edit: Program's called Numega Smartcheck)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Jan 11th, 2007, 01:54 PM
#8
Re: Is there an .exe compressor which...
-
Jan 11th, 2007, 02:41 PM
#9
Re: Is there an .exe compressor which...
 Originally Posted by some1uk03
Is there an .exe compressor where once compressed, the file cannot be un-compressed?
In order to run, the file has to be decompressed into memory, so the decompression code is part of the .exe file, so it can always be extracted and analyzed, or a program can be written to run the extraction part, then save the extracted code from memory to another file..
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jan 11th, 2007, 03:07 PM
#10
Thread Starter
Frenzied Member
Re: Is there an .exe compressor which...
I have no doubts that any software can be cracked... but the whole point is to stop the average user tampering with the .dlls and stuff.
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Jan 12th, 2007, 04:28 AM
#11
Re: Is there an .exe compressor which...
See if this site can help you out ,
http://www.molebox.com/
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
|