about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-12-31libdislocator, ptr algo warning fix on clang/Xcode (m1).David CARLIER
2020-12-31float2doublevan Hauser
2020-12-30Merge pull request #666 from AFLplusplus/devvan Hauser
push to stable
2020-12-30Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-12-30cleanup of hot fix for -s on 32-bithexcoder-
2020-12-30better weightingvan Hauser
2020-12-30add less to Dockerfilevan Hauser
2020-12-30fix 32-bit mode, fix weightingvan Hauser
2020-12-29tests: let afl-fuzz run with -D, so more test cases are producedhexcoder-
2020-12-29fix CodeQL warning on theoretically possible unsigned overflowhexcoder-
2020-12-29fix localtime warnings from CodeQLhexcoder-
2020-12-29now fix afl-clang compiles on 32-Bit properlyhexcoder-
2020-12-29Revert "fix afl-clang on 32-Bit systems"hexcoder-
This reverts commit 83c1378fc1810d177d9cdfa2c00f62bbadd98f00.
2020-12-29fix afl-clang on 32-Bit systemshexcoder-
2020-12-29Merge pull request #665 from mboehme/patch-1hexcoder
Handle disabled seeds properly in distribution-based schedule
2020-12-29Update afl-fuzz-queue.cMarcel Böhme
2020-12-28fix instrumentation type displayvan Hauser
2020-12-28allow tests when utils/aflpp_driver fails to build (platform support)hexcoder-
2020-12-28added corpus introspectionvan Hauser
2020-12-28Merge pull request #664 from AFLplusplus/devvan Hauser
fix CFLAGS for extra libs
2020-12-28fix CFLAGS for extra libsvan Hauser
2020-12-28Merge pull request #663 from AFLplusplus/devvan Hauser
Fix Dockerfile
2020-12-28fix dockerfile for older CPUsvan Hauser
2020-12-26more flexible system support for afl-fridavan Hauser
2020-12-26Merge pull request #661 from Manouchehri/devvan Hauser
Fix missing Apple headers for afl_frida
2020-12-26utils/afl_frida is not 5% fastervan Hauser
2020-12-26fixed a few forgotten old afl-llvm-rt referencesvan Hauser
2020-12-26Include Apple headers.David Manouchehri
2020-12-26Fix missing include for macOS. (#660)David Manouchehri
2020-12-26Merge pull request #658 from AFLplusplus/devvan Hauser
fix exec/s display
2020-12-26fix exec/s displayvan Hauser
2020-12-25Merge pull request #654 from AFLplusplus/devvan Hauser
fix LTO
2020-12-25fix LTOvan Hauser
2020-12-24revert condition on llvm-config.h (it did not work)hexcoder
2020-12-24fix conditional includehexcoder
2020-12-24use positive logic to be future safehexcoder
2020-12-24better wording, typohexcoder
2020-12-23typovan Hauser
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-23faster llvm compile, update READMEvan Hauser
2020-12-23update unicorn checkoutvanhauser-thc
2020-12-23Merge pull request #637 from AFLplusplus/devvan Hauser
minor push to stable
2020-12-23Merge pull request #629 from rchildre3/qemu-flagsAndrea Fioraldi
Cleanup QEMU configuration options
2020-12-22Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-12-22workaround for Solaris: NAME_MAX is not definedhexcoder-
2020-12-22one more with nonstd array initializershexcoder-
2020-12-22more portability non std array initializershexcoder-
2020-12-22Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-12-22portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵hexcoder-
initializations
2020-12-22afl-clang-fast fixvan Hauser