https://github.com/helyousfi/kerneldriverwithkdmapper
This repository provides a WDM kernel driver integrated with kdmapper for advanced driver loading and management. It offers example code and setup instructions for educational and research purposes.
https://github.com/helyousfi/kerneldriverwithkdmapper
Last synced: 5 months ago
JSON representation
This repository provides a WDM kernel driver integrated with kdmapper for advanced driver loading and management. It offers example code and setup instructions for educational and research purposes.
- Host: GitHub
- URL: https://github.com/helyousfi/kerneldriverwithkdmapper
- Owner: helyousfi
- Created: 2024-08-14T20:04:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-31T22:40:45.000Z (about 1 year ago)
- Last Synced: 2025-04-01T04:41:29.375Z (7 months ago)
- Language: C++
- Size: 193 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use windbg :
- FILE -> Kernel Debug -> Local -> OK
- !process 0 0 explorer.exe
- .process /p CODE
- .reload /f dxgknl.sys
- https://github.com/hfiref0x/NtCall64/blob/master/Source/NtCall64/tables.h and search NtQueryCompositionSurfaceStatistics (if it has the security cookie don't hook that function! It will result in blue screen)