wmkhoo / taintgrind

A taint-tracking plugin for the Valgrind memory checking tool
GNU General Public License v2.0
249 stars 42 forks source link

Improvements for the reverse taint #34

Closed marekzmyslowski closed 5 years ago

marekzmyslowski commented 5 years ago

Added log from the read and pread syscalls. Those logs allow tracking… what part of the file has been read. Added size for Load and Store function in the log. This is helpful when the reverse taint is done. Added new option "--compact". It makes the output more compact which means smaller and easier to process. Reverted changes that were not needed.