https://github.com/maldevel/driver-loader
Load a Windows Kernel Driver
https://github.com/maldevel/driver-loader
Last synced: 4 months ago
JSON representation
Load a Windows Kernel Driver
- Host: GitHub
- URL: https://github.com/maldevel/driver-loader
- Owner: maldevel
- License: gpl-3.0
- Created: 2017-03-14T09:51:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T07:13:20.000Z (over 8 years ago)
- Last Synced: 2025-04-10T23:03:39.839Z (9 months ago)
- Language: C++
- Size: 48.8 KB
- Stars: 92
- Watchers: 10
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# driver-loader
Load a Windows Kernel Driver
### Set TESTSIGNING boot configuration option
```bash
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
shutdown -r -f -t 00
```