Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Merge pull request #883 from veritas501/fix-typo | van Hauser | |
fix-typo | |||
2021-04-19 | fix-typo: "WIn32" -> "Win32" | veritas501 | |
2021-04-16 | fix compcovtest | vanhauser-thc | |
2021-04-16 | fix compcovtest | vanhauser-thc | |
2021-04-16 | fix nits | vanhauser-thc | |
2021-04-16 | fix nits | vanhauser-thc | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | fix compcovtest | Andrea Fioraldi | |
2021-04-15 | qemuafl | Andrea Fioraldi | |
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-24 | v3.12c ready to go | vanhauser-thc | |
2021-03-24 | update qemuafl | Andrea Fioraldi | |
2021-03-24 | update qemuafl | Andrea Fioraldi | |
2021-03-16 | qemuafl | Andrea Fioraldi | |
2021-03-16 | rtn fix | vanhauser-thc | |
2021-03-16 | update qemuafl | Andrea Fioraldi | |
2021-03-15 | libqasan/malloc: Additional pointer checks | realmadsci | |
Add checks to free() and malloc_usable_size() to verify (sort of) that the pointers are actually pointing at valid allocated memory before dereferencing them and using the chunk_begin struct info. This will catch use-after-free and wildly bad pointers a little bit earlier. | |||
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 | |