Page 1 of 1

code signing Win10 for idiots

Posted: Mon Dec 21, 2015 9:58 am
by erick.engelke
I have been playing around with Windows 10 code signing, but I just don't get it.

I have an EV certfiicate from globalsign, and I have a dongle it came with.

I develop signed drivers for Win7 no problem with Madshi and Delphi.

What tool do I have to download (I don't have VS 12, and I'd prefer not to install it just for one tool),
and can you give an example batch file that would sign the drivers for Win 10?

Thanks
Erick

Re: code signing Win10 for idiots

Posted: Mon Dec 21, 2015 11:51 am
by madshi
See here for more information:

viewtopic.php?f=7&t=28050

That's all the information I have.

Re: code signing Win10 for idiots

Posted: Mon Dec 21, 2015 6:58 pm
by dcsoft
In short, signing for Win 10 is the same as signing for previous Windows. Signing with an EV certificate is the same as signing with any other certificate. You just continue to use SignTool as the Madshi's MadCodeHook doc says.

-- David