about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-12-18v2.59c release 2.59cvan Hauser
2019-12-18beautified error log when -m32 is not available on unsigactionAndrea Fioraldi
2019-12-18added Android PR from afl, left some ifdefs commented out thoughvan Hauser
2019-12-17updated docsvan Hauser
2019-12-16typoAndrea Fioraldi
2019-12-16unicornafl readme & changelogAndrea Fioraldi
2019-12-16Merge pull request #138 from domenukk/unicornaflAndrea Fioraldi
Moved unicorn_mode to unicornafl
2019-12-16fix 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-16update unicorn submoduleAndrea Fioraldi
2019-12-16skip unicorn tests if cannot import unicornaflAndrea Fioraldi
2019-12-16update unicorn submoduleAndrea Fioraldi
2019-12-16Merge branch 'unicornafl' of https://github.com/domenukk/AFLplusplus into ↵Andrea Fioraldi
unicornafl
2019-12-16fixed unicorn deps for python2Dominik Maier
2019-12-16more prints, ignoring crashdumpsDominik Maier
2019-12-15Merge branch 'unicornafl' of https://github.com/domenukk/AFLplusplus into ↵Andrea Fioraldi
unicornafl
2019-12-15latest unicornafl versionDominik Maier
2019-12-15re-update submoduleAndrea Fioraldi
2019-12-15Revert "make travis happy"Andrea Fioraldi
This reverts commit fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc.
2019-12-15fix travis build errors (hopefully)Andrea Fioraldi
2019-12-15slight fix for llvm_mode Makefilevan Hauser
2019-12-15Merge pull request #140 from devnexen/llvm_mode_no_apple_build_fixvan Hauser
Concealing the no build test to apple devices.
2019-12-15make travis happyDominik Maier
2019-12-15Fixes for unicorn testscasesDominik Maier
2019-12-15QEMU_LD_PREFIX in readme for clarityAndrea Fioraldi
2019-12-15solve typing error on QEMU with host arch i386Andrea Fioraldi
2019-12-15Updating llvm_unsupported policyDavid CARLIER
2019-12-15Moved unicorn_mode to unicornaflDominik Maier
2019-12-12solve #134Andrea Fioraldi
2019-12-12malloc_context_size=0 as default options for sanitizers to have faster ↵Andrea Fioraldi
malloc/free
2019-12-10fixes for FreeBSD: libtokencap, free cpu detection thresholdhexcoder-
2019-12-10fix libtokencap for OpenBSDhexcoder-
2019-12-10fix machine description for NetBSD 'amd64'hexcoder-
2019-12-10avoid rebuilding libdislocator on every makehexcoder-
2019-12-10fix libtokencap Makefile for NetBSD, add VPATH to avoid rebuildinghexcoder-
the lib on every make.
2019-12-10fix warn -> warning, no targets when prerequisites are not methexcoder-
2019-12-10Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-12-10undo ignoring errors for optional componentshexcoder-
2019-12-09Merge pull request #133 from RootUp/patch-1van Hauser
Updating regexp.dict
2019-12-09Update regexp.dictDhiraj Mishra
2019-12-09documented llvm 10 supportvan Hauser
2019-12-09fix tests on MacOS, radamsa test could not find an instrumentedhexcoder-
binary.
2019-12-09continue make targets 'distrib'i, 'binary-only' and 'clean', evenhexcoder-
there was an error for optional actions like qemu_mode and unicorn_mode
2019-12-09on MacOS llvm is not installed by default, add a test for that. Before this fixhexcoder-
the make run proceeded, producing meaningless error messages.
2019-12-09Merge pull request #131 from devnexen/ios_build_fixvan Hauser
IOS build fix.
2019-12-07support universal mach-o binariesAndrea Fioraldi
2019-12-06IOS build fix.David Carlier
system call is disabled on this platform.
2019-12-05more travisvan Hauser
2019-12-05non-intel test.sh supportvan Hauser
2019-12-05test script changes for arm64van Hauser
2019-12-05travis enhancementvan Hauser