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

Make waypoints diff pass work for regular AFL targets #10

Open
carolemieux opened this issue Jul 6, 2020 · 0 comments
Open

Make waypoints diff pass work for regular AFL targets #10

carolemieux opened this issue Jul 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@carolemieux
Copy link
Collaborator

To allow diff to work properly on on persistent mode targets/libfuzzer-style targets, we added a hack to the diff domain which only started counting diff coverage when the top of LLVMFuzzerTestOneInput was hit. See the TODO at https://github.com/rohanpadhye/FuzzFactory/blob/master/llvm_mode/waypoints-diff-pass.cc#L91

This needs to be fixed, perhaps by adding an option, or by being smarter about detecting whether we're in persistent mode.

@carolemieux carolemieux added the bug Something isn't working label Jul 6, 2020
@carolemieux carolemieux self-assigned this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant