SaadAhla / HeapCrypt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 100.0%