Re: Comparing two EXEs
- From: "AlexR" <no@xxxxxxxx>
- Date: Wed, 6 Jul 2005 09:59:52 -0700
"Bob" <rcf2@xxxxxxxxx> wrote in message
news:42cbff76$1@xxxxxxxxxxxxxxxxxxxxxxxxx
>I know this is slightly technical, but I couldn't decide which group to
> drop it in.
>
> When we make builds of our products, our QA department wants to check
> the executables to ensure that the ones that were not supposed to
> change in fact did not change. So they do a byte compare of the new
> release with the last release. Unfortunately, when we build, we
> recompile all EXEs. There must be date/time information (or something
> else?) in the EXEs that make this byte compare fail even if the code
> did not.
>
> My question: Is there a way to compare an EXE to a previous compile of
> the same EXE and determine if there were actual code changes?
do a TDump of both executables and compare the results, if I remember
correctly there is an option in TDump to extract the code block, that's what
you want to compare.
-AlexR
.
- Follow-Ups:
- Re: Comparing two EXEs
- From: Bob
- Re: Comparing two EXEs
- References:
- Comparing two EXEs
- From: Bob
- Comparing two EXEs
- Prev by Date: Re: Commercial applications built with Delphi 2005 (Winforms not VCL.NET)
- Next by Date: Re: Book-Delphi Programming Problem Solver by Neil Rubenking
- Previous by thread: Re: Comparing two EXEs
- Next by thread: Re: Comparing two EXEs
- Index(es):
Relevant Pages
|