Skip to content

System monitor driver based on an example from the book "Windows Kernel Programming".

Notifications You must be signed in to change notification settings

radkum/sysmon-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysMon-rs

Rust driver based on https://github.com/zodiacon/windowskernelprogrammingbook/tree/master/chapter09/SysMon

###Directory hierarchy sysmon-km - driver project which gather particular events from system

sysmon-um - user mode program to read and display events saved by driver

common - shared info between driver and client, like format of data send from driver to client

How to use

Installing (with admin rights):

sc create sysmon type=kernel binPath=<driver.sys path>

Start:

sc start sysmon

Read events saved in driver:

sysmon-client.exe

Stop:

sc stop sysmon

About

System monitor driver based on an example from the book "Windows Kernel Programming".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages