about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2019-09-13make source-only and binary-onlyAndrea Fioraldi
2019-09-13distrib makefile optionAndrea Fioraldi
2019-09-13fix #58 with qemu 4 fix backportAndrea Fioraldi
2019-09-13qemu 3.1.1Andrea Fioraldi
2019-09-13updated todovan Hauser
2019-09-13doc updatevan Hauser
2019-09-13Merge pull request #57 from vanhauser-thc/persistent_qemuAndrea Fioraldi
Persistent mode in QEMU
2019-09-13Merge branch 'master' into persistent_qemuhexcoder
2019-09-13update readme and todoAndrea Fioraldi
2019-09-12Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.hexcoder-
2019-09-12typoAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12ret addr patchingAndrea Fioraldi
2019-09-12remove debug printAndrea Fioraldi
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-10no more unlinkvan Hauser
2019-09-08refactoring for unification of pilot_fuzzing() and core_fuzzing()hexcoder-
fast method with macro template, review required
2019-09-07prefer preincrement over postincrementhexcoder-
2019-09-05fix BSD patchvan Hauser
2019-09-05Merge pull request #55 from t6/patch-freebsdvan Hauser
Unbreak build on FreeBSD
2019-09-05Add missing DESTDIRTobias Kortkamp
Man pages are not properly staged. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05Use date -I instead of date --iso-8601Tobias Kortkamp
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05Unbreak build of afl-forkserver.c on *BSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-052.54d initvan Hauser
2019-09-052.54c release 2.54cvan Hauser
2019-09-05small adjustments for custom mutatorvan Hauser
2019-09-05small adjustments for custom mutatorvan Hauser
2019-09-05Merge pull request #54 from code-intelligence-gmbh/custom_mutator_docsvan Hauser
Custom mutator docs