Taint analysis with pin tool.
git clone --recurse-submodules https://github.com/zhilongwang/TaintAnalysisWithPin.git
cd TaintAnalysisWithPin
make
# current we only support x86 binary.
gcc -o test/demo test/demo.c -m32
./pin/pin -t obj-ia32/taint.so -- ./test/demo comandlinepara