-
-
Notifications
You must be signed in to change notification settings - Fork 324
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 sample fuzzer which collects DrCov coverage for various architect… #1300
Conversation
d56230f
to
a8eceea
Compare
@@ -8,7 +8,7 @@ use which::which; | |||
|
|||
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge"; | |||
const QEMU_DIRNAME: &str = "qemu-libafl-bridge"; | |||
const QEMU_REVISION: &str = "6ae8b5bfb0bc4ac7a0b2ec463cf1000363836c0c"; | |||
const QEMU_REVISION: &str = "a23bfe574469123d003e7f7315fbb751507f2941"; |
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.
Please note that this commit is based on this PR. However, this was not merged into main
until after things got updated to QEMUv8. As such the commit in use is not on the main
branch.
Work is ongoing in this branch to adopt the changes in qemu-libafl-bridge
associated with QEMUv8 (however, there are still some issues with mips
and ppc
). Therefore it probably makes sense to wait for this work to complete before rebasing this PR on that branch before merging.
26dbb41
to
2f1c85f
Compare
…ures using QEMU instrumentation
…re robust handling partial builds
…ures using QEMU instrumentation