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

Add CI Support #4

Open
xlxs4 opened this issue Jul 4, 2022 · 0 comments
Open

Add CI Support #4

xlxs4 opened this issue Jul 4, 2022 · 0 comments

Comments

@xlxs4
Copy link
Owner

xlxs4 commented Jul 4, 2022

The AFL++ docs mention some tips. These are the best resource on how to structure the CI pipeline at a high level I could find. Beyond that. You can use a local CI runner; that would mean that not only can you have the CI to periodically fuzz your codebase (following the tips above) but also use the server for the high computational power needed to fuzz for extended periods of time.

So, this would mean in return that you can and should take advantage of <insert_your_CI_here> functionality to rewrite parts of the AFL++ template. For example, some of these scripts can become jobs/stages.

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

1 participant