- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
acleft/peCrypter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- C++ 100.0%