Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use "dry run"? #27

Closed
JsHuang opened this issue Feb 11, 2022 · 1 comment
Closed

How to use "dry run"? #27

JsHuang opened this issue Feb 11, 2022 · 1 comment

Comments

@JsHuang
Copy link

JsHuang commented Feb 11, 2022

Hi. I found a "-dry_run" option is added(0d1c22f) , what dose this option used for and is there any usage example?
Thanks.

@ifratric
Copy link
Collaborator

Thanks for reminding me to document this flag (which I did now :-) ). You use it as you would use Jackalope normally, you just append this flag to the existing ones. What it does is, it makes Jackalope exit after all the input samples have been processed, but before starting fuzzing. I use it primarily for corpus minimization (Note: Jackalope only adds samples containing previously unseen coverage into the output corpus) or reproducing crashes if I have a large number of them.

@JsHuang JsHuang closed this as completed Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants