Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozemberi/PE-Crypter
Simple runtime crypter in C/C++.
https://github.com/jozemberi/PE-Crypter
Last synced: 22 days ago
JSON representation
Simple runtime crypter in C/C++.
- Host: GitHub
- URL: https://github.com/jozemberi/PE-Crypter
- Owner: jozemberi
- Created: 2013-02-05T13:39:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T16:51:08.000Z (about 9 years ago)
- Last Synced: 2024-08-05T17:27:58.593Z (4 months ago)
- Language: C++
- Size: 127 KB
- Stars: 156
- Watchers: 13
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - jozemberi/PE-Crypter - Simple runtime crypter in C/C++. (C++)
README
PE-Crypter
==========Simple runtime crypter in C/C++. Not FUD.
How to use:
Compile xtea.cpp to create xtea.exe.
Drag & drop file you want to encrypt (put in crypter) on xtea.exe.
This will encrypt the file.Compile shellcode_generator.c to create shellcode_generator.exe.
Drag & drop file (encrypted with xtea) on shellcode_generator.exe.
This will create shellcode.h which contains the bytes of encrypted file.Make sure that shellcode.h and runPE.h are in the same directory as file.cpp.
Compile file.cpp to create file.exe.
Running file.exe will decrypt and run file from the first step.file.exe stores the (encrypted) bytes of an executable in itself,
when you run it, it decrypts and runs in memory those bytes, by a method called runPE.
It does not drop anything on the HD.Link to starter source code used in this implemenation: http://www.mediafire.com/?qrjxfcqcdvmqo38