Android support + minor improvements

* Add Android API 21 support (make android) using POSIX / SIGNAL arch
* Add support for targets with args of type arg=___FILE___
* Add .gitignore
8 files changed
tree: 2a9e069dc3f8aac4c2e1adf7406138389bbffb81
  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. COPYING
  14. files.c
  15. files.h
  16. fuzz.c
  17. fuzz.h
  18. honggfuzz.c
  19. log.c
  20. log.h
  21. Makefile
  22. mangle.c
  23. mangle.h
  24. README.md
  25. report.c
  26. report.h
  27. util.c
  28. util.h
README.md

honggfuzz

Description

Code

Requirements

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

Other

This is NOT an official Google product.