about summary refs log tree commit diff
path: root/qemu_mode/build_qemu_support.sh
AgeCommit message (Collapse)Author
2023-01-03welcome 2023vanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-11doc fixesvanhauser-thc
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-02-01fix build scriptsvanhauser-thc
2022-01-30make build_... scripts work without afl++ git checkoutvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-05-05not on qemu 3 anymoreDominik Maier
2021-05-03reverse push (#901)van Hauser
* Create FUNDING.yml * Update FUNDING.yml * disable QEMU static pie Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
2021-04-16fix nitsvanhauser-thc
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-01feodora qemu lib fixvanhauser-thc
2021-02-15fix configure argumentshexcoder
2021-02-14Merge branch 'stable' into devvan Hauser
2021-02-14try qemu build fixvanhauser-thc
2021-02-11fix #723Andrea Fioraldi
2021-02-06fix qemu build script for Arch Linux ($CROSS)hexcoder-
2021-01-29fix qemu build scriptAndrea Fioraldi
2021-01-29libqasan and use target cross compiler to compile target qemu libsAndrea Fioraldi
2020-12-17Cleanup QEMU configuration optionsR. Elliott Childre
Take into account `STATIC`, `DEBUG`, and `PROFILING` Turn off most options Remove non-exsistant config options (e.g. bluez)
2020-12-08streamlined grammar mutator submoduleDominik Maier
2020-11-02persistent hook exampleAndrea Fioraldi
2020-09-09fix makefilevan Hauser
2020-09-08fix GNUmakefile for new qemuaflvan Hauser
2020-09-01build with qemuaflAndrea Fioraldi
2020-08-05Fix support for mips in qemu modeYour Name
2020-06-04qemu_mode: fix error handling of mmaphexcoder-
2020-05-14use --python flag to point to python executable for qemu buildRuben ten Hove
2020-05-14create temp symlink to python3 for qemu mode if python isn't foundRuben ten Hove
2020-05-06make build options for qemu more visiblevan Hauser
2020-04-19fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-17Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-04-17clearer codeDominik Maier
2020-04-17fixed 2 unimportant leaksvan Hauser
2020-04-01qemu_mode: compiler warnings, strncpy() leave one byte for terminatorhexcoder-
2020-04-01qemu_mode: fix more compiler warningshexcoder-
2020-03-22detect arm in build_qemu_support.shAndrea Fioraldi
2020-03-21qemu_mode/unicorn_mode scripts: fix '==' in '['hexcoder-
2020-03-21qemu_mode and unicorn_mode build scripts: replace type with command -vhexcoder-
2020-03-21avoid calling awk for 'which' replacement, use POSIX 'command -v' insteadhexcoder-
2020-03-21qemu_mode/build script: add more missing prereqshexcoder-
2020-03-21qemu_mode, build script: avoid which, add patch to prereqs, list allhexcoder-
missing prereqs in one invocation
2020-02-28fix for qemu_mode where capstone 4.0+ is installedvan Hauser
2020-02-17qemu bsd elfload patchAndrea Fioraldi