Revert "Merge branch 'master' of https://github.com/google/honggfuzz"

This reverts commit fcb268cbc2b3f3de4e42b052b86b2d25c6a6876f, reversing
changes made to e77867c2d2b538da1d3f2a55a2e9a424f03e3ca5.
5 files changed
tree: c968cbb8edf4240fd8f72fa350843bf6753579b0
  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. display.c
  16. display.h
  17. files.c
  18. files.h
  19. fuzz.c
  20. fuzz.h
  21. honggfuzz.c
  22. log.c
  23. log.h
  24. Makefile
  25. mangle.c
  26. mangle.h
  27. README.md
  28. report.c
  29. report.h
  30. util.c
  31. 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.