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
GiveMeKernel — CVE-2024-35250 PoC - Optimized & Condensed Form of Varwara's PoC | Kitploit
Tools/GitHubGitHub/0xrootpls/givemekernel
Vulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHub0xrootpls/givemekernel

GiveMeKernel

CVE-2024-35250 PoC - Optimized & Condensed Form of Varwara's PoC

View Repository
311 year 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

GiveMeKernel

This repository contains a condensed and optimized proof-of-concept (PoC) exploit for CVE-2024-35250. The code is based on Varwara's original release PoC.

Disclaimer:
This PoC is for educational and research purposes only. Use it responsibly and only on systems you own or have explicit permission to test. The author is not responsible for any misuse or damage caused by this code.

Changes and Optimizations

  • Code Condensation:
    The code has been refactored to reduce redundancy by combining similar conditional branches and removing repetitive sections.

  • Type and Function Adjustments:

    • Corrected type mismatches, especially in string comparisons (e.g., switching from wide-character to ANSI strings in process enumeration).
    • Maintained core functionality with standard Windows API calls and ensured compatibility across various Windows versions.
  • Refined Process Handling:
    Optimized memory allocation and API calls for operations like enumerating processes, obtaining kernel module addresses, and writing to virtual memory.

Prerequisites

  • Windows version 10.0.10240 – 10.0.25398
Download Tool