about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-27Merge pull request #340 from AFLplusplus/devvan Hauser
dev -> master
2020-04-27fix for older llvm versionshexcoder-
2020-04-26fix negative stability bug (hopefully)van Hauser
2020-04-26Merge pull request #336 from AFLplusplus/devvan Hauser
pull again ...
2020-04-26moved defines to typevan Hauser
2020-04-26refactored global listsDominik Maier
2020-04-26map_size one linerDominik Maier
2020-04-26minor fixesDominik Maier
2020-04-26Merge pull request #337 from devnexen/android_support_arc4_apivan Hauser
Android supports arc4 api.
2020-04-26try unicorn build without -jvan Hauser
2020-04-25fix issue #333hexcoder
2020-04-25Android supports arc4 api.David Carlier
2020-04-25refactored whitelist and blacklist in llvm_modevan Hauser
2020-04-25add to changelogvan Hauser
2020-04-25remove empty linevan Hauser
2020-04-25Merge branch 'master' into devvan Hauser
2020-04-25fix python detection for Ubuntu and othersvan Hauser
2020-04-25fix python detection for Ubuntu and othersvan Hauser
2020-04-25only build afl-gcc-fast if afl-gcc-pass could be buildvan Hauser
2020-04-25travis Dockerfiles for testing and debuggingvan Hauser
2020-04-24fix simple namesvan Hauser
2020-04-24update documentationvan Hauser
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-24Merge pull request #331 from Mindavi/feature/fail-on-invalid-binary-namevan Hauser
afl-gcc and afl-clang: fail when binary name can't be used to determine build mode
2020-04-23afl-gcc and afl-clang: fail when binary name can't be used to determine ↵Rick van Schijndel
build mode This is a continuation of PR #318. The goal is to prevent issues where binaries with the wrong name will silently pass control to the C compiler instead of failing. This makes it more explicit that aflplusplus relies on the name of the binary for correct compiler execution.
2020-04-23minor changesvan Hauser
2020-04-23add documentation for LTO fixed map address featurevan Hauser
2020-04-23use mmap in llvm_mode if LTO is enabledvan Hauser
2020-04-23fix make clean errorvan Hauser
2020-04-23fixed map location support for LTOvan Hauser
2020-04-23more sanitizer functions for blacklistvan Hauser
2020-04-22Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-22fix sed errors in afl_shm_init when using mmapAndrea Fioraldi
2020-04-22GNUmakefile/unit tests: suppress compilation commandline outputhexcoder-
2020-04-22test.sh: custom mutator test; make it compilable with available instrumentinghexcoder-
compiler
2020-04-21unicornafl build script: fix prerequisite search for setuptoolshexcoder-
2020-04-21libdislocator android build fix. (#327)David CARLIER
Fix function signature for bionic libc
2020-04-21add NULL check to malloc_usable_sizeDavid Mendenhall
2020-04-21unicornafl updatedDominik Maier
2020-04-21add linevan Hauser
2020-04-21Move comment about adding 8 bytes to buffer length to the line where weDavid Mendenhall
actually add 8 bytes Remove defunct TODO for posix_memalign as the function now exists Add wrapper for malloc_usable_size
2020-04-21script to update uc refs; new unicornafl versionDominik Maier
2020-04-21removed done todoDominik Maier
2020-04-21dont error on git resetvan Hauser
2020-04-21clang warning fixedDominik Maier
2020-04-21code formatDominik Maier
2020-04-21updated unicornDominik Maier
2020-04-21wordingvan Hauser
2020-04-21double include removedDominik Maier
2020-04-21android ashmem fixDominik Maier