Re: Identical binaries from same source code
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Thu, 13 Mar 2008 17:28:51 -0000
<snamds@xxxxxxxxx> wrote:
On 13 mar, 17:47, Jon Skeet [C# MVP] <sk...@xxxxxxxxx> wrote:
Consulting the spec as the last alternative? To be honest, it'll be a
lot more authoritative than other answers here.
I meant we prefer to use well tested third libraries rather than
manually parse the binaries by ourselves.
Right - yes, that's a laudable tactic.
Another alternative might be to look at the Mono compiler source code -
that will hopefully make it clear what belongs where.
We have made changes to the mono-cecil source code to achieve our
goal.
Right.
Note that if you sign your assemblies, all of this editing will
probably (hopefully, even) invalidate the signature - in which case the
suggestion at the top of this post is probably the only practical one.
We don't need to sign the assemblies.
That definitely makes it simpler.
I don't get the point. How can signing the assemblies would help us?
We can't change the homologation rules. It must be done by CRC as i've
explained.
No, the fact that the assemblies *aren't* signed makes it simpler.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
.
- Follow-Ups:
- Re: Identical binaries from same source code
- From: snamds
- Re: Identical binaries from same source code
- References:
- Identical binaries from same source code
- From: tararot2
- Re: Identical binaries from same source code
- From: Jon Skeet [C# MVP]
- Re: Identical binaries from same source code
- From: snamds
- Re: Identical binaries from same source code
- From: Jon Skeet [C# MVP]
- Re: Identical binaries from same source code
- From: snamds
- Re: Identical binaries from same source code
- From: Jon Skeet [C# MVP]
- Re: Identical binaries from same source code
- From: snamds
- Re: Identical binaries from same source code
- From: Jon Skeet [C# MVP]
- Re: Identical binaries from same source code
- From: snamds
- Identical binaries from same source code
- Prev by Date: Re: Factory method question
- Next by Date: Re: Button click to open a webpage ?
- Previous by thread: Re: Identical binaries from same source code
- Next by thread: Re: Identical binaries from same source code
- Index(es):