Skip to content

Code that allows running another windows PE in the same address space as the host process.

Notifications You must be signed in to change notification settings

acleft/peCrypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Take your primary exe and open it in HxD or 010 - cntrl+a copy as C
  • Paste into encrypt.cpp
  • Compile and run encrypt.cpp - shellcode.txt should be created
  • Copy the char array from shellcode.txt and replace it wit rawData[] in runPE.cpp
  • compile to produce your final stub (runPE.exe)
  • Execution will load into memory, un encrypt using XOR key and execute

About

Code that allows running another windows PE in the same address space as the host process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%