We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
We changed the custom mutator API (and it will not be changed anymore, just expanded), maybe you will want to update your code state :) https://github.com/AFLplusplus/AFLplusplus/blob/dev/docs/custom_mutators.md
Also do you still need a feature available to support? If so please open an issue.
Regards, Marc
The text was updated successfully, but these errors were encountered:
With the current (rather stable, unless you find fatal flaws) API, you'd want to
afl_custom_init
afl_custom_mutator
afl_custom_havoc_mutation
pre_save_handler
afl_custom_post_process
afl_custom_deinit
Bonus points if all global state is instead kept in the state returned by _init.
_init
Sorry, something went wrong.
No branches or pull requests
Hi!
We changed the custom mutator API (and it will not be changed anymore, just expanded), maybe you will want to update your code state :)
https://github.com/AFLplusplus/AFLplusplus/blob/dev/docs/custom_mutators.md
Also do you still need a feature available to support?
If so please open an issue.
Regards,
Marc
The text was updated successfully, but these errors were encountered: