Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | no runtime for shared linking | vanhauser-thc | |
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-16 | Merge pull request #819 from realmadsci/qemu-consistent-preload | Andrea Fioraldi | |
Remove AFL_PRELOAD and AFL_USE_QASAN handlers | |||
2021-03-16 | Merge pull request #818 from realmadsci/add-qemu-custom-bin | Andrea Fioraldi | |
Add AFL_QEMU_CUSTOM_BIN environment flag | |||
2021-03-15 | afl-showmap: Unwind a change to keep it pre-C99 compatible | realmadsci | |
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment. | |||
2021-03-15 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. | |||
2021-03-15 | fixes | aflpp | |
2021-03-15 | afl-showmap: Allow @@ to be part of an arg | realmadsci | |
The previous implementation of "@@ handling" in afl-showmap differed greatly from how it was handled in afl-fuzz and how the documentation presented it. It used to require that the @@ be its own argument separated by whitespace and could not be used in situations like "--file=@@". This change standardizes it to use detect_file_args() like everybody else does, so that it will have the expected and documented behavior. | |||
2021-03-12 | make get_offsets executable | Dominik Maier | |
2021-03-12 | unique crashes yellow on resume (#801) | Dominik Maier | |
2021-03-11 | fix | aflpp | |
2021-03-11 | new auto map | aflpp | |
2021-03-11 | fix the auto map fix | vanhauser-thc | |
2021-03-11 | implemented #801 | Dominik Maier | |
2021-03-10 | fix auto map discovery | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-10 | tiny typo fixed | Dominik Maier | |
2021-03-09 | setting general schedule priority for performance on Mac. | David CARLIER | |
2021-03-09 | fix ctx-1 | vanhauser-thc | |
2021-03-09 | fix compiler rt on -c | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-09 | fix sanitizer settings | vanhauser-thc | |
2021-03-08 | Merge pull request #779 from AFLplusplus/top-k-ctx | Andrea Fioraldi | |
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic | |||
2021-03-07 | documentation for AFL_PERSISTENT_RECORD | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | fix | vanhauser-thc | |
2021-03-06 | complete implemenation, still no test | vanhauser-thc | |
2021-03-06 | implementation without testing | vanhauser-thc | |
2021-03-05 | fix typos and format | Andrea Fioraldi | |
2021-03-05 | point explicitly to AFL_MAP_SIZE on problems | vanhauser-thc | |
2021-03-04 | disable corpus introspection, potentially creates huge data | vanhauser-thc | |
2021-03-04 | afl-cc code for k-ctx | Andrea Fioraldi | |
2021-03-04 | no ASAN odr violations by default | vanhauser-thc | |
2021-03-04 | vectorial top-k CTX first implementation | Andrea Fioraldi | |
2021-03-04 | fix caller/ctx change, support dlopen in afl-compiler-rt | vanhauser-thc | |
2021-03-04 | code format | Andrea Fioraldi | |
2021-03-04 | llvm mode CALLER mode | Andrea Fioraldi | |
2021-03-03 | add new tutorial | vanhauser-thc | |
2021-03-02 | add de-unicoded dictionary entries | vanhauser-thc | |
2021-03-01 | len for cmplog rtn | aflpp | |
2021-03-01 | ensure proper aligning for skim patch | vanhauser-thc | |
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-27 | fix qasan search path | vanhauser-thc | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | vanhauser-thc | |
2021-02-25 | edges in afl-plot | Andrea Fioraldi | |
2021-02-25 | helper_min3 func | Andrea Fioraldi | |
2021-02-24 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |