Skip to content

parzel/GoSleepyCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSleepyCrypt / Go Sleep and Heap Encryption

In-memory sleep encryption and heap encryption for Go applications through a shellcode function.

The basic concept and a lot of the code is taken from here, so all the credits go to Solomon Sklash.

I ran into a few issues when porting this to Go, I suspect its because of some internal multithreading. I solved it by suspending all threads of the process. Additionally I added an awkward heap encryption.

Feel free to use this code but it is not field tested yet.

Build

make

About

In-memory sleep encryption and heap encryption for Go applications through a shellcode function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published