Y
Hacker News
new
|
ask
|
show
|
jobs
by
khc
4335 days ago
Actually you cannot. Rebuilding from the same source almost never yield identical binaries.
1 comments
gioi
4335 days ago
Actually you
could
. They are called "deterministic builds".
But this would require some kind of effort from project maintainers.
link
Cederfjard
4335 days ago
I'm quite unknowledgeable about this, but from what little I understand: That is actually a very major effort in many cases, isn't it?
link
gtufano
4335 days ago
You cannot do that for iOS binaries, because they are signed by Apple before publishing on the Store (and so the hash will change).
link
onedognight
4335 days ago
You can avoid the signature when hashing.
link
But this would require some kind of effort from project maintainers.