https://github.com/stringmanolo/pecry
PE Crypter
https://github.com/stringmanolo/pecry
Last synced: 10 months ago
JSON representation
PE Crypter
- Host: GitHub
- URL: https://github.com/stringmanolo/pecry
- Owner: StringManolo
- Created: 2021-10-21T15:50:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T16:28:14.000Z (about 4 years ago)
- Last Synced: 2025-02-07T17:45:00.829Z (12 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```