Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | restore llvm DebugInfo | Andrea Fioraldi | |
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 | |
2019-12-15 | QEMU_LD_PREFIX in readme for clarity | Andrea Fioraldi | |
2019-12-15 | solve typing error on QEMU with host arch i386 | Andrea Fioraldi | |
2019-12-15 | Updating llvm_unsupported policy | David CARLIER | |
2019-12-15 | Moved unicorn_mode to unicornafl | Dominik Maier | |
2019-12-12 | solve #134 | Andrea Fioraldi | |
2019-12-12 | malloc_context_size=0 as default options for sanitizers to have faster ↵ | Andrea Fioraldi | |
malloc/free | |||
2019-12-10 | fixes for FreeBSD: libtokencap, free cpu detection threshold | hexcoder- | |
2019-12-10 | fix libtokencap for OpenBSD | hexcoder- | |
2019-12-10 | fix machine description for NetBSD 'amd64' | hexcoder- | |
2019-12-10 | avoid rebuilding libdislocator on every make | hexcoder- | |