about summary refs log tree commit diff
path: root/qemu_mode
AgeCommit message (Collapse)Author
2021-04-19Merge pull request #883 from veritas501/fix-typovan Hauser
fix-typo
2021-04-19fix-typo: "WIn32" -> "Win32"veritas501
2021-04-16fix compcovtestvanhauser-thc
2021-04-16fix compcovtestvanhauser-thc
2021-04-16fix nitsvanhauser-thc
2021-04-16fix nitsvanhauser-thc
2021-04-15fix compcovtestAndrea Fioraldi
2021-04-15fix compcovtestAndrea Fioraldi
2021-04-15fix compcovtestAndrea Fioraldi
2021-04-15qemuaflAndrea Fioraldi
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-24v3.12c ready to govanhauser-thc
2021-03-24update qemuaflAndrea Fioraldi
2021-03-24update qemuaflAndrea Fioraldi
2021-03-16qemuaflAndrea Fioraldi
2021-03-16rtn fixvanhauser-thc
2021-03-16update qemuaflAndrea Fioraldi
2021-03-15libqasan/malloc: Additional pointer checksrealmadsci
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-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