Is there any way to self sign the driver?

c++ / delphi package - dll injection and api hooking
Post Reply
Davita
Posts: 163
Joined: Tue Sep 13, 2005 7:31 pm

Is there any way to self sign the driver?

Post by Davita »

Hi guys

for development purpose, is there any way to generate the certificate and sign the driver by myself?

Thanks
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Is there any way to self sign the driver?

Post by madshi »

I don't know, never tried that. In theory I guess it should work, but don't ask me how. Signing the madCodeHook driver isn't any different to signing any other driver. So I guess if you can find out how to self sign any other driver, it should work for madCodeHook's driver, too.
immer000
Posts: 22
Joined: Tue Sep 04, 2012 12:05 am

Re: Is there any way to self sign the driver?

Post by immer000 »

Yes, just look up the many tutorials available on the net about test-signing drivers and getting your test certificate accepted by the windows kernel.
Post Reply