[Question][Hw4] Editing json_seed #571
Replies: 4 comments
-
I think this function is for updating the seeds only and you can do whatever you want with the function as long as it intuitively works as declared. Also, I think it should be used in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks:) |
Beta Was this translation helpful? Give feedback.
0 replies
-
If removing the seed from the updated_seeds can make performance of your fuzzer better, It is up to you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the instruction, the function update_seeds is explained as "adds a given input into the seed pool if it is interesting.". Can I remove some elements from the seed corpus also? Or can I just keep adding elements, and can't remove added elements?
Beta Was this translation helpful? Give feedback.
All reactions