Repositories (1)
dtracker
2 snippets stored for this repo
/// Whitelisted files are not tainted by dtracker.
/// Without whitelisting, the slowdown factor because of taint
/// tracking is HUGE.
/*
* UFDMap maps program fds (as used by the program) to ufds.
* Normal fds are not suitable for use as taint marks in taint flow
* analysis becaƒuse are "recycled" by the os. This will eventually
* lead to misattribution of some data.
*