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

Implemented python custom mutators for libfuzzer mode (a potential fix for https://github.com/dvyukov/go-fuzz/issues/319) #359

Open
personnumber3377 opened this issue Oct 27, 2024 · 0 comments

Comments

@personnumber3377
Copy link

Hi!

I did a quick blog post where I implemented python custom mutators for go-fuzz libfuzzer mode: https://personnumber3377.github.io/projects/implementing_python_mutators_for_go_fuzz.html Please read the instructions carefully. I had to do some janky stuff which could probably be implemented in a cleaner way to make it work. I ignored multiple definitions for example.

My fork is here: https://github.com/personnumber3377/go-fuzz/tree/master feel free to modify it however you like before merging to this main repo.

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