about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-09push new versionvan Hauser
2020-04-09fix indentionvan Hauser
2020-04-09Update README.snapshot.mdAndrea Fioraldi
2020-04-09fixed critical whitespaceDominik Maier
2020-04-08fix compile for MacOSX -DFORTIFY_SOURCE=2 is problematichexcoder-
2020-04-08fix review comments by Heikovan Hauser
2020-04-08fix review comments by Heikovan Hauser
2020-04-08fix gcc_plugin Makefile (VPATH)hexcoder-
2020-04-08Makefile cleanuphexcoder-
2020-04-08unicorn_mode/samples/persistent Makefile portable versionhexcoder-
2020-04-08remove todovan Hauser
2020-04-08fix travis - heiko test your changes on linux pls ;)van Hauser
2020-04-08one more include movevan Hauser
2020-04-08fix damage in test.shhexcoder-
2020-04-08llvm_mode ctx: move function terminator instrumentation before skipping blocksvan Hauser
2020-04-08afl-fuzz: add usage info when no python support is there, use it in test.shhexcoder-
2020-04-08llvm_mode android fixvan Hauser
2020-04-08fix limits.h includevan Hauser
2020-04-08Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into devhexcoder-
2020-04-08fix compilation in OpenBSDhexcoder-
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