views:

133

answers:

1

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?

+2  A: 

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

gkrogers