Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | nits | vanhauser-thc | |
2024-09-09 | Merge pull request #2205 from ktpss95112/patch-1 | van Hauser | |
Update env_variables.md | |||
2024-09-09 | Update env_variables.md | Chi-Feng Tsai | |
2024-09-06 | Fix broken link in CONTRIBUTING.md (#2196) | intrigus-lgtm | |
* Fix broken link in CONTRIBUTING.md * Also change link text | |||
2024-09-06 | update qemu persisten readme | vanhauser-thc | |
2024-09-06 | update qemu persisten readme | vanhauser-thc | |
2024-09-06 | Merge pull request #2203 from ktpss95112/patch-1 | van Hauser | |
Update the doc string of read_foreign_testcases() | |||
2024-09-06 | Merge pull request #2202 from smoelius/permissive_create-in-mark_as_variable | van Hauser | |
Use `permissive_create` in `mark_as_variable` | |||
2024-09-06 | Update the doc string of read_foreign_testcases() | Chi-Feng Tsai | |
2024-09-05 | Use `permissive_create` in `mark_as_variable` | Samuel Moelius | |
2024-09-04 | already support LLVMFuzzerCleanup | vanhauser-thc | |
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-08-22 | Merge pull request #2195 from intrigus-lgtm/patch-4 | van Hauser | |
Install package without asking for confirmation | |||
2024-08-22 | Merge pull request #2193 from ncoghlan/core-dump-notice-rewording | van Hauser | |
Offer more explicit core dump handling tip | |||
2024-08-21 | Install package without asking for confirmation | intrigus-lgtm | |
2024-08-21 | No longer need the extra line break | Alyssa Coghlan | |
2024-08-21 | Skip the save/restore example | Alyssa Coghlan | |
2024-08-21 | Wording tweaks | Alyssa Coghlan | |
2024-08-21 | Offer more explicit core dump handling tip | Alyssa Coghlan | |
2024-08-20 | Merge pull request #2192 from AFLplusplus/dev | van Hauser | |
fix unicorn build | |||
2024-08-20 | fix unicorn build | vanhauser-thc | |
2024-08-19 | Merge pull request #2190 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2024-08-19 | code format, llvm 18 | vanhauser-thc | |
2024-08-18 | fix AFL_OLD_FORKSERVER | vanhauser-thc | |
2024-08-16 | fix custom post process with custom send | vanhauser-thc | |
2024-08-15 | update changelog | vanhauser-thc | |
2024-08-14 | fix missing trace_mini check | vanhauser-thc | |
2024-08-14 | Merge pull request #2186 from R9295/fix/unicorn-mode-build | van Hauser | |
fix unicorn and unicornafl build script | |||
2024-08-14 | remove deprecated -d option in unicorn CI test | aarnav | |
2024-08-14 | fix incorrect check for unicorn CI | aarnav | |
2024-08-13 | fix rebuild message | aarnav | |
2024-08-13 | fix unicorn and unicornafl build script | aarnav | |
2024-08-11 | Merge pull request #2183 from NareshBiradar1/fix/image-tag-typo | van Hauser | |
#2182 - Fix Typo in Image Tag `heigh` Attribute in `README.md` | |||
2024-08-11 | Corrected the 'heigh' attribute to 'height' in the HTML image tag for the ↵ | NareshBiradar1 | |
AFL++ logo to ensure proper display. | |||
2024-08-08 | Merge pull request #2180 from tchebb/fix-shell-errors | van Hauser | |
Fix `/bin/sh:` errors when building without LLVM | |||
2024-08-08 | Merge pull request #2173 from ahuo1/dev | van Hauser | |
To support AFL instrumentation, add default settings of map_size in forkserver. | |||
2024-08-07 | Merge pull request #2181 from tchebb/fix-no-zlib | van Hauser | |
Fix syntax error when compiling without zlib | |||
2024-08-06 | Fix syntax error when compiling without zlib | Thomas Hebb | |
commit ecb5854be08fa ("add zlib compression for fast resume") added new logic selected at compile-time when zlib is present. Unfortunately, it also broke the existing logic by removing the last line of a multi-line if statement, resulting in a syntax error when zlib isn't present. Restore the line as it was. | |||
2024-08-06 | Fix "/bin/sh:" errors when building without LLVM | Thomas Hebb | |
In GNUmakefile.llvm, several variables are unconditionally populated by expanding $(LLVMVER) and $(LLVM_CONFIG) inside shell commands. However, when LLVM is not present, both those variables are empty, meaning that the shell commands end up malformed and emit harmless, but noisy, errors like this one: /bin/sh: --: invalid option Usage: /bin/sh [GNU long option] [option] ... /bin/sh [GNU long option] [option] script-file ... GNU long options: --debug --debugger --dump-po-strings --dump-strings --help --init-file --login --noediting --noprofile --norc --posix --pretty-print --rcfile --rpm-requires --restricted --verbose --version Shell options: -ilrsD or -c command or -O shopt_option (invocation only) -abefhkmnptuvxBCHP or -o option /bin/sh: line 1: test: -gt: unary operator expected /bin/sh: line 1: test: -lt: unary operator expected /bin/sh: line 1: test: -ge: unary operator expected /bin/sh: line 1: test: -ge: unary operator expected Fix the problem by only populating the "downstream" variables if the upstream ones have values. | |||
2024-08-06 | Merge pull request #2179 from fish98/revise_docs | van Hauser | |
Update local building docs with missing dependencies | |||
2024-08-05 | remove redundant tracked tmp files during building | TTFISH | |
Signed-off-by: TTFISH <jiongchiyu@gmail.com> | |||
2024-08-05 | update build dependencies for source-only/distrib | TTFISH | |
Otherwise the building of nyx_mode, frida_mode, unicorn_mode with source_only/all/distrib flag will fail due to missing dependencies. Signed-off-by: TTFISH <jiongchiyu@gmail.com> | |||
2024-08-05 | Merge branch 'AFLplusplus:dev' into dev | Yiyi Wang | |
2024-08-03 | Merge pull request #2174 from killerra/dev | van Hauser | |
Fixed lsan defaults evaluation | |||
2024-08-02 | Handle detect_leaks 0 and false | killerra | |
2024-08-02 | lower mem usage attempt | vanhauser-thc | |
2024-07-28 | Removed bogus free in instrument_coverage_unstable_find_output | killerra | |
2024-07-28 | fixed lasan defaults evaluation | killerra | |