aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-02-11 18:29:03 +0100
committerGitHub <noreply@github.com>2020-02-11 18:29:03 +0100
commita75b198cd071926905c294db80393240f55a9a0f (patch)
treeac676c68b1fd621f3b1bedcfbaff8cd7dd4641a0 /docs
parent8de037321c2fd622297aa3f2776580723d03f1dd (diff)
doc: mention darwin support for coverage
Diffstat (limited to 'docs')
-rw-r--r--docs/darwin/README.md7
1 files changed, 5 insertions, 2 deletions
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.