soot-oss/TaintAnalysis

Logging of Output

Closed this issue · 1 comments

Hello, I hope you are well. I was wondering, does your repository log any output of what variables are tainted or not? If so, where can I find such a log? Thank you for your help; I appreciate it.

Hi @nDevised, we can output each tainted variable at each line to a csv file:

//this.dumpResults(targetClassName);

We have disabled it by default to keep this example implementation simple. I hope it works for your use case.