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

[WIP] Add server fuzzing target #2

Merged
merged 10 commits into from
Oct 19, 2018
Merged

Conversation

Aaron1011
Copy link
Collaborator

This PR makes use of the changes in int08h/roughenough#11 to add a server fuzzing target.
I've based this PR off my branch from #1, so not all of the commits are unique to this PR.

Unfortunately, enabling 'AFL persistent mode' (using afl::fuzz) causes the AFL 'stability' statistic to drop to around 70%. Even when using 'non-persistent' mode (using afl::read_stdio_bytes), the 'stability' is only reaches 97%.

Because of this, I'm marking this PR as WIP until I can figure out the cause of the non-determinism. In theory, the server should be completely deterministic, since process_events shouldn't depend on any state from previous executions.

@int08h int08h merged commit 88a3a16 into int08h:master Oct 19, 2018
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

Successfully merging this pull request may close these issues.

2 participants