diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-02-26 11:20:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 11:20:03 +0100 |
| commit | 742e507fb1db5cdda57b74e01350efdfa408d7c2 (patch) | |
| tree | 834adc07f7b570bf1a311c8c9fa1a197da988f30 /docs/darwin | |
| parent | a36ecd98b86f513b76b0ff71fe345292ac458c08 (diff) | |
Update README.md
Diffstat (limited to 'docs/darwin')
| -rw-r--r-- | docs/darwin/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/darwin/README.md b/docs/darwin/README.md index f4c75e6b0..aa768f5d0 100644 --- a/docs/darwin/README.md +++ b/docs/darwin/README.md @@ -8,3 +8,9 @@ syzkaller to `Darwin/XNU` and that has found more than [50 bugs](https://twitter.com/panicaII/status/1070696972326133760) including `CVE-2018-4447` and `CVE-2018-4435` mentioned in [Apple security updates](https://support.apple.com/en-us/HT209341). + +`Darwin/XNU` is [open-source](https://github.com/opensource-apple/xnu) and has +[KASAN](https://github.com/apple/darwin-xnu/blob/master/san/kasan.c), +but no KCOV at the moment (though not required for intial support). + +[PureDarwin](http://www.puredarwin.org/) may be used to create VM images suitable for fuzzing. |
