PE-Runtime-Crypter
PE-Runtime-Crypter copied to clipboard
A runtime Crypter written in C++ to bypass AVs signature based detection
PoC PE-Runtime-Crypter
A runtime Crypter written in C++ for native x64 PE files to bypass AVs signature based detection.
How to build
- build stub.cpp
- insert raw Data of the stub in crypter.cpp (I used HxD to export a C/C++ bytearray)
- build crypter.cpp
How to use
Either via command line argument
C:\path\to\crypter.exe C:\path\to\target.exe
Or simply via drag & drop
For more information and improvement tips visit my github pages