-
Notifications
You must be signed in to change notification settings - Fork 3
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
improve example, list requirements #334
Comments
Thanks @mark-pictor-csec for your interest in this project. Indeed, this is missing documentation. The Dockerfile there install all the required tools/libs that you list.
I think this is because go1.14 introduced libFuzzer support (Likewise, go119-fuzz-build is about native fuzzing introduced in golang 1.19) But this currently works with go1.21 on oss-fuzz Is this helping you ? |
Thanks!
So ngolo-fuzzing works with this? If so, where would I find it? |
https://github.com/AdamKorcz/go-118-fuzz-build ngolo-fuzzing uses libFuzzer style and not golang native. |
It'd be nice to have a complete use example that can be copied and pasted. The current example has some commands that need to run within the
fuzz_ng/
dir and some without.I'd also like a list of required tools/libs and their versions.
For example, something like
Also, why is
go114-fuzz-build
named such? Until I noticed thego.mod
I assumed the tool must be limited to features available in go1.14. It might be worthwhile to rename this.The text was updated successfully, but these errors were encountered: