Move main fuzzing loop into a separate function
1 file changed
tree: 7431068c83b75ded453fbd7e26c10230088c9880
  1. android/
  2. docs/
  3. examples/
  4. interceptor/
  5. linux/
  6. mac/
  7. posix/
  8. third_party/
  9. .gitignore
  10. arch.h
  11. CHANGELOG
  12. common.h
  13. CONTRIBUTING
  14. COPYING
  15. files.c
  16. files.h
  17. fuzz.c
  18. fuzz.h
  19. honggfuzz.c
  20. log.c
  21. log.h
  22. Makefile
  23. mangle.c
  24. mangle.h
  25. README.md
  26. report.c
  27. report.h
  28. util.c
  29. 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.