2

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?

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
est
  • 11,429
  • 14
  • 70
  • 118

1 Answers1

2

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

gkrogers
  • 8,126
  • 3
  • 29
  • 36