Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-27 | gcta | Ruben ten Hove | |
2022-06-27 | revert more and global replace | Ruben ten Hove | |
2022-06-27 | reverts, fixes and even smaller image (#3) | rhtenhove | |
2022-06-24 | use container; more is built + tested; use make -i (#2) | rhtenhove | |
2022-06-22 | concurrency 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-21 | various changes | Ruben ten Hove | |
2022-06-06 | remove existing shared modules when installing | vanhauser-thc | |
2022-05-13 | Avoid implicit-int error in x86 test with clang 15 | Mike Hommey | |
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc | |||
2022-04-22 | try repeating write | vanhauser-thc | |
2022-04-06 | added NO_NYX flag to docs and help message | Michael Rodler | |
2022-04-06 | make flag to avoid building nyx mode | Michael Rodler | |
2022-03-17 | Merge branch 'dev' into newpm2 | van Hauser | |
2022-03-17 | make LTO pass work too plus some fixes | vanhauser-thc | |
2022-03-07 | new compiler performance options | vanhauser-thc | |
2022-02-09 | Adapt to my MacOS | Dominik Maier | |
2022-01-29 | make fPIC default | vanhauser-thc | |
2022-01-25 | nits | vanhauser-thc | |
2022-01-21 | add nyx_mode to make clean target | vanhauser-thc | |
2021-12-28 | nyx build and install | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-26 | doc review | vanhauser-thc | |
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-11-11 | Add initial CoreSight mode support | Akira 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-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-10-17 | fix | vanhauser-thc | |
2021-09-15 | fix links | vanhauser-thc | |
2021-08-18 | switch back to -j4 for building llvm | vanhauser-thc | |
2021-08-17 | uninstall makefile target | vanhauser-thc | |
2021-08-07 | Merge pull request #1053 from DMaroo/gtk-dev | van Hauser | |
Added a minimal working/functional GTK UI for analyzing fuzzing stats | |||
2021-08-06 | Commented out all the builds of afl-plot-ui | DMaroo | |
Also add the "-" qualifier to denote a possibly unsuccessful build | |||
2021-08-06 | Added build and install instructions for afl-plot-ui | DMaroo | |
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-30 | makefile fixes | vanhauser-thc | |
2021-07-23 | afl-persistent-config Linux support + documentation | vanhauser-thc | |
2021-07-22 | MacOS nits | vanhauser-thc | |
2021-07-14 | always build aflpp driver | vanhauser-thc | |
2021-07-02 | make clean on qemu_mode should not fail | hexcoder- | |
2021-06-07 | Forkserver 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-05 | On non-Linux systems make clean may fail for frida_mode | hexcoder | |
2021-06-01 | add missing clean action for frida_mode | hexcoder- | |
2021-05-21 | fix llvm-dict2file | vanhauser-thc | |
2021-04-16 | code format for frida mode | vanhauser-thc | |
2021-04-16 | fixes | vanhauser-thc | |
2021-04-16 | fix nits | vanhauser-thc | |
2021-04-06 | better MacOs msg | vanhauser-thc | |
2021-04-05 | Merge pull request #857 from Begasus/haiku | van Hauser | |
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | |||
2021-04-04 | Add -lnetwork to dependencies for Haiku | begasus | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua 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. |