mirror of https://github.com/google/oss-fuzz.git
19 lines
378 B
YAML
19 lines
378 B
YAML
homepage: "https://www.unicorn-engine.org"
|
|
language: c++
|
|
primary_contact: "unicorn.emu@gmail.com"
|
|
auto_ccs:
|
|
- "p.antoine@catenacyber.fr"
|
|
- "ch980501427@gmail.com"
|
|
- "stalkr@stalkr.net"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
- dataflow
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
- dataflow
|
|
main_repo: 'https://github.com/unicorn-engine/unicorn.git'
|