0x9090 / RunPE

RunPE Code Injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RunPE

RunPE Code Injection - Runs an embedded PE image without writing it to disk. Useful for file-less execution, and protecting of embedded binaries. Tested on Windows 10 and built with VS2015. Currently only works with 32-bit binaries.

  1. Main.cpp - The main RunPE C++ code.
  2. bin_to_carray.py - Python script which turns a binary into a c-style array. Useful for converting your own PE to a C/C++ embeddable format.

About

RunPE Code Injection


Languages

Language:C++ 80.0%Language:Python 20.0%