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

Fix passing user defined args to libfuzzer job #44

Merged
merged 2 commits into from Sep 26, 2019

Conversation

@bayandin
Copy link
Contributor

bayandin commented Sep 26, 2019

Currently command ./fuzzit create job --type fuzzing --args "-dict=fuzzing.dict -close_fd_mask=3" ... ignores --args:

Running fuzzing with: ./fuzzer -print_final_stats=1 -exact_artifact_path=./artifact -error_exitcode=76 -max_total_time=3600 corpus seed
client/agent.go Outdated Show resolved Hide resolved
client/agent.go Outdated Show resolved Hide resolved
@yevgenypats
Copy link
Collaborator

yevgenypats commented Sep 26, 2019

@bayandin great thank you! I'm merging it and will create a new release.

There one isssue that I see here but I'm putting this here just for reference as this will be addressed in a different feature/pr - there will be an issue when the user will want to pass additional argument not only to libfuzzer but to the program itself for example --close-fd-mask=3 -- --program-option program-argument

@yevgenypats yevgenypats merged commit b42fd3b into fuzzitdev:master Sep 26, 2019
@bayandin bayandin deleted the bayandin:fix-args-passing branch Sep 26, 2019
@yevgenypats
Copy link
Collaborator

yevgenypats commented Sep 26, 2019

@bayandin
Copy link
Contributor Author

bayandin commented Sep 26, 2019

Thanks!

@yevgenypats
Copy link
Collaborator

yevgenypats commented Sep 26, 2019

sure:) it should be available in fuzzit backend in a few minutes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.