Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-18 | Checking CPU scaling on MacOS | David Carlier | |
Checking optimal cpu performance or ignore if the AFL_SKIP_CPUFREQ env is set. | |||
2019-09-18 | code format | Andrea Fioraldi | |
2019-09-18 | Merge pull request #60 from vanhauser-thc/wine_mode | Andrea Fioraldi | |
Wine mode | |||
2019-09-18 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-09-18 | qemu persistent GPR | Andrea Fioraldi | |
2019-09-17 | bit of doc | Andrea Fioraldi | |
2019-09-17 | wine mode first commit | Andrea Fioraldi | |
2019-09-17 | make help | van Hauser | |
2019-09-17 | typo | Andrea Fioraldi | |
2019-09-17 | code start and end in qemu env vars | Andrea Fioraldi | |
2019-09-17 | fix man page generation, prerequisite is located in main directory | hexcoder- | |
2019-09-16 | added afl_custom_mutator_only | van Hauser | |
2019-09-16 | man page for afl-clang-fast | van Hauser | |
2019-09-16 | more help in the readme | van Hauser | |
2019-09-14 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-09-14 | afl-qemu-trace wit CPU_TARGET=i386 build fail fix | Andrea Fioraldi | |
2019-09-14 | todo update | van Hauser | |
2019-09-14 | Merge pull request #59 from vanhauser-thc/qemu_3.1.1 | Andrea Fioraldi | |
Qemu 3.1.1 | |||
2019-09-13 | for hexcoder | van Hauser | |
2019-09-13 | qemu version update in headers | Andrea Fioraldi | |
2019-09-13 | make source-only and binary-only | Andrea Fioraldi | |
2019-09-13 | distrib makefile option | Andrea Fioraldi | |
2019-09-13 | fix #58 with qemu 4 fix backport | Andrea Fioraldi | |
2019-09-13 | qemu 3.1.1 | Andrea Fioraldi | |
2019-09-13 | updated todo | van Hauser | |
2019-09-13 | doc update | van Hauser | |
2019-09-13 | Merge pull request #57 from vanhauser-thc/persistent_qemu | Andrea Fioraldi | |
Persistent mode in QEMU | |||
2019-09-13 | Merge branch 'master' into persistent_qemu | hexcoder | |
2019-09-13 | update readme and todo | Andrea Fioraldi | |
2019-09-12 | Second part of refactoring afl-fuzz-one.c. Now more back to sane functions. | hexcoder- | |
2019-09-12 | typo | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | ret addr patching | Andrea Fioraldi | |
2019-09-12 | remove debug print | Andrea Fioraldi | |
2019-09-12 | first version of persistent QEMU | Andrea Fioraldi | |
2019-09-10 | no more unlink | van Hauser | |
2019-09-08 | refactoring for unification of pilot_fuzzing() and core_fuzzing() | hexcoder- | |
fast method with macro template, review required | |||
2019-09-07 | prefer preincrement over postincrement | hexcoder- | |
2019-09-05 | fix BSD patch | van Hauser | |
2019-09-05 | Merge pull request #55 from t6/patch-freebsd | van Hauser | |
Unbreak build on FreeBSD | |||
2019-09-05 | Add missing DESTDIR | Tobias Kortkamp | |
Man pages are not properly staged. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | Use date -I instead of date --iso-8601 | Tobias Kortkamp | |
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | Unbreak build of afl-forkserver.c on *BSD | Tobias Kortkamp | |
Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | 2.54d init | van Hauser | |
2019-09-05 | 2.54c release 2.54c | van Hauser | |
2019-09-05 | small adjustments for custom mutator | van Hauser | |
2019-09-05 | small adjustments for custom mutator | van Hauser | |
2019-09-05 | Merge pull request #54 from code-intelligence-gmbh/custom_mutator_docs | van Hauser | |
Custom mutator docs |