Kernel-Bridge icon indicating copy to clipboard operation
Kernel-Bridge copied to clipboard

signed binaries can not be loaded

Open danyhm opened this issue 2 years ago • 6 comments

Hello,

I tried loading the signed binaries but i get the message "a certificate was explicitly revoked by its issuer"

danyhm avatar Mar 20 '22 22:03 danyhm

I see that the binaries were signed using leaked certs :) so updated windows won't allow loading them. I've tried other leaked certs as well.

just one question. since the revocation status is determined but CRL or OCSP and those are provided by CAs in an online matter , is it possible to somehow clear those revocation status temporarily and then load the driver?

danyhm avatar Mar 21 '22 16:03 danyhm

Hello, danyhm! I think no, there is only way to "clear" revocation status - is to install an old Windows build and disable updates

HoShiMin avatar Mar 21 '22 17:03 HoShiMin

unfortunately, that's not possible in my case. Actually I stumbled across Kernel-Bridge while searching for ways to load my driver which is actually a hypervisor based on hvpp and i see you also support hypervisor for both Intel and AMD ! that's pretty cool. I hope you keep this project alive.

danyhm avatar Mar 21 '22 18:03 danyhm

@danyhm, sure, I work for the Kb2 now and it will be released... one day. But it is the problem with binary signing as it requires to have a valid EV cert with recent Microsoft signing policies update.

HoShiMin avatar Mar 21 '22 18:03 HoShiMin

@HoShiMin I hope you can get the binaries signed. although I think Microsoft won't sign them as it's against their policies to mess with their kernel. however, If you could get them signed, I recommend you provide the signed binaries as a pro option with payment. this way you can make some money and control who has access to the signed binaries so They can't be used to load malware. also, a simple licensing system will make sure the signed binaries can't be leaked

danyhm avatar Mar 21 '22 18:03 danyhm

@danyhm, maybe, but for now you could use leaked nVidia cert. It isn't blocked yet.

HoShiMin avatar Mar 21 '22 19:03 HoShiMin

I can't compile this driver on the visual Studio 2022,what happened?

ALEHACKsp avatar Nov 25 '22 20:11 ALEHACKsp

@ALEHACKsp, what error do you have?

HoShiMin avatar Nov 25 '22 21:11 HoShiMin