SANCOV: enable rawunpack for all targets

Set coverage_direct flag for all Linux targets so that
rawunpack method is picked-up from data parser.
Parsers need to be updated to effectively parse
all (and not only target) DSO generated sancov files
for non-raw methods.

Most testing for far performed against Android targets.

Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2 files changed
tree: 571a9607f0f7c30eaaf0f99721ce895239c95599
  1. android/
  2. docs/
  3. examples/
  4. interceptor/
  5. linux/
  6. mac/
  7. posix/
  8. third_party/
  9. tools/
  10. .gitignore
  11. arch.h
  12. CHANGELOG
  13. cmdline.c
  14. cmdline.h
  15. common.h
  16. CONTRIBUTING
  17. COPYING
  18. display.c
  19. display.h
  20. files.c
  21. files.h
  22. fuzz.c
  23. fuzz.h
  24. honggfuzz.c
  25. log.c
  26. log.h
  27. Makefile
  28. mangle.c
  29. mangle.h
  30. README.md
  31. report.c
  32. report.h
  33. util.c
  34. util.h
README.md

honggfuzz

Description

Code

Requirements

  • Linux - BFD library (libbfd-dev) and LibUnwind (libunwind-dev/libunwind8-dev)
  • FreeBSD - gmake
  • Android - Android SDK/NDK

Other

This is NOT an official Google product.