An open API service indexing awesome lists of open source software.

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.

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)