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

Adds sockets as taint sinks #6512

Closed hbrodin closed 1 year ago

hbrodin commented 1 year ago

This implements support for AF_INET sockets to be used as taint sinks. Whenever tainted output is written to a socket it is recorded in the taint log.

Fixes #6489.