about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2020-12-22better gcc and clang support for afl-ccvan Hauser
2020-12-21temporary fix for unusual builds where CC is setvan Hauser
2020-12-21Merge branch 'stable' into devvan Hauser
2020-12-21test: skip afl-fuzz test if too few locations were instrumentedvan Hauser
2020-12-21make ubuntu 18.04 ci workvan Hauser
2020-12-21fix BSDvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21fix civan Hauser
2020-12-21another 32 bit fixvan Hauser
2020-12-21update civan Hauser
2020-12-21Create ci.ymlvan Hauser
2020-12-21fix 32 bitvan Hauser
2020-12-21switch to github actionsvan Hauser
2020-12-21Merge pull request #649 from AFLplusplus/skim_romuvan Hauser
switch to romu and skim
2020-12-21Merge branch 'dev' into skim_romuvan Hauser
2020-12-21update codeql ymlvan Hauser
2020-12-21Merge pull request #648 from AFLplusplus/add-codeqlAndrea Fioraldi
Add codeql
2020-12-21Create codeql-analysis.ymlAndrea Fioraldi
2020-12-21Merge pull request #647 from rchildre3/binary-only-makevan Hauser
Remove binary-only target's depend on source tools
2020-12-20Test Python and Shared Memory in binary-only modeR. Elliott Childre