KDBGDecryptor
A simple example how to decrypt kernel debugger data block
Install / Use
/learn @Air14/KDBGDecryptorREADME
KDBGDecryptor
A simple example how to decrypt kernel debugger data block with two different methods:
- By calling KdDecodeBlockData
- By copying encrypted kdbg struct from memory and then decrypting it with KiWaitNever and KiWaitAlways (more stealthy)
This sample was tested on Windows 20H2 (build 19042)
