Identical binaries from same source code
- From: tararot2 <tararot2@xxxxxxxxx>
- Date: Wed, 12 Mar 2008 09:27:51 -0700 (PDT)
Hi,
I have to homologate my binaries so I need them to be byte-per-byte
identical after each compilation (if the source code is the same,
logically). Does anybody know how to achieve that with either compiler
options or modifying some parts of the binaries?
After some research I've succesfully patched:
- timestamp: in 0x88 address, I have set to zero.
- GUID after <PrivateImplementationDetails>: find this text in file
and set GUID to zero.
but there is an unknown data block after what I supose to be the
strings declarations and I don't know what to do with. In some cases,
setting it to 0's works but in other application hangs. I cannot find
a generic way to clean it.
I need to do that automatically for generic binaries of .NET.
Thanks in advance.
.
- Follow-Ups:
- Re: Identical binaries from same source code
- From: Lasse Vågsæther Karlsen
- Re: Identical binaries from same source code
- From: Cowboy \(Gregory A. Beamer\)
- Re: Identical binaries from same source code
- Prev by Date: cast of arrays with a given type
- Next by Date: Access denied issues under Vista while using C# Registry classes
- Previous by thread: cast of arrays with a given type
- Next by thread: Re: Identical binaries from same source code
- Index(es):
Relevant Pages
|