Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 342 Bytes

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.