HoShiMin / Kernel-Bridge

Windows kernel hacking framework, driver template, hypervisor and API written on C++
GNU General Public License v3.0
1.65k stars 384 forks source link

Unable to load driver! #11

Closed Turbo-Thorschten closed 4 years ago

Turbo-Thorschten commented 5 years ago

Hey,

if I run the test I always get the message "Unable to load driver!". I adjusted the path for the kernel-bridge.sys but the issue still persists?

Am I doing sth wrong?

Best regards!

HoShiMin commented 5 years ago

Whether the HVCI/DeviceGuard with only WHQL-only policies is disabled? If you unable to load a signed driver - it seems that DeviceGuard is blocks it.

Turbo-Thorschten commented 4 years ago

Stupid mistake from me. Sorry for bothering.