aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-04-17fix: typo `Testsuite`Blake Haydon
2022-01-01android: update android prerequisites - NDK v23b, android-30 ABI. Make arm64 ↵Robert Swiecki
the default build
2021-07-07correct spelling errorcloud0606
2021-04-16cmdline/Usage: fix the default value for the -F optionRobert Swiecki
2021-02-05Add --save-smaller|-U to keep smallest duplicateDouglas Bagnall
While --save_all can be used to save all crashes, often people only really want to find the smallest possible crash file. This patch adds a --save_smaller option that overwrites the crash file when it would shrink the file size. See https://github.com/google/honggfuzz/issues/305
2020-04-26docs/usage: fix the markdownRobert Swiecki
2019-10-26readmeRobert Swiecki
2019-10-25Update PersistentFuzzing.mdYury V. Zaytsev
Fix code block formatting
2019-10-09remove obsolete docs/ExternalFuzzerUsage.mdRobert Swiecki
2019-10-09Update Android.mdrobertswiecki
2019-10-09Update FeedbackDrivenFuzzing.mdrobertswiecki
2019-10-09Update PersistentFuzzing.mdrobertswiecki
2019-10-09Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-08Update USAGE.mdrobertswiecki
2019-10-07cmdline: the main switch for --input is now -i, though -f will workRobert Swiecki
2019-07-11Update USAGE.mdhoujingyi
update Options
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop ↵Robert Swiecki
working for some time, will be fixed in the coming days
2018-08-25docs: remove sancovRobert Swiecki
2018-08-23sancov: remove, since it's old (clang-4), slower, and requires complex code. ↵Robert Swiecki
Android seems to be supporting in-process counters now
2018-08-18Register NetBSD in the documentationKamil Rytarowski
Note NetBSD in: README, AttachingToPid.md and USAGE.md.
2017-12-15android: use ANDROID_API=26 by default, and use ↵Robert Swiecki
-D__ANDROID_API__=$ANDROID_API_V in standalone compilation mode
2017-12-13usage: Use djpeg instead of tiffinfo in usage, to avoid using -D flagRobert Swiecki
2017-12-04android: NDK r16 compatibility & switch default to clangAnestis Bechtsoudis
Android NDK r16 deprecates (although doesn't remove yet) the gcc 4.9 support. However, some toolchain flags have been altered thus need the `ANDROID_NDK_TOOLCHAIN_VER` flag to be also set to effectively select gcc over default clang. This commit is also switching the default compiler selection from gcc to clang. It has been tested the past few months and no issues surfaced so far against various aarch64 Android targets. Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-11-02Some links fixes, added or updated.Darío Hereñú
2017-10-24cmdline: make the compile-time instrumentation the default option, can be ↵Robert Swiecki
disable with -x
2017-07-04cmdline: remove --msan_report_umrs as reporting uninitialized memory is the ↵Robert Swiecki
main task of MSAN
2017-06-15[Android] NDK r15 stable is out and tested successfullyAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-06-14docs: remove references to --linux_perf_bts_blockRobert Swiecki
2017-06-09docs/android: NDK versionRobert Swiecki
2017-05-24Merge pull request #143 from trofi/patch-1robertswiecki
USAGE.md: fix 'Anddoid' -> 'Android' typo
2017-05-23cmdline: Reverse meaning of 'q', introduce 'Q' insteadRobert Swiecki
2017-05-23USAGE.md: fix 'Anddoid' -> 'Android' typoSergei Trofimovich
2017-05-18[Android] Update README docAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-05-14ReadmeRobert Swiecki
2017-05-14ReadmeRobert Swiecki
2017-05-14ReadmeRobert Swiecki
2017-05-13docs/examples: change references to hfuzz-clang-cc to hfuzz-clangRobert Swiecki
2017-05-10docsRobert Swiecki
2017-05-08Update FeedbackDrivenFuzzing.mdrobertswiecki
2017-05-08Update FeedbackDrivenFuzzing.mdrobertswiecki