This repository contains a Windows Driver Model (WDM) project developed in C++. The project includes a custom Windows driver designed to obtain handles to processes and share them with a user-mode process through IOCTLs.
- Custom WDM driver for Windows 7 and later
- User-mode process for interacting with the driver
- IOCTLs for sharing handles to processes with the user-mode process
- Clone the repository.
- Open the project in Visual Studio 2019.
- Build the driver and user-mode process.
- Install the driver.
- Run the user-mode process to interact with the driver and obtain handles to processes.
This project may include debugging and analysis features. Check the associated articles for in-depth information.
- Visual Studio 2019
- Windows 7 and later
Feel free to contribute to the project. Create a fork, make your changes, and submit a pull request.
This project is open source. See the LICENSE file for details.