Van den Oever: Is that really the source code for this software?
[Posted June 20, 2013 by jake]
At his blog, Jos van den Oever
looks into recreating binaries from their published source code to verify that the executable contains what it says it does.
"
A license that promises access to the source code is one thing, but an interesting question is: is the published source code the same source code that was used to create the executable? The straightforward way to find this out is to compile the code and check that the result is the same. Unfortunately, the result of compiling the source code depends on many things besides the source code and build scripts such as which compiler was used. No free software license requires that this information is made available and so it would seem that it is a challenge to confirm if the given source code corresponds to the executable."
(
Log in to post comments)