about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
2021-03-01ASan-compatible area_is_mapped()Andrea Fioraldi
2021-03-01ensure proper aligning for skim patchvanhauser-thc
2021-02-23encode double quote in dictvanhauser-thc
2021-02-22ensure a valid seed existsvanhauser-thc
2021-02-22stdstring fix attemptvanhauser-thc
2021-02-22dict2file fixvanhauser-thc
2021-02-20Improve LLVM build instructionsR. Elliott Childre
* Enable shell highlighting on code block * Shallow clone of source due to extensive history * Line break and sort the CMake options for visibility * Disable most extraneous options (e.g. docs, tests, benchmarks, clang-tools-extra, OpenCL interface) * Only build for the host architecture by default * Support other sub-make interfaces, like the recommended Ninja Build System * Harden against paths with spaces * Prefer linking against the newly built LLVM libraries by prepending to LD_LIBRARY_PATH
2021-02-17minor fixesvanhauser-thc
2021-02-16minor cmplog fixvanhauser-thc
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15CMPLOG llvm pass: use CreateIntCast to cast to the right integer typeMichael Rodler
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-15fix compiler warninghexcoder-
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13update docvanhauser-thc
2021-02-11typohexcoder
2021-02-11typosvanhauser-thc
2021-02-10fix laf for potential crashesvanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2021-02-07remove debug outputvanhauser-thc
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-06add missing sancov cmp functionsvanhauser-thc
2021-02-06remove compiler warningsvanhauser-thc
2021-02-06larger dummy mapvanhauser-thc
2021-02-04dockerfile: fix qemu built, update llvm to 12vanhauser-thc
2021-02-04workaroung for llvm LTO bitcast bugvanhauser-thc
2021-02-01fix warnings and an llvm cmplog+lto panicvan Hauser
2021-02-01reorder checkvan Hauser
2021-02-01make dominik more happy - no auto map size for qemu+unicornvan Hauser
2021-01-31code-formatvan Hauser
2021-01-31Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devaflpp
2021-01-31fix -Z, remove q->nextaflpp
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-22fix for cmplog stdstringvan Hauser
2021-01-22fix debug outputvan Hauser
2021-01-22basic cmplog std::string supportvan Hauser
2021-01-22prepare for cmplog rtn std::string support for llvm and g++van Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-20hex en/decode works nowvan Hauser
2021-01-20bugfix and new transform detection featurevan Hauser
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-18use enums, support cmplog map collisionsvan Hauser
2021-01-18less loggingvan Hauser
2021-01-17fix colorizationvan Hauser
2021-01-15fix msgvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-15better error reportingvan Hauser
2021-01-08better gcc_plugin error msgvan Hauser
2021-01-08better gcc_plugin error msgvan Hauser
2021-01-06selective coverage fixvan Hauser