about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-03-05rust mutator changes added to changelogDominik Maier
2021-03-05Ergonomic Improvements for Rust Custom Mutators (#772)julihoh
* allow returning of str instead of CStr in rust custom mutator * use OsStr instead of CStr for file paths * fix cfg and compiler errors * custom mutator default descriptions * fix usage of afl_internal feature flag * fix example mutator cfg * fix lain mutator * Revert "fix lain mutator" This reverts commit adf700180888d86e8331939cea62d0b39fc699a7. * actually fix lain mutator * resolve question around utf-8 null bytes * change from OsStr to Path to be even more ergonomic * add rust custom mutator ci * fix github action * again * separate compilation check
2021-03-05fixvanhauser-thc
2021-03-05fixvanhauser-thc
2021-03-05reduce github action minutesvanhauser-thc
2021-03-05typoshexcoder
2021-03-05typohexcoder
2021-03-05remove warningsvanhauser-thc
2021-03-05no static for rt initialized markersvanhauser-thc
2021-03-05point explicitly to AFL_MAP_SIZE on problemsvanhauser-thc
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc
2021-03-04NO_ARCH_OPT was removed due many issuesvanhauser-thc
2021-03-04no ASAN odr violations by defaultvanhauser-thc
2021-03-04even support dlopen instrumented libs after the forkservervanhauser-thc
2021-03-04fix caller/ctx change, support dlopen in afl-compiler-rtvanhauser-thc
2021-03-04only initialize afl-compiler-rt oncevanhauser-thc
2021-03-04code formatAndrea Fioraldi
2021-03-04llvm mode CALLER modeAndrea Fioraldi
2021-03-04restore correct CTX behaviour in llvm modeAndrea Fioraldi
2021-03-04NO_CHECKOUT=1 ./build_qemu_support.shAndrea Fioraldi
2021-03-04update qemuafl and remove git stasAndrea Fioraldi
2021-03-04Merge pull request #776 from realmadsci/afl-exclude-rangesAndrea Fioraldi
Add AFL_QEMU_EXCLUDE_RANGES
2021-03-03add new tutorialvanhauser-thc
2021-03-02cpu-exec: Add AFL_QEMU_EXCLUDE_RANGESrealmadsci
This environment variable allows rejection of specific regions from instrumentation. It takes priority over AFL_INST_LIBS and AFL_QEMU_INST_RANGES, so it can be used to poke a "hole" in previously included sections.
2021-03-02docuvanhauser-thc
2021-03-02add de-unicoded dictionary entriesvanhauser-thc
2021-03-02better unicode supportvanhauser-thc
2021-03-02fix llvm for unicode strings (hopefully)vanhauser-thc
2021-03-01update changelogvanhauser-thc
2021-03-01write to correct pipe endaflpp
2021-03-01len for cmplog rtnaflpp
2021-03-01better fix for asan?aflpp
2021-03-01fix area_is_valid with writeAndrea Fioraldi
2021-03-01area_is_valid with writeAndrea Fioraldi
2021-03-01fix last commitAndrea Fioraldi
2021-03-01ASan-compatible area_is_mapped()Andrea Fioraldi
2021-03-013.11a initvanhauser-thc
2021-03-01ensure proper aligning for skim patchvanhauser-thc
2021-03-013.10c releasevanhauser-thc
2021-03-01feodora qemu lib fixvanhauser-thc
2021-02-28Merge pull request #770 from rchildre3/qasan-print-formatsvan Hauser
Fix printf specifiers of (s)size_t in QAsan hooks
2021-02-28Fix printf specifiers of (s)size_t in QAsan hooksR. Elliott Childre
* size_t specifier is %zu or %zx * ssize_t specifier is %zd Helpful for cross compiling
2021-02-28fix afl-common compilevanhauser-thc
2021-02-28BSD: how to avoid core dumpsheiko
2021-02-27fix %ld in hooks.cAndrea Fioraldi
2021-02-27libqasan: read and write hooksAndrea Fioraldi
2021-02-27fix qasan search pathvanhauser-thc
2021-02-27disable the generation of core files in DragonFly BSDhexcoder-
2021-02-27reworked unicornafl documentationDominik Maier