An open API service indexing awesome lists of open source software.

https://github.com/stringmanolo/pecry

PE Crypter
https://github.com/stringmanolo/pecry

Last synced: 10 months ago
JSON representation

PE Crypter

Awesome Lists containing this project

README

          

# pecry
PE Crypter + Packer

### usage
```
Usage: mono crypter.exe --file malware.exe

-f --file File to crypt
-k --key Key to use
-o --output Runnable encrypted malware
-s --silence Do not output warning messages to stdout
-h --help Show this help message

Example:
mono crypter.exe --file malware.exe --key qwerty --silence > cryptedMalware.cs
csc cryptedMalware.cs
```