From a75b198cd071926905c294db80393240f55a9a0f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 11 Feb 2020 18:29:03 +0100 Subject: doc: mention darwin support for coverage --- docs/darwin/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/darwin/README.md b/docs/darwin/README.md index 8360f8d2d..827e46310 100644 --- a/docs/darwin/README.md +++ b/docs/darwin/README.md @@ -12,7 +12,10 @@ syzkaller to `Darwin/XNU` and that has found more than [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). +[KASAN](https://github.com/apple/darwin-xnu/blob/master/san/kasan.c). +Latest versions also contain KCOV-like support for coverage; +it's not uploaded to github mirror yet, but this +[tarball](https://opensource.apple.com/tarballs/xnu/xnu-6153.11.26.tar.gz) +contains `san/ksancov.{h,c}`. [PureDarwin](http://www.puredarwin.org/) may be used to create VM images suitable for fuzzing. -- cgit mrf-deployment