intel / tsffs

A snapshotting, coverage-guided fuzzer for software (UEFI, Kernel, firmware, BIOS) built on SIMICS
https://intel.github.io/tsffs/
Apache License 2.0
276 stars 18 forks source link

Questions when run the provided example target and fuzzing configuration: #92

Closed 20000419 closed 2 weeks ago

20000419 commented 4 months ago

When I try to run the following command" simics -no-gui --no-win fuzz.simics" on Windows Powershell , there appears some confusing errors: errors I have no idea how to fix it.

novafacing commented 4 months ago

Is fuzz.simics from this repo, or is it your own script? If you can attach it I'll be able to check whether this is a fuzzer issue or a script issue.

cglosner commented 4 months ago

I may be off a little bit but some of those scripts haven't been updated for the newest version, so my guess is that one the @tsffs options that was in that script is no longer supported (I experienced the same thing myself so hopefully your problem is the same).

novafacing commented 4 months ago

Sounds like a docs pass is in order whether that's the issue for this specific case or not. I'll do that this week and hopefully resolve this one 😄