about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-08Android 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-06added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-04GNUmakefile: python config add --ldflags, silence testshexcoder-
2020-04-04unicorn_mode build script: find setuptools more reliablyhexcoder-
2020-04-04Makefile bugfix macros are generally not expanded in shell callshexcoder-
2020-04-04fix silly error with uname -shexcoder-
2020-04-04libtokencap, portable Makefile (for GNUmake and BSDmake)hexcoder-
2020-04-04Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into devhexcoder-
2020-04-04portable version of Makefile (tested with bsdmake and GNUmake)hexcoder-
2020-04-03update todovan Hauser
2020-04-03update todovan Hauser
2020-04-03unit tests cleaningvan Hauser
2020-04-03code format, small improvementsvan Hauser
2020-04-03Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-03custom mutator readmeAndrea Fioraldi
2020-04-02no random timing for -s fixed_seedvan Hauser
2020-04-02fix make install regarding MANPAGES targethexcoder-
2020-04-02Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into devhexcoder-
2020-04-02restore portable Makefileshexcoder-
2020-04-02fix UI bug for bit flip yieldsvan Hauser
2020-04-02small enhancements and code-formatvan Hauser
2020-04-02remove MaybeAlignvan Hauser
2020-04-02fix make installhexcoder-
2020-04-02remove maybe_linking artifactsvan Hauser
2020-04-02Merge pull request #288 from devnexen/llvm_mode_little_updhexcoder
llvm_mode: using MaybeAlign wrapper over the deprecated setter.
2020-04-02rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-02better asanDominik Maier
2020-04-01el no longer has to be used in loopDominik Maier
2020-04-01fix unit test case for long listhexcoder-
2020-04-01makefile asan fixDominik Maier
2020-04-01O3 againDominik Maier
2020-04-01list testcase addedDominik Maier
2020-04-01fixing unit tests (again) remove CFLAGS_FLTO, put LDFLAGS near the endhexcoder-
2020-04-01added (broken) list testDominik Maier
2020-04-01added prealloc testcaseDominik Maier
2020-04-01add Make rule for new unit testhexcoder-
2020-04-01fix make target unit test (tested on Ubuntu 16.04)hexcoder-
2020-04-01unittest for prealloc addedDominik Maier
2020-04-01Merge branch 'master' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-04-01fix ASAN checkvan Hauser
2020-04-01fix ASAN bulid for old gcc versionsDominik Maier
2020-04-01fixed asan mem limitDominik Maier
2020-04-01disable memory limits for ASAN buildvan Hauser
2020-04-01fix cmocka fixuphexcoder-
2020-04-01cmocka mocksDominik Maier
2020-04-01mocking cmocka 1 for cmocka 0.xDominik Maier
2020-04-01old cmocka is oldDominik Maier
2020-04-01add assert_ptr_equal fallbackDominik Maier
2020-04-01typo fixDominik Maier
2020-04-01docsDominik Maier