Files
Jonathan Johnson 23b315c6de Update README.md
2023-06-11 21:53:34 -05:00

325 B

ProcCallback

An example of how a driver can register a handle creation callback.

Disclaimer

This is a proof-of-concept and is not meant to run on production machines

Installation

  • bcdedit /set TESTSIGNING on
  • sc.exe create ProcCallback binPath= <Path\to\ProcCallback.sys> type= kernel
  • sc.exe start ProcCallback