This is a simple file crypter.
-
Reads in file data.
-
"Encrypts" file data using XOR encryption
-
Outputs file with encrypted data
-
When crypted file is run, file data is decrypted in system memory
-
File is then executed from system memory
- Fork the project