Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-11 | doc fixes | vanhauser-thc | |
2022-06-24 | use container; more is built + tested; use make -i (#2) | rhtenhove | |
2022-02-01 | fix build scripts | vanhauser-thc | |
2022-01-30 | make build_... scripts work without afl++ git checkout | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-05-05 | not on qemu 3 anymore | Dominik Maier | |
2021-05-03 | reverse push (#901) | van Hauser | |
* Create FUNDING.yml * Update FUNDING.yml * disable QEMU static pie Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com> | |||
2021-04-16 | fix nits | vanhauser-thc | |
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-01 | feodora qemu lib fix | vanhauser-thc | |
2021-02-15 | fix configure arguments | hexcoder | |
2021-02-14 | Merge branch 'stable' into dev | van Hauser | |
2021-02-14 | try qemu build fix | vanhauser-thc | |
2021-02-11 | fix #723 | Andrea Fioraldi | |
2021-02-06 | fix qemu build script for Arch Linux ($CROSS) | hexcoder- | |
2021-01-29 | fix qemu build script | Andrea Fioraldi | |
2021-01-29 | libqasan and use target cross compiler to compile target qemu libs | Andrea Fioraldi | |
2020-12-17 | Cleanup QEMU configuration options | R. Elliott Childre | |
Take into account `STATIC`, `DEBUG`, and `PROFILING` Turn off most options Remove non-exsistant config options (e.g. bluez) | |||
2020-12-08 | streamlined grammar mutator submodule | Dominik Maier | |
2020-11-02 | persistent hook example | Andrea Fioraldi | |
2020-09-09 | fix makefile | van Hauser | |
2020-09-08 | fix GNUmakefile for new qemuafl | van Hauser | |
2020-09-01 | build with qemuafl | Andrea Fioraldi | |
2020-08-05 | Fix support for mips in qemu mode | Your Name | |
2020-06-04 | qemu_mode: fix error handling of mmap | hexcoder- | |
2020-05-14 | use --python flag to point to python executable for qemu build | Ruben ten Hove | |
2020-05-14 | create temp symlink to python3 for qemu mode if python isn't found | Ruben ten Hove | |
2020-05-06 | make build options for qemu more visible | van Hauser | |
2020-04-19 | fix some gcc dependencies and build problems on debian 32-Bit, | hexcoder- | |
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit | |||
2020-04-17 | Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2020-04-17 | clearer code | Dominik Maier | |
2020-04-17 | fixed 2 unimportant leaks | van Hauser | |
2020-04-01 | qemu_mode: compiler warnings, strncpy() leave one byte for terminator | hexcoder- | |
2020-04-01 | qemu_mode: fix more compiler warnings | hexcoder- | |
2020-03-22 | detect arm in build_qemu_support.sh | Andrea Fioraldi | |
2020-03-21 | qemu_mode/unicorn_mode scripts: fix '==' in '[' | hexcoder- | |
2020-03-21 | qemu_mode and unicorn_mode build scripts: replace type with command -v | hexcoder- | |
2020-03-21 | avoid calling awk for 'which' replacement, use POSIX 'command -v' instead | hexcoder- | |
2020-03-21 | qemu_mode/build script: add more missing prereqs | hexcoder- | |
2020-03-21 | qemu_mode, build script: avoid which, add patch to prereqs, list all | hexcoder- | |
missing prereqs in one invocation | |||
2020-02-28 | fix for qemu_mode where capstone 4.0+ is installed | van Hauser | |
2020-02-17 | qemu bsd elfload patch | Andrea Fioraldi | |