aboutsummaryrefslogtreecommitdiff
path: root/qemu_mode
AgeCommit message (Expand)Author
2020-05-27allow for copy paste from documentationvan Hauser
2020-05-15removed overlooked post_lib references, added post_lib examples to examples/c...van Hauser
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-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, rever...van Hauser
2020-05-10fix warning, code formatvan Hauser
2020-05-10code-formatvan Hauser
2020-05-09qemu_mode: make building warning freehexcoder-
2020-05-06make build options for qemu more visiblevan Hauser
2020-04-28fix #329Andrea Fioraldi
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-19update documentationvan Hauser
2020-04-19fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
2020-04-18fix docs typoshexcoder-
2020-04-18small portability fix (32-bit) for warning (size_t %lu -> %zu)hexcoder-
2020-04-17remove static from tmp var in qemuvan Hauser
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-14fixed #317Dominik Maier
2020-04-14one byte cmp in cmplogAndrea Fioraldi
2020-04-11add extended forkserver feature to gcc_plugin and qemu_modevan Hauser
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-10remove GNU makefile variantshexcoder-
2020-04-09portable version of Makefile (tested with bsdmake and GNUmake)hexcoder-
2020-04-09restore portable Makefileshexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01qemu_mode: compiler warnings, strncpy() leave one byte for terminatorhexcoder-
2020-04-01qemu_mode: fix more compiler warningshexcoder-
2020-04-01qemu_mode: silence two 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-
2020-03-19code formatDominik Maier
2020-03-18fix #261Andrea Fioraldi
2020-03-18try to fix regression due to rtn cmplogAndrea Fioraldi
2020-03-18rework docs installationhexcoder-
2020-03-18qemu_mode/libcompcov/Makefile install: fix installation of READMEhexcoder
2020-03-17better explain AFL_QEMU_DEBUG_MAPSvan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-09more code formatvan Hauser
2020-03-08fix qemu persistent mode for 32-bit target on 64-bit host0x1eadbead
2020-03-06cmplog routines instrumentation for qemu mode on x86Andrea Fioraldi
2020-03-05fix #227Andrea Fioraldi