Compiling Twice with Delphi 6 and getting the same checksum on the binary

前端 未结 3 1250
轻奢々
轻奢々 2021-01-06 01:29

For the purposes of binary / source code verification, i\'d like to be able to make two compiles on the same computer 2 weeks apart and have the binaries be identical and th

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 02:32

    Unfortunately I haven't heard of any answer to this problem.

    It's not just timestamps but there are places where a few bytes of random garbage out of memory ends up in the result.

提交回复
热议问题