Coverage-guided kernel fuzzing with syzkaller
Coverage-guided kernel fuzzing with syzkaller
Posted Mar 2, 2016 7:57 UTC (Wed) by SimonKagstrom (guest, #49801)Parent article: Coverage-guided kernel fuzzing with syzkaller
Somewhat related, I've also written a code coverage tool called kcov:
https://github.com/SimonKagstrom/kcov
which as of now collects code coverage for userspace programs using breakpoints. However, the 'k' in the name was meant to be 'kernel', and the idea was to use kprobes and debugfs to setup and report breakpoints in the kernel. I never got that working reliably though, so the kernel part has never really been activated. I suppose I should write a backend for CONFIG_KCOV now though :-)
