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?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Example C Program: Verifying the Signature of a PE File:
http://msdn.microsoft.com/en-us/library/aa382384(VS.85).aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.