about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-09update todovan Hauser
2020-04-09add missing piece for CTX coveragevan Hauser
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09argv_fuzzing Makefile: portable versionhexcoder-
2020-04-09fix travishexcoder
2020-04-09socket_fuzzing Makefile: make it portablehexcoder-
2020-04-09libdislocator: make Makefile portablehexcoder-
2020-04-09gcc_plugin: portable Makefilehexcoder-
2020-04-09gcc_plugin fix compile for USEMMAPhexcoder-
2020-04-09Android build fix proposal.David Carlier
LTO flag is recognised but however broken on Android (tested with armv7 arch). Thus giving the choice not to enable it. In fortify mode, open required O_CREAT or O_TMPFILE when mode is set.
2020-04-09update readmevan Hauser
2020-04-09ctx donevan Hauser
2020-04-09update env with AFL_NO_SNAPSHOTAndrea Fioraldi
2020-04-09small fixesAndrea Fioraldi
2020-04-09snapshot() in llvm modeAndrea Fioraldi
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-09GNUmakefile: python config add --ldflags, silence testshexcoder-
2020-04-09unicorn_mode build script: find setuptools more reliablyhexcoder-
2020-04-09Makefile bugfix macros are generally not expanded in shell callshexcoder-
2020-04-09fix silly error with uname -shexcoder-
2020-04-09libtokencap, portable Makefile (for GNUmake and BSDmake)hexcoder-
2020-04-09portable version of Makefile (tested with bsdmake and GNUmake)hexcoder-
2020-04-09update todovan Hauser
2020-04-09update todovan Hauser
2020-04-09unit tests cleaningvan Hauser
2020-04-09code format, small improvementsvan Hauser
2020-04-09custom mutator readmeAndrea Fioraldi
2020-04-09no random timing for -s fixed_seedvan Hauser
2020-04-09fix make install regarding MANPAGES targethexcoder-
2020-04-09restore portable Makefileshexcoder-
2020-04-09fix UI bug for bit flip yieldsvan Hauser
2020-04-09small enhancements and code-formatvan Hauser
2020-04-09remove MaybeAlignvan Hauser
2020-04-09fix make installhexcoder-
2020-04-09remove maybe_linking artifactsvan Hauser
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-09better asanDominik Maier
2020-04-09el no longer has to be used in loopDominik Maier
2020-04-09fix unit test case for long listhexcoder-
2020-04-09makefile asan fixDominik Maier
2020-04-09O3 againDominik Maier
2020-04-09list testcase addedDominik Maier
2020-04-09fixing unit tests (again) remove CFLAGS_FLTO, put LDFLAGS near the endhexcoder-
2020-04-09added (broken) list testDominik Maier
2020-04-09added prealloc testcaseDominik Maier
2020-04-09add Make rule for new unit testhexcoder-
2020-04-09fix make target unit test (tested on Ubuntu 16.04)hexcoder-
2020-04-09llvm_mode: using MaybeAlign wrapper over the deprecated setter.David Carlier
seems to be available even on LLVM 3.7
2020-04-01unittest for prealloc addedDominik Maier