about summary refs log tree commit diff
path: root/src/afl-common.c
AgeCommit message (Collapse)Author
2021-03-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15afl-showmap: Allow @@ to be part of an argrealmadsci
The previous implementation of "@@ handling" in afl-showmap differed greatly from how it was handled in afl-fuzz and how the documentation presented it. It used to require that the @@ be its own argument separated by whitespace and could not be used in situations like "--file=@@". This change standardizes it to use detect_file_args() like everybody else does, so that it will have the expected and documented behavior.
2021-03-10fix auto map discoveryvanhauser-thc
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-01ensure proper aligning for skim patchvanhauser-thc
2021-02-28fix afl-common compilevanhauser-thc
2021-02-27fix qasan search pathvanhauser-thc
2021-02-25helper_min3 funcAndrea Fioraldi
2021-02-24tidied up env suggestionsDominik Maier
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-19improved env suggestionsAndrea Fioraldi
2021-02-19suggested env vars for lazy pplAndrea Fioraldi
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-01fixesvan Hauser
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-29AFL_USE_QASANAndrea Fioraldi
2021-01-12fixvan Hauser
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2020-12-26fix exec/s displayvan Hauser
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-17fix crash for very fast targetsvan Hauser
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-11-13more small fixeshexcoder-
2020-10-20qemu argv index was still wrongbigredb
2020-09-13wine argv fixDominik Maier
2020-09-13Fix qemu argv construction (#555)Choongwoo Han
2020-09-04more changes to fuzzer_setupvan Hauser
2020-08-14Revert "Merge branch 'debug' into dev"root
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-11fixesvan Hauser
2020-08-11enhancementsvan Hauser
2020-08-10increase stack sizevan Hauser
2020-08-09taint integration donevan Hauser
2020-08-09code formatvan Hauser
2020-08-09step 1van Hauser
2020-07-30added NULL checkDominik Maier
2020-07-01warn on deprecated env varsvan Hauser
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-28debug codevan Hauser
2020-06-04add afl-ld-lto for LTOvan Hauser
2020-06-03code formatvan Hauser
2020-06-02got rid of questionable phrasingDominik Maier
2020-05-30removed read_timedDominik Maier
2020-05-30reverted extendended read_timedDominik Maier
2020-05-30Revert "code format"Dominik Maier
This reverts commit 8f19becb620a6fedd0f8b855b48cdeeab211c2ed.
2020-05-30code formatDominik Maier
2020-05-30corrected read_timed for values > 4Dominik Maier
2020-05-30simplified read_timedvan Hauser
2020-05-29Merge pull request #383 from dgmelski/fix-read-timedDominik Maier
Fix read_timed when accumulating short reads