Jeffrey Walton wrote: > Hi Eric, > > I was hoping you could shed some light on the particular CRC in use by > Win32 executables. I found the following reference, but my eye is not > trained to spot CRC32 flavors based on tables... By the way, this > information _IS NOT_ contained in Microsoft's PE Specification. > > http://www.powerbasic.com/support/forums/Forum2/HTML/000003.html > > Jeff >
Do you need to know the checksum algorithm, or just compute the value? If the latter, you can just call MapFileAndCheckSum() which is in the ImageHlp dll. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
