Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 311 Bytes

KDBGDecryptor

A simple example how to decrypt kernel debugger data block with two different methods:

  1. By calling KdDecodeBlockData
  2. 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)