diff options
Diffstat (limited to 'docs/darwin/README.md')
| -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. |
