-
Notifications
You must be signed in to change notification settings - Fork 566
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
Add honggfuzz to project setup. #1196
Conversation
/gcbrun |
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I think we need to update environment.is_engine_fuzzer_job and any other similar places that check against libfuzzer, afl. like search for is_afl_job, is_libfuzzer_job
'honggfuzz_asan_', | ||
'honggfuzz', | ||
'address', ['honggfuzz', 'engine_asan'], | ||
minimize_job_override=LIBFUZZER_ASAN_JOB) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually we want to support native minimization using fuzzing engine itself, does honggfuzz support that ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so.. (https://github.com/google/honggfuzz/blob/master/docs/USAGE.md)
Done in #1197. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#1128.