-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi Silifuzz author,
I am currently using Silifuzz as a part of my research, and during my experiments, I encountered a particular scenario that I'd like to discuss.
I fuzzed the the provided unicorn with the centipede and generated the corpus. While converting result corpus to the runnable corpus, I noticed in the log there are lots of snapshot misbehaving with flags such as
- Memory state mismatch
- Unsupported signal-based endpoint
- Execution misbehaved
The snapshot id was also listed on the logs. However, when I was trying to print the trace for those specific snapshot, they were absent from the runnable corpus.
I would greatly appreciate it if you could address the following queries, as your insights would not only benefit my research but also enhance my understanding of the Silifuzz workflow:
- Are the aforementioned snapshot present in the final runnable corpus with say different snapshot id?
- If these snapshots are not included in the runnable corpus, is there a way we can execute those snapshots using runner as I fell those could generate interesting scenario in the real hardware?
Thank you for your time and assistance.