about summary refs log tree commit diff
path: root/qemu_mode
AgeCommit message (Collapse)Author
2021-03-15libqasan: Add checks for read() and write()realmadsci
2021-03-10Remove QEMU dependency checksR. 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-09better CROSS detectionAndrea Fioraldi
2021-03-09better CROSS detectionAndrea Fioraldi
2021-03-09better CROSS detectionAndrea Fioraldi
2021-03-04NO_CHECKOUT=1 ./build_qemu_support.shAndrea Fioraldi
2021-03-04update qemuafl and remove git stasAndrea Fioraldi
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-01ASan-compatible area_is_mapped()Andrea Fioraldi
2021-03-01feodora qemu lib fixvanhauser-thc
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-27fix %ld in hooks.cAndrea Fioraldi
2021-02-27libqasan: read and write hooksAndrea Fioraldi
2021-02-27fix qasan search pathvanhauser-thc
2021-02-20-t helpvanhauser-thc
2021-02-19qemuaflAndrea Fioraldi
2021-02-19suggested env vars for lazy pplAndrea Fioraldi
2021-02-19qemuaflAndrea Fioraldi
2021-02-17minor fixesvanhauser-thc
2021-02-16Regression fixb1gr3db
Previous fix was undone in a subsequent commit
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15finished mergeDominik Maier
2021-02-15mergedDominik Maier
2021-02-15code-formatDominik Maier
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-15doc updatesvanhauser-thc
2021-02-15qenuaflAndrea Fioraldi
2021-02-15fix configure argumentshexcoder
2021-02-14Merge branch 'stable' into devvan Hauser
2021-02-14disabling march=native due problems on intel platformsvanhauser-thc
2021-02-14try qemu build fixvanhauser-thc
2021-02-13dont break on llvm 13aflpp
2021-02-12remvoe libcompcov 32 bits warningsAndrea Fioraldi
2021-02-12fix #736 (ty b1gr3db)Andrea Fioraldi
2021-02-11typohexcoder
2021-02-11typoshexcoder
2021-02-11fix #723Andrea Fioraldi
2021-02-11typosvanhauser-thc
2021-02-10dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFLAndrea Fioraldi
2021-02-07mark llvm 13 as unsupported (yet)vanhauser-thc
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-06fix qemu build script for Arch Linux ($CROSS)hexcoder-
2021-02-03Create string.cb1gr3db
Off by one error resulted in memmem calling memcmp where h + needle_len is one past the end.
2021-02-01code format qasanvan Hauser
2021-01-31qemuaflAndrea Fioraldi
2021-01-31update qemu and main makefile for qasanAndrea Fioraldi
2021-01-29qasan readmeAndrea Fioraldi
2021-01-29update qemuaflAndrea Fioraldi
2021-01-29working AFL_USE_QASANAndrea Fioraldi
2021-01-29fix qemu build scriptAndrea Fioraldi