README:
QUOTE
Key features:
* Small decryption code (usually 50-200 bytes)
* Random encryption algorithm and decryptor code
* Decryptor can be put in a "cave" or a new section
* Pure X86 assembly language - No WinAPI, DLL calls, etc.
* Keeps extra data at the end of the EXE
* Console and graphical interface
ExeSax is an EXE encryptor that has a very small randomly generated decryptor
code. The decryptor is so small (50-200 bytes) that it usually can be placed
in the padding (or the "cave") after the code section, which means that the
file size won't change. If the cave is too small, or absent (which always
is the case for UPX compressed files), ExeSax will create a new section and
put the decryption code there (this can be a bit buggy, see below).
* Small decryption code (usually 50-200 bytes)
* Random encryption algorithm and decryptor code
* Decryptor can be put in a "cave" or a new section
* Pure X86 assembly language - No WinAPI, DLL calls, etc.
* Keeps extra data at the end of the EXE
* Console and graphical interface
ExeSax is an EXE encryptor that has a very small randomly generated decryptor
code. The decryptor is so small (50-200 bytes) that it usually can be placed
in the padding (or the "cave") after the code section, which means that the
file size won't change. If the cave is too small, or absent (which always
is the case for UPX compressed files), ExeSax will create a new section and
put the decryption code there (this can be a bit buggy, see below).
Oj en sak till förresten som inte står i READMEn... Det finns en command line version som är portabel och kan kompileras på i stort sett alla operativsystem. Bra för oss som inte alltid kör Widnows
Screenshot:
Download 0.9.1 (både EXE och källkod i en och samma ZIP fil):
hxxp://rapidshare.de/files/33595270/exesax-0.9.1.zip.html
hxxp://www6.rapidupload.com/d.php?file=dl&filepath=19987
Ny version: 0.9.1. Nyheter: Nu fungerar det att kryptera vissa filer som inte gick att kryptera i 0.9.0
