about summary refs log tree commit diff
path: root/GNUmakefile
AgeCommit message (Collapse)Author
2022-06-27gctaRuben ten Hove
2022-06-27revert more and global replaceRuben ten Hove
2022-06-27reverts, fixes and even smaller image (#3)rhtenhove
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-06-22concurrency and caching (#1)rhtenhove
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-21various changesRuben ten Hove
2022-06-06remove existing shared modules when installingvanhauser-thc
2022-05-13Avoid implicit-int error in x86 test with clang 15Mike Hommey
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc
2022-04-22try repeating writevanhauser-thc
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-04-06make flag to avoid building nyx modeMichael Rodler
2022-03-17Merge branch 'dev' into newpm2van Hauser
2022-03-17make LTO pass work too plus some fixesvanhauser-thc
2022-03-07new compiler performance optionsvanhauser-thc
2022-02-09Adapt to my MacOSDominik Maier
2022-01-29make fPIC defaultvanhauser-thc
2022-01-25nitsvanhauser-thc
2022-01-21add nyx_mode to make clean targetvanhauser-thc
2021-12-28nyx build and installvanhauser-thc
2021-12-28add Nyx modeSergej Schumilo
2021-12-26doc reviewvanhauser-thc
2021-11-16showmap -A -> -H, accurate help outputvanhauser-thc
2021-11-11Add initial CoreSight mode supportAkira Moroo
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-10-17fixvanhauser-thc
2021-09-15fix linksvanhauser-thc
2021-08-18switch back to -j4 for building llvmvanhauser-thc
2021-08-17uninstall makefile targetvanhauser-thc
2021-08-07Merge pull request #1053 from DMaroo/gtk-devvan Hauser
Added a minimal working/functional GTK UI for analyzing fuzzing stats
2021-08-06Commented out all the builds of afl-plot-uiDMaroo
Also add the "-" qualifier to denote a possibly unsuccessful build
2021-08-06Added build and install instructions for afl-plot-uiDMaroo
I am implicitly assuming that the user already has GK and pkg-config installed, as requested in the build instructions in the main README
2021-07-30makefile fixesvanhauser-thc
2021-07-23afl-persistent-config Linux support + documentationvanhauser-thc
2021-07-22MacOS nitsvanhauser-thc
2021-07-14always build aflpp drivervanhauser-thc
2021-07-02make clean on qemu_mode should not failhexcoder-
2021-06-07Forkserver for afl-analyze (#963)Dominik Maier
* afl-analyze forkserver * added missing vars to forkserver * synchronized a bit more with afl-tmin * more debugging, runs now, but need to suppress target output * fix dev/null setting * afl-analyze info: Co-authored-by: hexcoder- <heiko@hexco.de>
2021-06-05On non-Linux systems make clean may fail for frida_modehexcoder
2021-06-01add missing clean action for frida_modehexcoder-
2021-05-21fix llvm-dict2filevanhauser-thc
2021-04-16code format for frida modevanhauser-thc
2021-04-16fixesvanhauser-thc
2021-04-16fix nitsvanhauser-thc
2021-04-06better MacOs msgvanhauser-thc
2021-04-05Merge pull request #857 from Begasus/haikuvan Hauser
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-04Add -lnetwork to dependencies for Haikubegasus
2021-04-04cleanupvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.