about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-15make travis happyDominik Maier
2019-12-15Fixes for unicorn testscasesDominik Maier
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
2019-12-05Merge pull request #130 from devnexen/last_nit_before_relvan Hauser
Suppress noisy little build compiler plugins warning on platforms != …
2019-12-05travis changes ... travis you suckvan Hauser
2019-12-05Suppress noisy little build compiler plugins warning on platforms != LinuxDavid Carlier
2019-12-05Changelog beautificationvan Hauser
2019-12-05changelogAndrea Fioraldi
2019-12-03show travis state in readme.mdvan Hauser
2019-12-03python3 support - even better :)van Hauser
2019-12-03shut up travis. seriously.van Hauser
2019-12-03travis, finally? please?van Hauser
2019-12-03travis oh my travis ... sighvan Hauser
2019-12-03code formatvan Hauser
2019-12-03Merge pull request #129 from devnexen/libdislocator_typovan Hauser
libdislocator, typo fix.
2019-12-03python3.7 support for afl-fuzz py mutatorvan Hauser
2019-12-03libdislocator, typo fix.David Carlier
2019-12-03final touchesvan Hauser
2019-12-03Merge pull request #127 from devnexen/llvm_mode_build_fixvan Hauser
LLVM 10 build fix proposal
2019-12-03Merge branch 'master' into llvm_mode_build_fixvan Hauser
2019-12-03maybe we can work with xcode?van Hauser
2019-12-02Merge pull request #128 from devnexen/libtokencap_dflybsdAndrea Fioraldi
Enable libtokencap on DragonFlyBSD