Re: Verifying a signed executable?
- From: Tony Hedge <tonyatbenthicsciencesdotcodotuk>
- Date: Wed, 27 Aug 2008 15:47:19 +0100
Chris
Thanks for that - if it's tedious and painful, I'll avoid it! I've used the checksum approach before, so I guess I'll just stick with it!
Thanks again.
Regards
Tony
Chris Tacke, eMVP wrote:
Getting signing working can be a real tedious, painful process and if you're not trying to get trust levels implemented, I'd wager it's not worth the effort. Thjere are a lot of ways to attack the problem, but one simple mechanism would be that when you release your app, calculate a checksum and then just append it as 4 bytes to the end of the executable. The app could then check itself by running a checksum on itself and matching it to the last 4 bytes of the binary..
- References:
- Re: Verifying a signed executable?
- From: Tony Hedge
- Re: Verifying a signed executable?
- Prev by Date: Re: NAND Flash Partition Problem
- Next by Date: Re: Intel Pro 100 (e100ce.dll) driver unloads?
- Previous by thread: Re: Verifying a signed executable?
- Next by thread: OS design update for internet IMultiLanguage2 inteface in Win mobi
- Index(es):
Relevant Pages
|