-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reducing the taint graph #29
Comments
I'm not familiar with any tools that work with dot files. |
ok, |
Hi again, Thank you for adding head=yes option to limit propagation of tainted data. It is a great option! Thanks |
One option is to use grep to filter the desired output, e.g.
The above command will print only lines containing the string "module1" or "module2". |
Hello,
I use taintgrind for SystemC project. It taints all the SystemC library modules which are used in the project. Therefore, the Graphviz file will be a big one, so that it is difficult to visualize.
I would like to know if it is possible to only show the output of my modules in the graph.
Thank you for your help!
The text was updated successfully, but these errors were encountered: