about summary refs log tree commit diff
path: root/qemu_mode
AgeCommit message (Collapse)Author
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-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
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
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
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-
missing prereqs in one invocation
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
2020-02-28fix for qemu_mode where capstone 4.0+ is installedvan Hauser
2020-02-28code-formatvan Hauser
2020-02-25Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-25fix #212Andrea Fioraldi
2020-02-25fix references to README docshexcoder-
2020-02-19forgot cleanupvan Hauser
2020-02-18qemu: move compcov/cmplog helpers in tcg-runtime-inlAndrea Fioraldi
2020-02-17qemu bsd elfload patchAndrea Fioraldi
2020-02-16code formatAndrea Fioraldi
2020-02-16make qemu patches more simple using helpersAndrea Fioraldi
2020-02-11Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi