code signing Win10 for idiots

c++ / delphi package - dll injection and api hooking
Post Reply
erick.engelke
Posts: 2
Joined: Mon Dec 21, 2015 9:53 am

code signing Win10 for idiots

Post 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
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: code signing Win10 for idiots

Post by madshi »

See here for more information:

viewtopic.php?f=7&t=28050

That's all the information I have.
dcsoft
Posts: 380
Joined: Sat Dec 11, 2004 2:11 am
Location: San Francisco Bay Area, CA USA
Contact:

Re: code signing Win10 for idiots

Post 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
Post Reply