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.
- Main.cpp - The main RunPE C++ code.
- 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.