taintgrind icon indicating copy to clipboard operation
taintgrind copied to clipboard

A taint-tracking plugin for the Valgrind memory checking tool

Results 4 taintgrind issues
Sort by recently updated
recently updated
newest added

When following the "Installation (from source)" steps, the compilation fails if the path to the current working directory contains spaces. For example, executing `./build_taintgrind.sh` from a `/home/david/CS 6340/Taintgrind/valgrind-3.17.0/taintgrind/` directory results...

Hi, Is there any way to upgrade dependency level for tainting data? For example to handle Indirect/Control-flow dependence! Thank you

Hi, Is Taintgrind follows operations on std::string? In my code, the data is tainted until it is converted to the string data type. After that, taintgrind loses the flow of...

Please excuse my ignorance, but the instructions say: [me@machine ~/valgrind-X.X.X] git clone http://github.com/wmkhoo/taintgrind.git [me@machine ~/valgrind-X.X.X] cd taintgrind [me@machine ~/valgrind-X.X.X/taintgrind] ../autogen.sh [me@machine ~/valgrind-X.X.X/taintgrind] ./configure --prefix=`pwd`/../inst [me@machine ~/valgrind-X.X.X/taintgrind] make && make install...