Source: hyperion
Section: misc
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9), g++-mingw-w64-i686
Standards-Version: 3.9.8
Homepage: http://www.nullsecurity.net/tools/binary.html
Vcs-Git: git://git.kali.org/packages/hyperion.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/hyperion.git;a=summary
Testsuite: autopkgtest

Package: hyperion
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Runtime encrypter for 32-bit portable executables
 This package contains a runtime encrypter for 32-bit portable executables. It
 is a reference implementation and bases on the paper "Hyperion: Implementation
 of a PE-Crypter". The paper describes the implementation details which
 aren't in the scope of this readme file. 
 The crypter is started via the command line and encrypts an input executable
 with AES-128. The encrypted file decrypts itself on startup (bruteforcing the
 AES key which may take a few seconds) and generates a log file for debug
 purpose.
