Created by: rmaz
The LcUuidContentsScrubber
class rewrites the LC_UUID load command in the binary based on the contents of the binary. This seems unnecessary and potentially inaccurate, ld64 already generates the UUID based on the contents, with some exceptions for bitcode and STABS entries:
https://opensource.apple.com/source/ld64/ld64-253.6/src/ld/OutputFile.cpp.auto.html
OutputFile::computeContentUUID()