Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yardenshafir/dpcwait

Driver demonstrating how to register a DPC to asynchronously wait on an object
https://github.com/yardenshafir/dpcwait

debugging dpc wait windows windows-internals windows-kernel

Last synced: 2 months ago
JSON representation

Driver demonstrating how to register a DPC to asynchronously wait on an object

Awesome Lists containing this project

README

        

# DpcWait
This repository contains a driver using the new kernel-mode asynchronous wait capability available in 21H1 to wait on cmd.exe process and execute a DPC when it is signaled.
It also contains the implementation of a few kernel functions supporting this capability

## Writeup
https://windows-internals.com/dpws-are-the-new-dpcs-deferred-procedure-waits-in-windows-10-21h1/