load unsigned kernel-driver by patching dse in 248 lines
☆146Mar 22, 2024Updated 2 years ago
Alternatives and similar repositories for dse_hook
Users that are interested in dse_hook are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- KDP compatible unsigned driver loader leveraging a write primitive in one of the IOCTLs of gdrv.sys☆166Jun 14, 2024Updated last year
- Patches DSE by swapping both data ptrs located in SeValidateImageHeader && SeValidateImageData☆24Feb 9, 2024Updated 2 years ago
- ☆43Apr 18, 2023Updated 2 years ago
- manual map unsigned driver over signed memory☆222Apr 11, 2024Updated last year
- partially disable patchguard up to win11 21H2☆19Jun 3, 2024Updated last year
- PoC kernel to usermode injection☆109Feb 26, 2024Updated 2 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆206Feb 14, 2024Updated 2 years ago
- just proof of concept. hooking MmCopyMemory PG safe.☆84Nov 13, 2023Updated 2 years ago
- manually map driver for a signed driver memory space☆177Mar 11, 2021Updated 5 years ago
- Kernel Level NMI Callback Blocker☆168Sep 27, 2025Updated 5 months ago
- x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration☆393Jul 6, 2022Updated 3 years ago
- Browse Page Tables on Windows (Page Table Viewer)☆236Apr 2, 2022Updated 3 years ago
- page table manipulation to gain physical r/w☆44May 7, 2024Updated last year
- This is a simple project of a driver + usermode.☆169Jan 31, 2022Updated 4 years ago
- A kernel injector for EAC and BE☆165May 3, 2024Updated last year
- Stealthy UM <-> KM communication system without creating any system threads, permanent hooks, driver objects, section objects or device o…☆381Mar 15, 2024Updated 2 years ago
- Recursive and arbitrary code execution at kernel-level without a system thread creation☆159Mar 16, 2026Updated last week
- Efi Driver Access is a simply project to load a driver during system boot with the idea to give the user kernel access for read/write mem…☆481Jan 8, 2023Updated 3 years ago
- ☆367May 11, 2025Updated 10 months ago
- driver that communicates using a shared section☆96Mar 17, 2025Updated last year
- Provides commands to read from and write to arbitrary kernel-mode memory for users with the Administrator privilege. HVCI compatible. No …☆24Jun 16, 2024Updated last year
- ntoskrnl .data hooks for UM-KM communication☆54May 26, 2024Updated last year
- ☆91Oct 6, 2023Updated 2 years ago
- Windows inline hooking tool.☆298Oct 7, 2018Updated 7 years ago
- a header-only library to dynamically resolve modules and exports while also being able to call them directly☆23Dec 20, 2023Updated 2 years ago
- Abusing nvidia driver (nvoclock.sys) for physical/virtual memory and control register manipulation.☆280Mar 16, 2026Updated last week
- Module extending manual mapper☆382Mar 28, 2020Updated 5 years ago
- A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy☆104Jun 26, 2023Updated 2 years ago
- A somewhat wide collection of various kernelmode-usermode communication methods in one repository (mainly just for learning purposes).☆385Sep 18, 2019Updated 6 years ago
- Reverse Engineering a signed kernel driver packed and virtualized with VMProtect 3.6☆106Mar 16, 2026Updated last week
- Reimplementation of the KExecDD DSE bypass technique.