Skip to content

Ricky5panish/PE-Runtime-Crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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