How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a bug hunting infrastructure that identifies security vulnerabilities and stability bugs through automated, coverage-guided fuzz testing across a scalable cluster of containers. The system provides a continuous security testing pipeline that manages the entire lifecycle of vulnerability discovery, from bootstrapping project templates and compiling targets to executing long-running batch tests. It specifically focuses on memory safety, utilizing sanitizers to detect buffer overf
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
Media Fuzzing Framework for Android
The main features of fuzzing/mffa are: Fuzz Testing Tools.
Open-source alternatives to fuzzing/mffa include: google/oss-fuzz — OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a… anestisb/radamsa-android — An Android port of radamsa fuzzer. google/honggfuzz — Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW… anestisb/melkor-android — An Android port of the melkor ELF fuzzer. jekil/awesome-hacking — This project is a curated, version-controlled directory of software and resources designed for cybersecurity… jonmetz/androfuzz — A fuzzing utility for Android that focuses on reporting and delivery portions of the fuzzing process.