Failed to load driver: The request is not supported
Hello, I've just built BlackBone from the latest master (0072fba51c81aec5c6f56b7a7705377fe2f785d1 at the time of writing) using Visual Studio 2019 and the WDK for Windows 10 1903 (Build 18362.295).
The build went smoothly but I can't load the driver. I have test signing mode turned on and tried to use it with Xenos, as well as manually loading it with
sc create BlackBone type=kernel binPath=D:\Path_to_Driver\BlackBoneDrv10.sys
sc start BlackBone
The service creation succeeds but when I try to start it using sc start BlackBone I'm getting "The request is not supported".
Xenos is also not able to load the Driver. Same error is happening.
Thanks
I have the same problem. I'm using win 10 - RS5
@tripleslash How did you create the BlackBoneDrv10.sys file?
Edit: I found it. I did not know that there is a solution file in BlackBoneDrv folder. So i compiled it and the result was the BlackBoneDrv10.sys file.