A runtime Crypter written in C++ for native x64 PE files to bypass AVs signature based detection.
- build stub.cpp
- insert raw Data of the stub in crypter.cpp (I used HxD to export a C/C++ bytearray)
- build crypter.cpp
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