Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | rust mutator changes added to changelog | Dominik Maier | |
2021-03-05 | Ergonomic 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-05 | fix | vanhauser-thc | |
2021-03-05 | fix | vanhauser-thc | |
2021-03-05 | reduce github action minutes | vanhauser-thc | |
2021-03-05 | typos | hexcoder | |
2021-03-05 | typo | hexcoder | |
2021-03-05 | remove warnings | vanhauser-thc | |
2021-03-05 | no static for rt initialized markers | vanhauser-thc | |
2021-03-05 | point explicitly to AFL_MAP_SIZE on problems | vanhauser-thc | |
2021-03-05 | fix laf string transform crash | vanhauser-thc | |
2021-03-04 | disable corpus introspection, potentially creates huge data | vanhauser-thc | |
2021-03-04 | NO_ARCH_OPT was removed due many issues | vanhauser-thc | |
2021-03-04 | no ASAN odr violations by default | vanhauser-thc | |
2021-03-04 | even support dlopen instrumented libs after the forkserver | vanhauser-thc | |
2021-03-04 | fix caller/ctx change, support dlopen in afl-compiler-rt | vanhauser-thc | |
2021-03-04 | only initialize afl-compiler-rt once | vanhauser-thc | |
2021-03-04 | code format | Andrea Fioraldi | |
2021-03-04 | llvm mode CALLER mode | Andrea Fioraldi | |
2021-03-04 | restore correct CTX behaviour in llvm mode | Andrea Fioraldi | |
2021-03-04 | NO_CHECKOUT=1 ./build_qemu_support.sh | Andrea Fioraldi | |
2021-03-04 | update qemuafl and remove git stas | Andrea Fioraldi | |
2021-03-04 | Merge pull request #776 from realmadsci/afl-exclude-ranges | Andrea Fioraldi | |
Add AFL_QEMU_EXCLUDE_RANGES | |||
2021-03-03 | add new tutorial | vanhauser-thc | |
2021-03-02 | cpu-exec: Add AFL_QEMU_EXCLUDE_RANGES | realmadsci | |
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-02 | docu | vanhauser-thc | |
2021-03-02 | add de-unicoded dictionary entries | vanhauser-thc | |
2021-03-02 | better unicode support | vanhauser-thc | |
2021-03-02 | fix llvm for unicode strings (hopefully) | vanhauser-thc | |
2021-03-01 | update changelog | vanhauser-thc | |
2021-03-01 | write to correct pipe end | aflpp | |
2021-03-01 | len for cmplog rtn | aflpp | |
2021-03-01 | better fix for asan? | aflpp | |
2021-03-01 | fix area_is_valid with write | Andrea Fioraldi | |
2021-03-01 | area_is_valid with write | Andrea Fioraldi | |
2021-03-01 | fix last commit | Andrea Fioraldi | |
2021-03-01 | ASan-compatible area_is_mapped() | Andrea Fioraldi | |
2021-03-01 | 3.11a init | vanhauser-thc | |
2021-03-01 | ensure proper aligning for skim patch | vanhauser-thc | |
2021-03-01 | 3.10c release | vanhauser-thc | |
2021-03-01 | feodora qemu lib fix | vanhauser-thc | |
2021-02-28 | Merge pull request #770 from rchildre3/qasan-print-formats | van Hauser | |
Fix printf specifiers of (s)size_t in QAsan hooks | |||
2021-02-28 | Fix printf specifiers of (s)size_t in QAsan hooks | R. Elliott Childre | |
* size_t specifier is %zu or %zx * ssize_t specifier is %zd Helpful for cross compiling | |||
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-28 | BSD: how to avoid core dumps | heiko | |
2021-02-27 | fix %ld in hooks.c | Andrea Fioraldi | |
2021-02-27 | libqasan: read and write hooks | Andrea Fioraldi | |
2021-02-27 | fix qasan search path | vanhauser-thc | |
2021-02-27 | disable the generation of core files in DragonFly BSD | hexcoder- | |
2021-02-27 | reworked unicornafl documentation | Dominik Maier | |