-
Notifications
You must be signed in to change notification settings - Fork 407
libfuzzer ecosystem
Sergey Bronnikov edited this page May 13, 2024
·
4 revisions
- Fazi https://github.com/landaire/fazi
- Nezha https://github.com/nezha-dt/nezha
- DeepState https://github.com/trailofbits/deepstate
- Library for structured fuzzing with ProtoBuf https://github.com/google/libprotobuf-mutator
- Swift https://github.com/apple/swift/blob/main/docs/libFuzzerIntegration.md
- Java https://github.com/CodeIntelligenceTesting/jazzer
- Python
- Ruby
- Javascript
- Rust https://github.com/rust-fuzz/cargo-fuzz
- Go https://github.com/dvyukov/go-fuzz
- Lua https://github.com/ligurio/luzer/
- WASM https://github.com/jonathanmetzman/wasm-fuzzing-demo/
- C# https://github.com/ispras/FuzzedDataProviderCS
- GIF, https://github.com/google/oss-fuzz/tree/master/projects/giflib
- JSON
- Lua 5.1 Language,
- PNG, https://github.com/google/oss-fuzz/tree/master/projects/libpng-proto
- SQL
- Solidity Language, https://github.com/ethereum/solidity/tree/develop/test/tools/ossfuzz
- XML
- JPEG, https://source.chromium.org/chromium/chromium/src/+/main:media/gpu/vaapi/fuzzers/jpeg_decoder/
- MRuby, https://github.com/mruby/mruby/tree/master/oss-fuzz
Copyright © 2014-2024 Sergey Bronnikov. Follow me on Mastodon @sergeyb@honk.bronevichok.ru and Telegram.
Learning
- Glossary
- Books:
- Courses
- Learning Tools
- Bugs And Learned Lessons
- Cheatsheets
Tools / Services / Tests
- Quality Assurance Tools
- Test Runners
- Testing-As-A-Service
- Conformance Test Suites
- Test Infrastructure
- Fault injection
- TTCN-3
- Continuous Integration
- Speedup your CI
- Performance
- Formal Specification
- Toy Projects
- Test Impact Analysis
- Formats
Functional testing
- Automated testing
- By type:
WIP sections
Community
Links