Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 630 Bytes

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

test

For more information and improvement tips visit my github pages