Rhydon1337 / windows-kernel-dll-injectorView external linksLinks
Kernel mode to user mode dll injection
☆302Apr 10, 2021Updated 4 years ago
Alternatives and similar repositories for windows-kernel-dll-injector
Users that are interested in windows-kernel-dll-injector are comparing it to the libraries listed below
Sorting:
- Simple Kernelmode DLL Injector with Manual mapping☆335Nov 29, 2023Updated 2 years ago
- Kernel Inject DLL☆352Mar 21, 2023Updated 2 years ago
- Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module☆421Sep 9, 2018Updated 7 years ago
- Manual mapper that uses PTE manipulation, Virtual Address Descriptor (VAD) manipulation, and forceful memory allocation to hide executabl…☆382Jan 29, 2022Updated 4 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆199Feb 14, 2024Updated last year
- x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration☆384Jul 6, 2022Updated 3 years ago
- Windows Kernel inject (no module no thread)☆282Nov 11, 2022Updated 3 years ago
- A kernel injector for EAC and BE☆156May 3, 2024Updated last year
- ☆266May 19, 2020Updated 5 years ago
- A kernelmode driver swapping a .data pointer in the kernel to perform communication between the kernel and usermode.☆143Oct 20, 2020Updated 5 years ago
- A mapper that maps shellcode into loaded large page drivers☆318Apr 26, 2022Updated 3 years ago
- Loads a signed kernel driver which allows you to map any driver to kernel mode without any traces of the signed / mapped driver.☆377Aug 8, 2021Updated 4 years ago
- PoC kernel to usermode injection☆104Feb 26, 2024Updated last year
- This is a simple project of a driver + usermode.☆169Jan 31, 2022Updated 4 years ago
- I've developed a rather effective driver for DLL injection targeting EAC Protected Games, and since i dont care for any notable games uti…☆103Apr 24, 2024Updated last year
- A simple UM + KM example of how to bypass EAC CR3☆183Oct 13, 2025Updated 4 months ago
- Manual mapping without creating any threads, with rw only access☆804Oct 29, 2019Updated 6 years ago
- Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL☆220Nov 12, 2020Updated 5 years ago
- The program draws with win32k gdi functions in the kernel while NtGdiDdDDISubmitCommand is being hooked.☆342Apr 27, 2020Updated 5 years ago
- A somewhat wide collection of various kernelmode-usermode communication methods in one repository (mainly just for learning purposes).☆383Sep 18, 2019Updated 6 years ago
- Kernel driver that .text hooks a syscall in dxgkrnl.sys which can be called from our user-mode client to send instructions like rpm/wpm a…☆204Dec 16, 2022Updated 3 years ago
- Archive R/W into any protected process by changing the value of KTHREAD->PreviousMode