/HeapCrypt

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

Primary LanguageC++MIT LicenseMIT

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/