Re: Verify authenticode signature
- From: "Scott Yost [MSFT]" <scyost@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 11 May 2007 12:22:54 -0700
There isn't an exposed public way to do this. You'd have to parse the PE
header yourself and use CAPI to verify the signature. PE format is
publically documented.
--
Scott Yost
Software Development Engineer/Test
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Pieter Philippaerts" <Pieter@xxxxxxxxxxxxxxxxxxx> wrote in message
news:eWhSSxBiHHA.4952@xxxxxxxxxxxxxxxxxxxxxxx
Hi guys,
I need to programmatically verify an authenticode signature on an
executable on my Windows Mobile 5 system. Unfortunately, I can't seem to
get the WinVerifyTrust function to work (I have working code for the
desktop, but I have no idea in which dll it resides in Windows CE;
apparently not 'wintrust.dll' or 'coredll.dll'). Does anyone know how I
can get this to work? Windows itself is able to verify the authenticode
signatures, so surely there must be some kind of public API we can access,
no?
Thanks,
Pieter
.
- Prev by Date: Emulator okay, but device gets nonstop WM_PAINT events
- Next by Date: Mobile Device Center conflict resolution
- Previous by thread: Emulator okay, but device gets nonstop WM_PAINT events
- Next by thread: Mobile Device Center conflict resolution
- Index(es):
Relevant Pages
|