Skip to content

armvirus/fs_driver_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

fs_driver_loader

Load the driver during system boot by setting up a FSDriver service entry. Considering that FaceIT/Vanguard drivers are initialized as boot drivers and Windows loads FSDrivers befire boot drivers, which is why our driver will be loaded first.

Procedure

  1. The loader copies the targetted driver so system32\drivers
  2. Service entry is created in the registry

Example Usage

Load/Unload Example

Note: this project requres your driver to be signed obviously

Usage

fs_driver_loader.exe driver.sys -load/-unload

About

Load driver on boot before anti-cheats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages