about summary refs log tree commit diff
path: root/src/afl-showmap.c
AgeCommit message (Collapse)Author
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 ↵van Hauser
could not be set
2020-03-09fixed numerous leaksDominik Maier
2020-03-09fix leaksvan Hauser
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
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 ↵van Hauser
this please ...
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to ↵hexcoder-
afl-analyze, afl-fuzz, afl-tmin
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
2020-02-03remove duplicate checkvan Hauser
2020-02-03Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-02-03small checks for -A and -i optionshexcoder-
2020-02-03-A/-i not togethervan Hauser
2020-02-03make travis happyvan Hauser
2020-02-03afl-showmap -i option addedvan Hauser
2020-01-20fixed Heiko's global search-replace :)van Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-25code formatAndrea Fioraldi
2019-12-25AFL_PRELOAD -> QEMU_SET_ENV for afl-fuzz,afl-showmap,afl-analyze,afl-tminAndrea Fioraldi
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-18code formatAndrea Fioraldi
2019-09-17wine mode first commitAndrea Fioraldi
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-04added man pagesvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi