/runpe

Primary LanguagePython

RunPE Technique

This technique is used to bypass Antivirus detection.

3 files are used :

  • crypt.py : Contains the random generator of the encryption/decryption key used to encrypt/decrypt the payload.

  • runpe.py : Contains the code needed to make the RunPE technique.

  • setup.py : Creates the final standalone executable using Py2Exe.