forked from googleprojectzero/fuzzilli
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
- The idea here is to perform targeted fuzzing near the optimizations of a PoC
- Using the readings of what functions are optimized in a PoC or Regression to tell us what to focus on
- We would throw out all samples that don't end up with this optimization, i.e. aren't near the target's code path
- This allows us to focus mutations around a late stage poc that has already triggered bugs
Metadata
Metadata
Assignees
Labels
No labels