about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-08Merge pull request #295 from devnexen/android_build_fixhexcoder
Android build fix proposal.
2020-04-08update todovan Hauser
2020-04-08add missing piece for CTX coveragevan Hauser
2020-04-08added snapshot feature to documentationvan Hauser
2020-04-08argv_fuzzing Makefile: portable versionhexcoder-
2020-04-08fix travishexcoder
2020-04-08Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-04-08socket_fuzzing Makefile: make it portablehexcoder-
2020-04-08Merge pull request #298 from AFLplusplus/snapshotAndrea Fioraldi
Snapshot for LLVM mode in dev
2020-04-08libdislocator: make Makefile portablehexcoder-
2020-04-08gcc_plugin: portable Makefilehexcoder-
2020-04-08gcc_plugin fix compile for USEMMAPhexcoder-
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-08update readmevan Hauser
2020-04-08ctx donevan Hauser
2020-04-07update env with AFL_NO_SNAPSHOTAndrea Fioraldi
2020-04-07small fixesAndrea Fioraldi
2020-04-07snapshot() in llvm modeAndrea Fioraldi
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-