about summary refs log tree commit diff
path: root/GNUmakefile
AgeCommit message (Collapse)Author
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.
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-20close fds when executing one by one. (#835)Josh Bundt (tr0gd0r)
* closes fd when executing one by one. * clean aflpp_driver
2021-03-17deepclean no longer removes submodulesDominik Maier
2021-03-10fix man pathvanhauser-thc
2021-03-04NO_ARCH_OPT was removed due many issuesvanhauser-thc
2021-02-14fixesvanhauser-thc
2021-02-14Merge branch 'stable' into devvan Hauser
2021-02-14disabling march=native due problems on intel platformsvanhauser-thc
2021-02-09build docker without march=nativevanhauser-thc
2021-02-07remove AFL_CC from unset list to allow success for unusual environmentsvanhauser-thc
2021-01-31update qemu and main makefile for qasanAndrea Fioraldi
2021-01-17fix colorizationvan Hauser
2020-12-30fix 32-bit mode, fix weightingvan Hauser
2020-12-28allow tests when utils/aflpp_driver fails to build (platform support)hexcoder-
2020-12-25fix LTOvan Hauser