about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-09-12nitsvanhauser-thc
2024-09-09Merge pull request #2205 from ktpss95112/patch-1van Hauser
Update env_variables.md
2024-09-09Update env_variables.mdChi-Feng Tsai
2024-09-06Fix broken link in CONTRIBUTING.md (#2196)intrigus-lgtm
* Fix broken link in CONTRIBUTING.md * Also change link text
2024-09-06update qemu persisten readmevanhauser-thc
2024-09-06update qemu persisten readmevanhauser-thc
2024-09-06Merge pull request #2203 from ktpss95112/patch-1van Hauser
Update the doc string of read_foreign_testcases()
2024-09-06Merge pull request #2202 from smoelius/permissive_create-in-mark_as_variablevan Hauser
Use `permissive_create` in `mark_as_variable`
2024-09-06Update the doc string of read_foreign_testcases()Chi-Feng Tsai
2024-09-05Use `permissive_create` in `mark_as_variable`Samuel Moelius
2024-09-04already support LLVMFuzzerCleanupvanhauser-thc
2024-08-29enhance autotokens standalonevanhauser-thc
2024-08-28add autotokens-standalonevanhauser-thc
2024-08-28improve aflpp-standalonevanhauser-thc
2024-08-22Merge pull request #2195 from intrigus-lgtm/patch-4van Hauser
Install package without asking for confirmation
2024-08-22Merge pull request #2193 from ncoghlan/core-dump-notice-rewordingvan Hauser
Offer more explicit core dump handling tip
2024-08-21Install package without asking for confirmationintrigus-lgtm
2024-08-21No longer need the extra line breakAlyssa Coghlan
2024-08-21Skip the save/restore exampleAlyssa Coghlan
2024-08-21Wording tweaksAlyssa Coghlan
2024-08-21Offer more explicit core dump handling tipAlyssa Coghlan
2024-08-20Merge pull request #2192 from AFLplusplus/devvan Hauser
fix unicorn build
2024-08-20fix unicorn buildvanhauser-thc
2024-08-19Merge pull request #2190 from AFLplusplus/devvan Hauser
push to stable
2024-08-19code format, llvm 18vanhauser-thc
2024-08-18fix AFL_OLD_FORKSERVERvanhauser-thc
2024-08-16fix custom post process with custom sendvanhauser-thc
2024-08-15update changelogvanhauser-thc
2024-08-14fix missing trace_mini checkvanhauser-thc
2024-08-14Merge pull request #2186 from R9295/fix/unicorn-mode-buildvan Hauser
fix unicorn and unicornafl build script
2024-08-14remove deprecated -d option in unicorn CI testaarnav
2024-08-14fix incorrect check for unicorn CIaarnav
2024-08-13fix rebuild messageaarnav
2024-08-13fix unicorn and unicornafl build scriptaarnav
2024-08-11Merge pull request #2183 from NareshBiradar1/fix/image-tag-typovan Hauser
#2182 - Fix Typo in Image Tag `heigh` Attribute in `README.md`
2024-08-11Corrected the 'heigh' attribute to 'height' in the HTML image tag for the ↵NareshBiradar1
AFL++ logo to ensure proper display.
2024-08-08Merge pull request #2180 from tchebb/fix-shell-errorsvan Hauser
Fix `/bin/sh:` errors when building without LLVM
2024-08-08Merge pull request #2173 from ahuo1/devvan Hauser
To support AFL instrumentation, add default settings of map_size in forkserver.
2024-08-07Merge pull request #2181 from tchebb/fix-no-zlibvan Hauser
Fix syntax error when compiling without zlib
2024-08-06Fix syntax error when compiling without zlibThomas 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-06Fix "/bin/sh:" errors when building without LLVMThomas 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-06Merge pull request #2179 from fish98/revise_docsvan Hauser
Update local building docs with missing dependencies
2024-08-05remove redundant tracked tmp files during buildingTTFISH
Signed-off-by: TTFISH <jiongchiyu@gmail.com>
2024-08-05update build dependencies for source-only/distribTTFISH
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-05Merge branch 'AFLplusplus:dev' into devYiyi Wang
2024-08-03Merge pull request #2174 from killerra/devvan Hauser
Fixed lsan defaults evaluation
2024-08-02Handle detect_leaks 0 and falsekillerra
2024-08-02lower mem usage attemptvanhauser-thc
2024-07-28Removed bogus free in instrument_coverage_unstable_find_outputkillerra
2024-07-28fixed lasan defaults evaluationkillerra