Skip to content

Encypting the Heap while sleeping by hooking and modifying Sleep with our own sleep that encrypts the heap

License

Notifications You must be signed in to change notification settings

williamzou1999/HeapCrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

HeapCrypt

Encypting the Heap while sleeping by hooking and modifying Sleep with our own function that encrypts the heap , sleeps for a moment then decrypts the heap :

16bit key xor heap encryption :

Heap2

16bit key xor heap decryption :

Heap1

References :

https://www.arashparsa.com/hook-heaps-and-live-free/

About

Encypting the Heap while sleeping by hooking and modifying Sleep with our own sleep that encrypts the heap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%