about summary refs log tree commit diff
path: root/src/afl-showmap.c
AgeCommit message (Collapse)Author
2020-04-27better fix for showmapvan Hauser
2020-04-27fix for afl-showmap with -Qvan Hauser
2020-04-20clang warning fixedDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17fix afl-showmap for PATH_MAX on *BSDhexcoder-
2020-04-17refactoring getting the map sizevan Hauser
2020-04-17merged upstreamDominik Maier
2020-04-17fixesDominik Maier
2020-04-17forgot MAP_SIZE for afl struct mapsvan Hauser
2020-04-17preliminary stuff for AFL_MAP_SIZE and afl-llvm-passvan Hauser
2020-04-17added AFL_MAP_SIZE to env help outputvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fixed 2 unimportant leaksvan Hauser
2020-04-17fix plot_data output and code-formatvan Hauser
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
LTO flag is recognised but however broken on Android (tested with armv7 arch). Thus giving the choice not to enable it. In fortify mode, open required O_CREAT or O_TMPFILE when mode is set.
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 ↵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 ...