oss-fuzz/projects/capstone/project.yaml

16 lines
322 B
YAML

homepage: "https://www.capstone-engine.org"
language: c++
primary_contact: "capstone.engine@gmail.com"
auto_ccs:
- "p.antoine@catenacyber.fr"
- "stalkr@stalkr.net"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/aquynh/capstone.git'