about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-09-24doc updatevan Hauser
2019-09-23bugfix for optimizationhexcoder-
2019-09-23Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-23avoid floatSemantics, not available in LLVM 3.8.0hexcoder-
2019-09-23doc updatevan Hauser
2019-09-23doc updatevan Hauser
2019-09-22readme binary onlyAndrea Fioraldi
2019-09-22binary readmeAndrea Fioraldi
2019-09-22wine mode && fix llvm makefileAndrea Fioraldi
2019-09-22Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-09-22persistent qemu retaddr offsetAndrea Fioraldi
2019-09-22move .o to src/van Hauser
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-22final testsvan Hauser
2019-09-22fixvan Hauser
2019-09-22more testsvan Hauser
2019-09-22Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-22first realisation of splitting floating point compareshexcoder-
activated with AFL_LLVM_LAF_SPLIT_COMPARES=1 needs testing on big endian machines A compare is split into sign integer comparison exponent integer comparison mantissa/fraction integer comparison These integer comparisons are further splitted if they are bigger than a byte.
2019-09-21more test casesvan Hauser
2019-09-21make testsvan Hauser
2019-09-21oops, typo correctedhexcoder-
2019-09-21fix macos commit to make it portable again. Would not compile on OpenBSD.hexcoder-
2019-09-20install libtokencap and libdislocator if presentvan Hauser
2019-09-20custom mutator fuzzing yields UIvan Hauser
2019-09-20LLVM_CONFIG llvm_mode fixvan Hauser
2019-09-20Makefile fixvan Hauser
2019-09-20fix persistent demovan Hauser
2019-09-19Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-09-19restore qemu_mode/patches/afl-qemu-cpu-inl.hAndrea Fioraldi
2019-09-19Merge pull request #61 from devnexen/mac_os_cpu_scalingvan Hauser
Checking CPU scaling on MacOS
2019-09-18Checking CPU scaling on MacOSDavid Carlier
Checking optimal cpu performance or ignore if the AFL_SKIP_CPUFREQ env is set.
2019-09-18code formatAndrea Fioraldi
2019-09-18Merge pull request #60 from vanhauser-thc/wine_modeAndrea Fioraldi
Wine mode
2019-09-18Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-09-18qemu persistent GPRAndrea Fioraldi
2019-09-17bit of docAndrea Fioraldi
2019-09-17wine mode first commitAndrea Fioraldi
2019-09-17make helpvan Hauser
2019-09-17typoAndrea Fioraldi
2019-09-17code start and end in qemu env varsAndrea Fioraldi
2019-09-17fix man page generation, prerequisite is located in main directoryhexcoder-
2019-09-16added afl_custom_mutator_onlyvan Hauser
2019-09-16man page for afl-clang-fastvan Hauser
2019-09-16more help in the readmevan Hauser
2019-09-14Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-09-14afl-qemu-trace wit CPU_TARGET=i386 build fail fixAndrea Fioraldi
2019-09-14todo updatevan Hauser
2019-09-14Merge pull request #59 from vanhauser-thc/qemu_3.1.1Andrea Fioraldi
Qemu 3.1.1
2019-09-13for hexcodervan Hauser
2019-09-13qemu version update in headersAndrea Fioraldi