Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | enhance autotokens standalone | vanhauser-thc | |
2024-08-28 | add autotokens-standalone | vanhauser-thc | |
2024-08-28 | improve aflpp-standalone | vanhauser-thc | |
2024-07-14 | Revert "Replace gettimeofday with clock_gettime (#2159)" | vanhauser-thc | |
This reverts commit 7c380a6612f00e4a7ed02364dc2b3769e8edc8f8. | |||
2024-07-14 | Replace gettimeofday with clock_gettime (#2159) | carpintero-de-c | |
2024-06-28 | update grammar mutator | vanhauser-thc | |
2024-06-28 | add custom_send_tcp | vanhauser-thc | |
2024-06-26 | improved seed selection algorithm | vanhauser-thc | |
2024-06-22 | nits atnwalk | vanhauser-thc | |
2024-06-14 | Fix signed integer overflow in radamsa | Kuan-Wei Chiu | |
When UBSan was enabled and 'make test' was executed, the following runtime error was observed: libradamsa.c:26055:29: runtime error: left shift of 16777215 by 8 places cannot be represented in type 'int' This issue was caused by a left shift operation on a signed integer. The fix involved changing the integer literal to an unsigned integer by adding a 'U' suffix, ensuring the left shift operation produces the correct value without overflow. Fixes: 8178f4df ("remove radamsa, add radamsa custom mutator") | |||
2024-06-13 | Fix memory allocation check in aflpp custom mutators | Kuan-Wei Chiu | |
The memory allocation check in afl_custom_fuzz function was incorrect. The condition was erroneously checking if ptr was non-null, whereas it should return 0 when ptr is null. Correct the condition to properly handle memory allocation failures. Fixes: 32ffa266 ("max_len support") | |||
2024-06-03 | update grammar mutator | vanhauser-thc | |
2024-05-21 | fix the fix for symcc | vanhauser-thc | |
2024-05-21 | fix symcc custom mutator | vanhauser-thc | |
2024-04-05 | fix aflpp custom mutator + standalone tool | vanhauser-thc | |
2024-01-23 | update grammar mutator | vanhauser-thc | |
2024-01-18 | update grammar mutator | vanhauser-thc | |
2024-01-08 | update grammar mutator | vanhauser-thc | |
2023-11-25 | update python module | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-08-13 | added README description & shortened pos defs | echel0nn | |
2023-08-13 | added an example of ELF Header mutator | echel0nn | |
2023-08-10 | update tritondse script | marc | |
2023-07-28 | fix the file descriptor without determining null | mark0 | |
2023-06-21 | update tutorial list | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-05-21 | cleaner tritondse | vanhauser-thc | |
2023-05-21 | make AFL_CUSTOM_INFO overridable | vanhauser-thc | |
2023-05-18 | symqemu fix | vanhauser-thc | |
2023-05-18 | symqemu mutator options | vanhauser-thc | |
2023-05-18 | improved symqemu custom mutator | vanhauser-thc | |
2023-05-17 | enforce python setting detection | vanhauser-thc | |
2023-05-17 | add symqemu custom mutator | vanhauser-thc | |
2023-05-16 | fix | vanhauser-thc | |
2023-05-16 | fix tritondse | vanhauser-thc | |
2023-05-15 | fix | vanhauser-thc | |
2023-05-15 | standalone mutator | vanhauser-thc | |
2023-05-15 | standalone mutator | vanhauser-thc | |
2023-05-11 | next steps for tritondse | vanhauser-thc | |
2023-05-10 | better tritondse support | vanhauser-thc | |
2023-05-05 | tritondse fixes | vanhauser-thc | |
2023-05-05 | tritondse custom mutator attempt | vanhauser-thc | |
2023-04-25 | remove symlinks | vanhauser-thc | |
2023-04-25 | update custom mutators | vanhauser-thc | |
2023-04-24 | makefile for atwalk | vanhauser-thc | |
2023-04-22 | code format | vanhauser-thc | |
2023-04-21 | Create README.md | Maik Betka | |
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz |