Skip to content

Simple driver used to set a specific thread priority

Notifications You must be signed in to change notification settings

DeLuks2006/Booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Booster

Simple driver used to set a specific thread priority

Note

(this driver was created while reading/following the "Windows Kernel Programming" book by Pavel Yosifovich)

Usage:

  1. Setup: Create Windows service:
# make sure to execute this in cmd
# setup
sc create Booster type= kernel binpath= C:\Users\Path\To\Your\Driver.sys
  1. Start Service:
sc start Booster
  1. Use client (Boost.exe):
.\Boost.exe <TID> <PRIORITY>
# note priority can be from 0 - 31
  1. Stop Service:
sc stop Booster

About

Simple driver used to set a specific thread priority

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published