Skip to content

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

License

Notifications You must be signed in to change notification settings

iNoSec2/SleepyCrypt

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.1%
  • Makefile 2.8%
  • Assembly 2.2%
  • Shell 0.9%