SkillAgentSearch skills...

KDBGDecryptor

A simple example how to decrypt kernel debugger data block

Install / Use

/learn @Air14/KDBGDecryptor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated1mo ago
Forks12

Languages

C

Security Score

75/100

Audited on Feb 12, 2026

No findings