trailofbits / polytracker

An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.
Apache License 2.0
516 stars 47 forks source link

Figure out if XRAY is still usable #6544

Open surovic opened 1 year ago

surovic commented 1 year ago

I'm not sure. Since we built a modified version of the whole compiler-rt previously, we did have XRAY included in it. The compiler-rt excerpt from this PR doesn't have it included. Theoretically it should be possible to link against an apt installed version of compiler-rt but I haven't tried that.

_Originally posted by @surovic in https://github.com/trailofbits/polytracker/pull/6517#discussion_r1115518479_