-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The arguments fuzzer treat the arguments separately, without considering possible combinations.
Let's suppose that an executable has a valid --flag argument. Then --flag and --flag <string> will both generate hashes different from the baseline one. So both are (incorrectly) reported, despite the fact that the latter is just an effect of the former one.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo