Skip to content

This plugin is a helper plugin for the kcov kernel feature

Notifications You must be signed in to change notification settings

Fuzion24/sancov

 
 

Repository files navigation

sancov

This plugin is a helper plugin for the kcov kernel feature. It inserts a __sanitizer_cov_trace_pc() call at the start of basic blocks. It supports all gcc versions with plugin support (from gcc-4.5 on).

It is based on the commit "Add fuzzing coverage support" by Dmitry Vyukov.

You can read about it more here:

Usage
$ make run

About

This plugin is a helper plugin for the kcov kernel feature

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.8%
  • C 13.5%
  • Makefile 3.0%
  • Shell 2.7%