about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-05-01minor sample thingsDominik Maier
2020-05-01code formatDominik Maier
2020-05-01Merge pull request #345 from devnexen/afl_untracer_libs_displayvan Hauser
afl-untracer little change to display libraries mapping on FreeBSD.
2020-05-01at some point we have to do a rewrite of llvm_mode/GNUmakefilevan Hauser
2020-04-30afl-untracer little change to display libraries mapping on FreeBSD.David Carlier
2020-04-30Merge pull request #344 from devnexen/afl_untracer_fbsdvan Hauser
afl-untracer raw freebsd support.
2020-04-30afl-untracer raw freebsd support.David Carlier
2020-04-30fix send child statusvan Hauser
2020-04-30afl-network-client fixvan Hauser
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-27Merge pull request #342 from AFLplusplus/devvan Hauser
fix for afl-showmap with -Q
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-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