Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
drift-corpus — Curated repository of Windows kernel patch diffs with automated vulnerability analysis, exploit primitive mapping, and debugging aids for security researchers. | Kitploit
Tools/GitHubGitHub/byteray-ai/drift-corpus
Vulnerability AnalysisReverse EngineeringBinary Analysis
GitHubbyteray-ai/drift-corpus

drift-corpus

Curated repository of Windows kernel patch diffs with automated vulnerability analysis, exploit primitive mapping, and debugging aids for security researchers.

View RepositoryWebsite
1711 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Browse the corpus Discord

The Drift Corpus: Ring 0

Drift Corpus is the definitive, open-source repository of Windows Kernel patch diffs.

These artifacts are produced using Drift Agent, ByteRay's automatic reverse engineering engine and part of the Argus-Systems platform. With Drift, we have successfully mapped, analyzed, and annotated Windows kernel vulnerabilities patched by Microsoft. The collection currently covers entries from 2026 (240+), with additional entries being added over time.

🚀 Community

As once said by Derek Soeder, we left the exploitation of these vulnerabilities to the reader. Join our Discord for collaboration on further PoC/exploit development.

⚠️ Binary Distribution

We do not distribute Microsoft binaries. This repository contains only the JSON metadata, analysis, and assembly diffs. To reconstruct the full research environment and download the actual .sys, .exe, and .dll files referenced in this corpus, you can use the KB number listed in the metadata.json with PatchPair project.

📂 Dataset Structure

Every patched vulnerability in this corpus is stored in its own directory, containing a file named (e.g. afd-report-20260626-131300.json) and a comprehensive schema.

Each JSON entry contains:

  • binaries: High-level similarity scores, matched/unmatched block counts, and file identifiers (e.g., afd_unpatched.sys and afd_patched.sys).
  • changed_functions: Granular breakdowns of modified functions, including similarity scores, behavior changes, and raw assembly diffs. It explicitly flags if a change is security_relevant or merely cosmetic.
  • security_findings: The core analysis. Drift autonomously maps out the vulnerability class, call chains, exploit primitives (e.g., Kernel pool use-after-free), and precise trigger conditions.
  • debugging_aids: Ready-to-use WinDbg offsets, including recommended breakpoints, memory watch targets, and expected crash observations to help you reproduce the flaw immediately.
  • summary: A high-level, human-readable overview of the patch and the root cause.

📖 How to Cite Us

If you use the Drift Corpus in your vulnerability research, academic papers, or AI training datasets, please cite ByteRay and the engine engine using the following format:

Text Citation:

ByteRay (2026). The Drift Corpus: Ring 0. ByteRay Ltd. Retrieved from https://github.com/byteray/drift-corpus.

BibTeX:

root@kitploit:~
@misc{byteray_drift_2026,
  author = {ByteRay Ltd.},
  title = {The Drift Corpus: Ring 0},
  year = {2026},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{[https://github.com/ByteRay-AI/drift-corpus](https://github.com/ByteRay-AI/drift-corpus)}},
  note = {Generated via Argus-Systems Drift Automatic Reverse Engineering Engine}
}
Download Tool