How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
An Android port of radamsa fuzzer
The main features of anestisb/radamsa-android are: Fuzz Testing Tools.
Projects with overlapping indexed features include: google/oss-fuzz — OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a… fuzzing/mffa — Media Fuzzing Framework for Android. 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.
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)