tsffs icon indicating copy to clipboard operation
tsffs copied to clipboard

Can tsffs finds out Non-crashing vulnerabilities?

Open MC-box opened this issue 9 months ago • 1 comments

For example, when a program encounters a particular statement, tsffs will recognize and treat it as a solution.

MC-box avatar Mar 21 '25 13:03 MC-box

Sure, you can use breakpoints or you can call tsffs.fuzz.solution() (doc) to tell TSFFS a solution has happened, no matter what that is (you'd want to set up detection in your SIMICS script in this case).

novafacing avatar Apr 21 '25 07:04 novafacing