Skip to content

aduquet/FuzzingExp-GoogleOSS-Fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzingExp-GoogleOSS-Fuzz

This repo explores Google OSS-Fuzz

Google uses fuzzing for all development of new components for their Chrome OS or browser. Having achieved great success in this way, the turned their fuzzer into an open source project, OSS-Fuzz.

OSS-Fuzz taps into several other fuzzing engines including AFL++, libFuzzer and Honggfuzz. It supports multiple languages including C, C++, Rust, Go, Python and Java/JVM code, though it notes that other languages may also work. It works with both x86-64 and i386 builds.

The OSS Fuzz program is one of the most highly rated on GitHub right now. It has a large community and lots of support in the open-source community.

https://github.com/google/oss-fuzz

https://google.github.io/oss-fuzz/

About

This repo explores Google OSS-Fuzz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages