trailofbits / polytracker

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

Uniquely taint EOF #6356

Open ESultanik opened 3 years ago

ESultanik commented 3 years ago

Every time a program reads past the end of a file, return a special taint with a new label associated with that EOF.

ESultanik commented 2 years ago

Low priority until we have a good use-case for this.