VC+ built EXE and DLL have inconsistent CRCs
From: jangs2458 (steven.)
Date: 06/08/04
- Next message: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Previous message: Julie: "Re: Conversion from/to String* to/from std::string"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Reply: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Jun 2004 16:36:02 -0700
Using Visual Studio we found when you rebuild an EXE file, even if a few minutes later, each time the CRC is different.
Same with DLL files.
I heard that if you skip a certain number of bytes in the beginning and end of the file, you can get consistent CRC signatures. Anyone knows which bytes to skip?
Am open to other suggestions for EXE and DLL authenication.
Thanks
- Next message: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Previous message: Julie: "Re: Conversion from/to String* to/from std::string"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Reply: Carl Daniel [VC++ MVP]: "Re: VC+ built EXE and DLL have inconsistent CRCs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|