https://github.com/SHA-MRIZ/DisplayMiniportHooking
https://github.com/SHA-MRIZ/DisplayMiniportHooking
driver-programming kernel-mode-driver windows-kernel windows-kernel-hook
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/SHA-MRIZ/DisplayMiniportHooking
- Owner: SHA-MRIZ
- Created: 2020-06-12T16:40:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T20:52:49.000Z (over 5 years ago)
- Last Synced: 2023-03-04T12:19:23.249Z (over 3 years ago)
- Topics: driver-programming, kernel-mode-driver, windows-kernel, windows-kernel-hook
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 39
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Bootkits-Rootkits-Development - Github: DisplayMiniportHooking - > Port and miniport drivers are a concept that Microsoft uses to simplify the development of kernel code by different vendors. The port driver (Supplied by Microsoft) is responsible of performing common tasks and by that it helps vendors to avoid writing a lot of boilerplate code. Miniport drivers, supplied by third party vendors, are responsible for the execution tasks for a specific device. The miniport registers its callback functions with the port driver, which triggers them when needed. (***Windows Kernel*** / ***Drivers***)
README
For more information: https://aviadshamriz.medium.com/part-2-display-miniport-hooking-e1a54661d2e1.