about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
2021-03-05fix typos and formatAndrea Fioraldi
2021-03-05remove warningsvanhauser-thc
2021-03-05no static for rt initialized markersvanhauser-thc
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-04fix kctx compilation hangAndrea Fioraldi
2021-03-04vectorial top-k CTX first implementationAndrea Fioraldi
2021-03-04even support dlopen instrumented libs after the forkservervanhauser-thc
2021-03-04fix caller/ctx change, support dlopen in afl-compiler-rtvanhauser-thc
2021-03-04only initialize afl-compiler-rt oncevanhauser-thc
2021-03-04code formatAndrea Fioraldi
2021-03-04llvm mode CALLER modeAndrea Fioraldi
2021-03-04restore correct CTX behaviour in llvm modeAndrea Fioraldi
2021-03-02better unicode supportvanhauser-thc
2021-03-02fix llvm for unicode strings (hopefully)vanhauser-thc
2021-03-01write to correct pipe endaflpp
2021-03-01better fix for asan?aflpp
2021-03-01fix area_is_valid with writeAndrea Fioraldi
2021-03-01area_is_valid with writeAndrea Fioraldi
2021-03-01fix last commitAndrea Fioraldi
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