about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-30afl-untracer completedvan Hauser
2020-04-30afl-untracer - next stepvan Hauser
2020-04-29test.sh: continue after failed test case qemu persistent modehexcoder-
2020-04-29wip: afl-untracervan Hauser
2020-04-29afl-proxy -> afl_proxyvan Hauser
2020-04-29added afl_network_proxyvan Hauser
2020-04-29add readme for afl-proxyvan Hauser
2020-04-29added afl-proxy to examplesvan Hauser
2020-04-28fix #329Andrea Fioraldi
2020-04-27better fix for showmapvan Hauser
2020-04-27better fix for showmapvan Hauser
2020-04-27fix for afl-showmap with -Qvan Hauser
2020-04-27fix for older llvm versionshexcoder-
2020-04-26fix negative stability bug (hopefully)van Hauser
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