Re: Identical binaries from same source code

Tech-Archive recommends: Fix windows errors by optimizing your registry



<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
.


Quantcast