[Question][Hw4] About seed_1 in json_seed #561
Replies: 6 comments
-
The input in seed_1.json results in |
Beta Was this translation helpful? Give feedback.
-
Yes I can see that. But as I mutate seed_1.json and run the program, it keeps on generating crash and in output_dir/crash there is like 40 files generated when I run the code for 1 second. Am I doing the right thing? |
Beta Was this translation helpful? Give feedback.
-
You'll get tens of thousands crashes as your fuzzer runs I guess, since mine does too. |
Beta Was this translation helpful? Give feedback.
-
Oh I see, then how should I specify a unique crash? |
Beta Was this translation helpful? Give feedback.
-
In my case, I just crafted simple python/bash scripts to run each input in |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My fuzzer crashes if I give seed_1.json as an input. But from what I understand about seed corpus, it has to contain only valid inputs. Am I getting something wrong? Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions