Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProcNotify

A demo windows kernel driver written in Rust that monitors process creation events and streams them to a C++ user-mode application. This project's kernel logic is inspired by the ProcNotify example from windows internal guru Pavel Yosifovich.

Windows requires kernel drivers to be signed. You must create a self-signed certificate, sign the .sys file, and install that certificate into the trusted root certification authorities store on the target machine. You also need testsigning enabled on the windows machine.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages