Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | MONOTONIC | vanhauser-thc | |
2024-06-12 | Merge pull request #2120 from visitorckw/fix-shift-too-many-bits | van Hauser | |
Fix undefined behavior by casting to uint64_t before left shift | |||
2024-06-12 | Fix undefined behavior by casting to uint64_t before left shift | Kuan-Wei Chiu | |
According to the C standard, left-shifting a value by an amount greater than or equal to the width of its promoted type results in undefined behavior. To prevent potential unexpected results, explicitly cast the uint8_t variable type to uint64_t before performing the left shift operation by 56 bits. This ensures the operation is well-defined and adheres to the standard. Fixes: 40df85d1 ("adjust cmplog header") | |||
2024-06-10 | update changelog | vanhauser-thc | |
2024-06-10 | Merge pull request #2119 from WorksButNotTested/frida-persistent | van Hauser | |
Frida persistent | |||
2024-06-10 | Fixes to build on arm32 | Your | |
2024-06-10 | Fixes for arm/arm64 | Your Name | |
2024-06-10 | Fixes for x86 | Your Name | |
2024-06-10 | Update comment | Your Name | |
2024-06-10 | Improve persistent mode | Your Name | |
2024-06-10 | frida verbose | vanhauser-thc | |
2024-06-09 | v4.22a init | vanhauser-thc | |
2024-06-09 | 4.21c | vanhauser-thc | |
2024-06-09 | nit | vanhauser-thc | |
2024-06-09 | fix AFL_FRIDA_DEBUG_MAPS | vanhauser-thc | |
2024-06-09 | fix no_forkserver mode | vanhauser-thc | |
2024-06-09 | nit | vanhauser-thc | |
2024-06-09 | fix -n | vanhauser-thc | |
2024-06-09 | allow multiple -m | vanhauser-thc | |
2024-06-07 | move function | vanhauser-thc | |
2024-06-07 | target hash | vanhauser-thc | |
2024-06-07 | update unicorn | vanhauser-thc | |
2024-06-07 | minor testcache optimizations | vanhauser-thc | |
2024-06-07 | fix | vanhauser-thc | |
2024-06-07 | add cmplog_time measurement | vanhauser-thc | |
2024-06-06 | memory adjustments | vanhauser-thc | |
2024-06-06 | new seed selection algorithm | vanhauser-thc | |
2024-06-05 | Merge pull request #2114 from WorksButNotTested/frida-rlimit | van Hauser | |
Fix issue for setrlimit | |||
2024-06-05 | Merge pull request #2113 from AFLplusplus/fix_mmap_cmplog | van Hauser | |
Fix cmplog shared memory size when USEMMAP=1 | |||
2024-06-05 | Fix issue for setrlimit | Your Name | |
2024-06-05 | Fix cmplog shared memory size when USEMMAP=1 | Andrea Fioraldi | |
2024-06-05 | nits | vanhauser-thc | |
2024-06-05 | optimize syncing | vanhauser-thc | |
2024-06-04 | AFL_NO_SYNC | vanhauser-thc | |
2024-06-04 | Merge pull request #2106 from a-shvedov/stable | van Hauser | |
feature: Added (generate_libtoken_dict.sh) script for simplified work with `libtokencap` | |||
2024-06-03 | Update README.md | Alexander Shvedov | |
2024-06-03 | Update generate_libtoken_dict.sh | Alexander Shvedov | |
2024-06-03 | update grammar mutator | vanhauser-thc | |
2024-06-01 | fix afl-showmap | vanhauser-thc | |
2024-06-01 | Merge pull request #2107 from AFLplusplus/reg | van Hauser | |
fix regression | |||
2024-06-01 | changelog | vanhauser-thc | |
2024-06-01 | try regression fix | vanhauser-thc | |
2024-06-01 | todo | vanhauser-thc | |
2024-06-01 | Rename make_dict_v2.sh to generate_libtoken_dict.sh | Alexander Shvedov | |
2024-06-01 | Update README.md | Alexander Shvedov | |
2024-06-01 | Update README.md | Alexander Shvedov | |
2024-06-01 | Update make_dict_v2.sh | Alexander Shvedov | |
(-) removed default vars ; (+) added LD_PRELOAD_PATH check | |||
2024-05-31 | nits | vanhauser-thc | |
2024-05-30 | Update make_dict_v2.sh | Alexander Shvedov | |