trailofbits / polytracker

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

Specify ignore lists via full path #6494

Open surovic opened 1 year ago

surovic commented 1 year ago

Maybe this shouldn't be prefixed by ABI_PATH in a future version. If you specify an ignore list, you could just as well specify the full path to it. It is the same behavior as we've had for the dfsan abi-list so I don't think you need to change here, but might be a detail to add as an enhancement for future work.

_Originally posted by @hbrodin in https://github.com/trailofbits/polytracker/pull/6473#discussion_r985090918_