Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-27 | fix issue #155 AFL_LLVM_LAF_SPLIT_FLOATS breaks bogofilter | hexcoder- | |
added some forgotten floating point comparison types | |||
2019-12-26 | Merge pull request #154 from devnexen/setsockopt_socket_fuzzing | van Hauser | |
socket fuzzing build warning fixes proposal / setsockopt no-op | |||
2019-12-26 | socket fuzzing build warning fixes proposal / setsockopt no-op | David Carlier | |
2019-12-25 | code format | Andrea Fioraldi | |
2019-12-25 | AFL_PRELOAD -> QEMU_SET_ENV for afl-fuzz,afl-showmap,afl-analyze,afl-tmin | Andrea Fioraldi | |
2019-12-24 | qemu ld_preload support and added socket_fuzzing ld_preload library | van Hauser | |
2019-12-24 | Merge pull request #152 from afflux/argvfuzz | van Hauser | |
argvfuzz preload for fuzzing binaries' argv | |||
2019-12-24 | argv_fuzzing: should also compile with AFL_NO_X86 | Kjell Braden | |
2019-12-24 | be sure to have directories for install targets | van Hauser | |
2019-12-21 | restore llvm DebugInfo | Andrea Fioraldi | |
2019-12-21 | argvfuzz preload for fuzzing binaries' argv | Kjell Braden | |
2019-12-21 | try to work with llvm < 3.7 | Andrea Fioraldi | |
2019-12-21 | Merge pull request #150 from afflux/master | Andrea Fioraldi | |
minor fix for llvm_mode build with non-standard paths | |||
2019-12-21 | remove remainder of git submodule | Kjell Braden | |
commit 7028c9b59d6171426457494a179cd55022cd483b only removed the .gitmodules entry. this commit removes the corresponding directory, so `git submodule status` won't fail anymore. | |||
2019-12-21 | use llvm-config from env for version check | Kjell Braden | |
2019-12-20 | Merge pull request #148 from devnexen/make_distrib_non_linux_fix_proposal | van Hauser | |
On non Linux systems, (g)make distrib stops halfway | |||
2019-12-20 | On non Linux systems, (g)make distrib stops halfway | David Carlier | |
because of QEMU not supported. Symplifying cores counting data gathering. | |||
2019-12-19 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-12-19 | split havoc/custom line in status screen | Andrea Fioraldi | |
2019-12-19 | llvm_mode for Android | van Hauser | |
2019-12-18 | Merge pull request #146 from domenukk/unmapping | van Hauser | |
Tidied up python examles and fixed bug in uc_afl_fuzz | |||
2019-12-18 | removed debug print | Dominik Maier | |
2019-12-18 | afl_fuzz unmapping | Dominik Maier | |
2019-12-18 | fix travis bug? | van Hauser | |
2019-12-18 | fix potential make clean error | van Hauser | |
2019-12-18 | remove git submodule | van Hauser | |
2019-12-18 | v2.59d init | van Hauser | |
2019-12-18 | v2.59c release 2.59c | van Hauser | |
2019-12-18 | beautified error log when -m32 is not available on unsigaction | Andrea Fioraldi | |
2019-12-18 | added Android PR from afl, left some ifdefs commented out though | van Hauser | |
2019-12-17 | updated docs | van Hauser | |
2019-12-16 | typo | Andrea Fioraldi | |
2019-12-16 | unicornafl readme & changelog | Andrea Fioraldi | |
2019-12-16 | Merge pull request #138 from domenukk/unicornafl | Andrea Fioraldi | |
Moved unicorn_mode to unicornafl | |||
2019-12-16 | fix alloc_canary should not be on TLS. thread #0 malloc=a -> thread #1 ↵ | Andrea Fioraldi | |
free(a) results in a wringly detected canary mistmatch | |||
2019-12-16 | update unicorn submodule | Andrea Fioraldi | |
2019-12-16 | skip unicorn tests if cannot import unicornafl | Andrea Fioraldi | |
2019-12-16 | update unicorn submodule | Andrea Fioraldi | |
2019-12-16 | Merge branch 'unicornafl' of https://github.com/domenukk/AFLplusplus into ↵ | Andrea Fioraldi | |
unicornafl | |||
2019-12-16 | fixed unicorn deps for python2 | Dominik Maier | |
2019-12-16 | more prints, ignoring crashdumps | Dominik Maier | |
2019-12-15 | Merge branch 'unicornafl' of https://github.com/domenukk/AFLplusplus into ↵ | Andrea Fioraldi | |
unicornafl | |||
2019-12-15 | latest unicornafl version | Dominik Maier | |
2019-12-15 | re-update submodule | Andrea Fioraldi | |
2019-12-15 | Revert "make travis happy" | Andrea Fioraldi | |
This reverts commit fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc. | |||
2019-12-15 | fix travis build errors (hopefully) | Andrea Fioraldi | |
2019-12-15 | slight fix for llvm_mode Makefile | van Hauser | |
2019-12-15 | Merge pull request #140 from devnexen/llvm_mode_no_apple_build_fix | van Hauser | |
Concealing the no build test to apple devices. | |||
2019-12-15 | make travis happy | Dominik Maier | |
2019-12-15 | Fixes for unicorn testscases | Dominik Maier | |