https://github.com/maldevel/serviceinstaller
Creates a service to load a driver (.sys) into kernel.
https://github.com/maldevel/serviceinstaller
Last synced: 9 months ago
JSON representation
Creates a service to load a driver (.sys) into kernel.
- Host: GitHub
- URL: https://github.com/maldevel/serviceinstaller
- Owner: maldevel
- License: gpl-3.0
- Created: 2015-12-30T13:14:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T15:28:33.000Z (over 5 years ago)
- Last Synced: 2025-04-10T23:03:31.961Z (9 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ServiceInstaller
Creates a service and starts it to load a driver into Windows kernel.
# ServiceUninstaller
Stops a service and removes it to unload a driver from Windows kernel.