leftp / SleepyCrypt

A shellcode function to encrypt a running process image when sleeping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SleepyCrypt

A shellcode function to encrypt a running process image in memory when sleeping.

This is the companion code for my blog post here.

Build

Just run build.sh to compile the C code, extract the .text section as shellcode, and compile it into a test binary called sleep.exe. This will require MinGW (x86_64-w64-mingw32-gcc, x86_64-w64-mingw32-ld, and objcopy) on Linux.

About

A shellcode function to encrypt a running process image when sleeping.

License:GNU General Public License v3.0


Languages

Language:C 94.2%Language:Makefile 2.8%Language:Assembly 2.2%Language:Shell 0.9%