Displaying 2 results from an estimated 2 matches for "d70316".
Did you mean:
370316
2019 Nov 21
2
RFC: Loadable segments watermark for lld
Hello all,
I'm implementing a watermarking feature for lld that computes a hash of
loadable
segments and places the result in a note section. Ongoing work can be found
here:
https://reviews.llvm.org/D70316
https://reviews.llvm.org/D66426
The purpose of this watermark is to enable detection of post-link
modifications
to the loadable segments of the binary. Such modifications may produce a
binary
that relies on functionality that is an incidental detail of the OS that may
change in a future update and...
2019 Nov 27
3
RFC: Loadable segments watermark for lld
...gt; wrote:
>
>> Hello all,
>>
>> I'm implementing a watermarking feature for lld that computes a hash of
>> loadable
>> segments and places the result in a note section. Ongoing work can be
>> found
>> here:
>>
>> https://reviews.llvm.org/D70316
>> https://reviews.llvm.org/D66426
>>
>> The purpose of this watermark is to enable detection of post-link
>> modifications
>> to the loadable segments of the binary. Such modifications may produce a
>> binary
>> that relies on functionality that is an inci...