top | item 26086952

Jazzer – Modern fuzz testing for the JVM (open-sourced)

13 points| serjd | 5 years ago |github.com

5 comments

order

fhenneke|5 years ago

I'm one of the engineers behind Jazzer and happy to answer any questions about it.

We also have a blogpost that talks about the most interesting technical aspects of Jazzer: https://blog.code-intelligence.com/engineering-jazzer

sufficient|5 years ago

Great work Fabian! Nice to see this work becoming open source.

I am pretty new to fuzzing, please correct me if I am wrong: Since Jazzer fuzzes a Java application at runtime, can it be in principle also be used to fuzz a Java app without having it's source code?

m42smith|5 years ago

Probably biased because I know the authors but still, this is really cool! Anybody using Java should take a look at this!

sapiens94|5 years ago

I love it! Cool to see this happening.