about summary refs log tree commit diff
path: root/src/afl-showmap.c
AgeCommit message (Expand)Author
2020-04-16silence some clang warningsDominik Maier
2020-04-16removed redundent funcsDominik Maier
2020-04-16renamed duplicated func namesDominik Maier
2020-04-16decoupled run and classifyDominik Maier
2020-04-16code-formatDominik Maier
2020-04-15somewhat unified write_to_testcaseDominik Maier
2020-04-15changed run_targetDominik Maier
2020-04-14code formatDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13no more waitpid warningDominik Maier
2020-04-13c files staticDominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11refactored cmplogDominik Maier
2020-04-10resize fix + code formatDominik Maier
2020-04-09Android build fix proposal.David Carlier
2020-04-01make travis happyDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-11remove wrong call to write_to_file when aborted by userhexcoder
2020-03-10unified pointer placementDominik Maier
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and c...van Hauser
2020-03-09fixed numerous leaksDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-03-09more code formatvan Hauser
2020-03-05added AFL_QUIET - be_quiet to afl-showmap and small changes to test.shvan Hauser
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to thi...van Hauser
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ...van Hauser
2020-02-28add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to afl...hexcoder-
2020-02-28code-formatvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25fix references to README docshexcoder-
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-19fixed -A in afl-showmapDominik Maier
2020-02-19forgot cleanupvan Hauser
2020-02-18showmap: delete tmpfile on exitvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-09fuzzer_stat eps is now overall not current, clang-format fixed to v8van Hauser
2020-02-08more portability for (solaris-based OpenIndiana)hexcoder-
2020-02-05afl-showmap fixvan Hauser
2020-02-04afl-showmap -i with stdinvan Hauser