☆267May 19, 2020Updated 5 years ago
Alternatives and similar repositories for kernel-read-write-using-ioctl
Users that are interested in kernel-read-write-using-ioctl are comparing it to the libraries listed below
Sorting:
- Read and Write process memory with this ioctl driver base. This is great for free cheats and learning kernel.☆153May 30, 2024Updated last year
- Simple Kernelmode DLL Injector with Manual mapping☆338Nov 29, 2023Updated 2 years ago
- driver that communicates using a shared section☆90Mar 17, 2025Updated 11 months ago
- x64 Windows kernel code execution via user-mode, arbitrary syscall, vulnerable IOCTLs demonstration☆386Jul 6, 2022Updated 3 years ago
- My Open source cheat driver updated to work on latest EAC versions and draw less detections than the original.☆73Jul 27, 2024Updated last year
- A kernel injector for EAC and BE☆159May 3, 2024Updated last year
- Just tried, unusable☆51Oct 23, 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…☆203Sep 27, 2025Updated 5 months ago
- Kernel mode to user mode dll injection☆303Apr 10, 2021Updated 4 years ago
- This is a simple project of a driver + usermode.☆168Jan 31, 2022Updated 4 years ago
- The program draws with win32k gdi functions in the kernel while NtGdiDdDDISubmitCommand is being hooked.☆344Apr 27, 2020Updated 5 years ago
- usermode driver mapper that forcefully loads any signed kernel driver (legit cert) with a big enough section (example: .data, .rdata) to …☆470Jan 3, 2022Updated 4 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆203Feb 14, 2024Updated 2 years ago
- A simple UM + KM example of how to bypass EAC CR3☆183Oct 13, 2025Updated 4 months ago
- Loads a signed kernel driver which allows you to map any driver to kernel mode without any traces of the signed / mapped driver.☆382Aug 8, 2021Updated 4 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…☆207Dec 16, 2022Updated 3 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
- Driver that uses network sockets to communicate with client and read/ write protected process memory.☆624Feb 22, 2019Updated 7 years ago
- ☆360May 11, 2025Updated 9 months ago
- Kernel Inject DLL☆352Mar 21, 2023Updated 2 years ago
- Kernel Level NMI Callback Blocker