Kernel mode to user mode dll injection
☆307Apr 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☆337Nov 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…☆387Jan 29, 2022Updated 4 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆203Feb 14, 2024Updated 2 years ago
- x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration☆388Jul 6, 2022Updated 3 years ago
- Windows Kernel inject (no module no thread)☆283Nov 11, 2022Updated 3 years ago
- ☆269May 19, 2020Updated 5 years ago
- A kernel injector for EAC and BE☆162May 3, 2024Updated last year
- PoC kernel to usermode injection☆105Feb 26, 2024Updated 2 years ago
- A kernelmode driver swapping a .data pointer in the kernel to perform communication between the kernel and usermode.☆142Oct 20, 2020Updated 5 years ago
- A mapper that maps shellcode into loaded large page drivers☆325Apr 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.☆385Aug 8, 2021Updated 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…☆104Apr 24, 2024Updated last year
- This is a simple project of a driver + usermode.☆169Jan 31, 2022Updated 4 years ago
- A simple UM + KM example of how to bypass EAC CR3☆185Oct 13, 2025Updated 4 months ago
- Manual mapping without creating any threads, with rw only access☆806Oct 29, 2019Updated 6 years ago
- Kernel DLL Injector using NX Bit Swapping and VAD hide for hiding injected DLL☆219Nov 12, 2020Updated 5 years ago
- The program draws with win32k gdi functions in the kernel while NtGdiDdDDISubmitCommand is being hooked.☆345Apr 27, 2020Updated 5 years ago
- A somewhat wide collection of various kernelmode-usermode communication methods in one repository (mainly just for learning purposes).☆384Sep 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…☆211Dec 16, 2022Updated 3 years ago
- Archive R/W into any protected process by changing the value of KTHREAD->PreviousMode☆163Jul 31, 2022Updated 3 years ago
- A kernel driver for reading and writing memory☆316May 12, 2023Updated 2 years ago
- usermode driver mapper that forcefully loads any signed kernel driver (legit cert) with a big enough section (example: .data, .rdata) to …☆473Jan 3, 2022Updated 4 years ago
- Unsigned driver loader using CVE-2018-19320☆336Apr 9, 2023Updated 2 years ago
- Communicate between user-mode and kernel-mode through a swapped QWORD pointer argument.☆179Feb 9, 2022Updated 4 years ago
- My Open source cheat driver updated to work on latest EAC versions and draw less detections than the original.☆75Jul 27, 2024Updated last year
- A Kernel Driver that can be used for a cheat or malware base to circumvent common cache & structure table checks. PsLoadedModuleList howe…☆204Sep 27, 2025Updated 5 months ago
- Kernel LdrLoadDll injector☆264Oct 6, 2018Updated 7 years ago
- System call hook for Windows 10 20H1☆497Jun 26, 2021Updated 4 years ago
- Driver that uses network sockets to communicate with client and read/ write protected process memory.☆623Feb 22, 2019Updated 7 years ago
- 从MmPfnData中枚举进程和页目录基址☆207Aug 18, 2023Updated 2 years ago
- driver that communicates using a shared section☆92Mar 17, 2025Updated 11 months ago
- Tutorial & a blog post that demonstrate how to code a Windows driver to inject a custom DLL into all running processes. I coded it from s…☆142Aug 2, 2021Updated 4 years ago
- update face injector by KANKOSHEV☆289Oct 27, 2021Updated 4 years ago
- Allows you to communicate with the kernel mode to manipulate memory in a stealthy way to avoid kernel anticheats.