From 742e507fb1db5cdda57b74e01350efdfa408d7c2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 26 Feb 2019 11:20:03 +0100 Subject: Update README.md --- docs/darwin/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/darwin') 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. -- cgit mrf-deployment