Skip to content

0x9090/RunPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published