Blackbone icon indicating copy to clipboard operation
Blackbone copied to clipboard

Failed to load driver: The request is not supported

Open tripleslash opened this issue 6 years ago • 2 comments

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

tripleslash avatar Aug 25 '19 22:08 tripleslash

I have the same problem. I'm using win 10 - RS5

OzymoGit avatar Oct 17 '19 18:10 OzymoGit

@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.

babbsgit avatar Mar 26 '20 02:03 babbsgit