Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-15 | libqasan: Add checks for read() and write() | realmadsci | |
2021-03-10 | Remove QEMU dependency checks | R. Elliott Childre | |
Most of these packages (bison, flex, pixman (in non-system mode)) are no longer dependencies of QEMU and regardless, QEMU's build system is quite capable of finding dependencies by itself and will error out accordingly. This prevents having to further change this code as QEMU's dependencies inevitably change. | |||
2021-03-09 | better CROSS detection | Andrea Fioraldi | |
2021-03-09 | better CROSS detection | Andrea Fioraldi | |
2021-03-09 | better CROSS detection | 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-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-01 | ASan-compatible area_is_mapped() | Andrea Fioraldi | |
2021-03-01 | feodora qemu lib fix | vanhauser-thc | |
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-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-20 | -t help | vanhauser-thc | |
2021-02-19 | qemuafl | Andrea Fioraldi | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-19 | qemuafl | Andrea Fioraldi | |
2021-02-17 | minor fixes | vanhauser-thc | |
2021-02-16 | Regression fix | b1gr3db | |
Previous fix was undone in a subsequent commit | |||
2021-02-15 | Revert "llvm bug workaround for lto extint" | Michael Rodler | |
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33. | |||
2021-02-15 | finished merge | Dominik Maier | |
2021-02-15 | merged | Dominik Maier | |
2021-02-15 | code-format | Dominik Maier | |
2021-02-15 | llvm bug workaround for lto extint | vanhauser-thc | |
2021-02-15 | doc updates | vanhauser-thc | |
2021-02-15 | qenuafl | Andrea Fioraldi | |
2021-02-15 | fix configure arguments | hexcoder | |
2021-02-14 | Merge branch 'stable' into dev | van Hauser | |
2021-02-14 | disabling march=native due problems on intel platforms | vanhauser-thc | |
2021-02-14 | try qemu build fix | vanhauser-thc | |
2021-02-13 | dont break on llvm 13 | aflpp | |
2021-02-12 | remvoe libcompcov 32 bits warnings | Andrea Fioraldi | |
2021-02-12 | fix #736 (ty b1gr3db) | Andrea Fioraldi | |
2021-02-11 | typo | hexcoder | |
2021-02-11 | typos | hexcoder | |
2021-02-11 | fix #723 | Andrea Fioraldi | |
2021-02-11 | typos | vanhauser-thc | |
2021-02-10 | dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL | Andrea Fioraldi | |
2021-02-07 | mark llvm 13 as unsupported (yet) | vanhauser-thc | |
2021-02-07 | larger map, stats reload fix, code format | vanhauser-thc | |
2021-02-06 | fix qemu build script for Arch Linux ($CROSS) | hexcoder- | |
2021-02-03 | Create string.c | b1gr3db | |
Off by one error resulted in memmem calling memcmp where h + needle_len is one past the end. | |||
2021-02-01 | code format qasan | van Hauser | |
2021-01-31 | qemuafl | Andrea Fioraldi | |
2021-01-31 | update qemu and main makefile for qasan | Andrea Fioraldi | |
2021-01-29 | qasan readme | Andrea Fioraldi | |
2021-01-29 | update qemuafl | Andrea Fioraldi | |
2021-01-29 | working AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-29 | fix qemu build script | Andrea Fioraldi | |