about summary refs log tree commit diff
path: root/qemu_mode
AgeCommit message (Collapse)Author
2020-08-28Fix installation path of manual pagesRaphaël Hertzog
Manual pages are stored in /usr/share/man/.
2020-08-05Fix support for mips in qemu modeYour Name
2020-07-27formatAndrea Fioraldi
2020-07-25fix bug in qemu modeKirin-say
2020-06-21fix libcompcov for CFLAGSvan Hauser
2020-06-09code formatDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-08fix x86 notzeroAndrea Fioraldi
2020-06-05fix qemu modevan Hauser
2020-06-05qemu debugvan Hauser
2020-06-04qemu_mode: fix error handling of mmaphexcoder-
2020-06-03switch order of shmem fuzzvan Hauser
2020-06-03switch shmem_len to the mapvan Hauser
2020-06-03code formatvan Hauser
2020-06-03shared mem input for qemu persistent hookAndrea Fioraldi
2020-06-02got rid of questionable phrasingDominik Maier
2020-05-28Merge pull request #382 from ivachyou/mastervan Hauser
change qemu-mode AFL_REGS_NUM to 16 for TARGET_ARM
2020-05-28change qemu-mode AFL_REGS_NUM to 16 for TARGET_ARMivachyou
2020-05-27allow for copy paste from documentationvan Hauser
2020-05-15removed overlooked post_lib references, added post_lib examples to ↵van Hauser
examples/custom_mutators
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, ↵van Hauser
reverting ... :-(
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-
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