Tagged Questions
2
votes
1answer
201 views
How to verify an exe/dll/sys is original from Microsoft?
I need some easy API to verify that a PE file is valid & Microsoft signed just like SignTool. Where should I start? Could this be done with CAPICOM?
0
votes
0answers
71 views
Digitally signing using CAPICOM.DLL directly?
Today I'm signing EXEs using SignCode/SignTool. I would like to sign using CAPICOM.DLL directly instead.
Anybody has some examples or tutorials on how to do that? Thanks a bunch.