Page 1 of 1

Compress Package

Posted: Mon Aug 06, 2012 12:16 pm
by Unc3nZureD
Is that possible to compress a package? It's quite annoying that everybody can easily extract my PE files from a package with one of the most popular software, PEiD. The reason why it's possible is the following (in my opinion):

Packaging funcktion simply stores the included file without any changing, so the extractor can VERY easily find the starting and the ending of a PE file. Even a middle-skilled hacker/cracker can simply make an other software which extract any other kind of files from a package no special skills of ollydbg or other tools needed just the knowledge of the way of enigma packages theese files.

I hope my grammar was understandable :)

_______________
I converted the PEiD Plugin into an exe and attached it if you need it.

Re: Compress Package

Posted: Mon Aug 06, 2012 12:57 pm
by Enigma
The only way you can do that - enable file compression in the Files tab. But this way you will also have to re-pack your main exe file.

Btw, it is a limitation of freeware version that nothing can be hidden there. If you need encryption of the package content then you should use Enigma Protector instead, that supports encryption and so.

Re: Compress Package

Posted: Mon Aug 06, 2012 7:31 pm
by Unc3nZureD
Okay, I can understand that file compression can be turned on, but that affects only the virtualized files, not the packaged ones. I don't want to encrypt the executable (yet).

I think you misunderstood me.
There are two different functions. The Virtualization and the Packaging. If I turn on the compression that affects the virtualization. If I Build Packages that will be totally unprotected even in the Enigma Protector DEMO version.

Re: Compress Package

Posted: Tue Aug 07, 2012 6:50 am
by Enigma
No, I disagree.

- If you turn on Files Compression in EVB, then only the virtual files will be compressed. The application itself will never be compressed. And after you turn on this option, you may create a package, the files inside it will be also compressed.
- Regarding Enigma Protector - files inside the package are encrypted there, you can't just view them using hex editor. Moreover, package files are digitally signed so any modification of the file will make it non workable.

Re: Compress Package

Posted: Tue Aug 07, 2012 12:54 pm
by Unc3nZureD
I'm sorry, I knew it wrong. It works perfectly. Thank you!