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

Port this into AFL++ #2

Open
agroce opened this issue Nov 14, 2021 · 2 comments
Open

Port this into AFL++ #2

agroce opened this issue Nov 14, 2021 · 2 comments

Comments

@agroce
Copy link
Owner

agroce commented Nov 14, 2021

There is every reason to guess these features would

  1. be easy-ish to add to https://github.com/AFLplusplus/AFLplusplus

  2. be useful for making it better at fuzzing compilers

  3. likely be better than this (since AFL++ seems to improve on stock AFL)

@turbolent
Copy link

Do you have a diff of the changes that would need to get ported?

@agroce
Copy link
Owner Author

agroce commented May 30, 2022

git diff 8b99328aad30c130cea27b766c10ccff81faf311 05f117c2686764817bb8dbe0797152a2761baa80

will produce the diff with the baseline of AFL we started from. I think that encapsulates the code and functionality though how to work it all into AFL++ is not something I've looked at yet. I'm assuming identifying a hook into the havoc switch is fairly simple, though.

Repository owner deleted a comment from katsavav Feb 5, 2024
Repository owner deleted a comment from sabrinekhoualdi Feb 23, 2024
Repository owner deleted a comment from Mortal-zz Feb 23, 2024
Repository owner deleted a comment from willianfcamara Feb 23, 2024
Repository owner deleted a comment from willianfcamara Feb 23, 2024
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

4 participants
@turbolent @agroce and others