about summary refs log tree commit diff
path: root/src/afl-as.c
AgeCommit message (Collapse)Author
2023-01-03welcome 2023vanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-11-04afl-as: missing one format spec (for tsan perharps)David Carlier
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2020-12-12afl-as.c, fix compiler warnings (overflowing is UB)hexcoder-
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-08-31fixed warning on macdomenukk
2020-08-07compile fixes on 32-bit OSshexcoder-
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-05-19if no master is present a slave becomes a temporary mastervan Hauser
2020-05-18afl-as fast system fixvan Hauser
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-05-10Illumos biuld fix (#357)David CARLIER
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-03-10unified pointer placementDominik Maier
2020-02-28code-formatvan Hauser
2020-02-25man page tuninghexcoder-
2020-02-24important InsTrim fixes!van Hauser
2020-02-22fix travis weirdness - hopefullyvan Hauser
2020-02-19fix travis and fix logicvan Hauser
2020-02-17add descriptions of env variables to afl-gcchexcoder-
2020-02-17code formatvan Hauser
2020-02-16add description of environment variables usedhexcoder-
2020-02-16add option -h and man page for afl-ashexcoder-
2020-02-16code formatAndrea Fioraldi
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-29added AFL_AS_FORCE_INSTRUMENT envvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Android PR integrationvan Hauser
2019-11-08additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)hexcoder-
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-08-27afl-as is now aliveAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi