Skip to content
#

kernel-driver

Here are 241 public repositories matching this topic...

The goal of the tool is to monitor requests received by selected device objects or kernel drivers. The tool is quite similar to IrpTracker but has several enhancements. It supports 64-bit versions of Windows (no inline hooks are used, only moodifications to driver object structures are performed) and monitors IRP, FastIo, AddDevice, DriverUnload…

  • Updated Dec 27, 2024
  • Pascal

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 start to finish using C++ and x86/x64 Assembly language in Microsoft Visual Studio. The solution includes a kernel driver project, a DLL project and a C++ test console project.

  • Updated Aug 2, 2021
  • C++

Improve this page

Add a description, image, and links to the kernel-driver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kernel-driver topic, visit your repo's landing page and select "manage topics."

Learn more