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 nyx-net fuzzing for afl++ without specs #29

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

j3s5e4
Copy link

@j3s5e4 j3s5e4 commented Aug 25, 2023

These commits add nyx-net fuzzing using afl++ as the frontend rather than the spec fuzzer, which eliminates the need for specs. Header and implementation files for supporting packets as protobuf messages is also added, but left out of the agent for now. This would be used as a custom mutator for afl++ (work done in separate branch).

As of this pr, amd64 nyx-net mode has been tested ubuntu 22.04. UDP mode and 32-bit need to be tested to ensure nothing has broken. Specs are still backwards compatible by using the "spec" mode with the packer.

@j3s5e4
Copy link
Author

j3s5e4 commented Sep 5, 2023

Looks like Protobuf needs to be added, even for UDP mode. Ironing out a bug and will add to PR. However, this does require the custom mutator implementation in afl++.

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.

None yet

1 participant