Ricky5panish / PE-Runtime-Crypter

A runtime Crypter written in C++ to bypass AVs signature based detection

Home Page:https://ricky5panish.github.io/pe-runtime-crypter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A runtime Crypter written in C++ to bypass AVs signature based detection

https://ricky5panish.github.io/pe-runtime-crypter.html


Languages

Language:C++ 100.0%