Y
Hacker News
new
|
ask
|
show
|
jobs
by
fhenneke
1922 days ago
One of the authors of Jazzer here. Feel free to ask any questions regarding Jazzer (
https://github.com/CodeIntelligenceTesting/jazzer
) or how to integrate Java/JVM projects into OSS-Fuzz.
2 comments
exdsq
1922 days ago
I've been interested in applying fuzzing to some projects I work on but every time I go to do this I'm not really sure where to start. Do you have any recommended sources to learn about how to use them in practice? :)
link
fhenneke
1922 days ago
That depends on the language you want to fuzz. A good general introduction and hands-on "course" for C/C++ is
https://github.com/Dor1s/libfuzzer-workshop
. If you prefer Java and just want to get a feeling for how concrete fuzz targets can look like, take a look at the Jazzer examples at
https://github.com/CodeIntelligenceTesting/jazzer/tree/main/...
.
link
victor106
1922 days ago
This is awesome!!! going to explore and start using it.
Thanks for working on this.
link