x86/x64 taint plugin for DynamoRIO dynamic trace engine.
Taint checking is a technique of tracing. Researcher injects tainted payload into binary, and execution engine trace it's spreading within memory. In this way researcher can see which parts of program interacts with user input.