about summary refs log tree commit diff
path: root/instrumentation
AgeCommit message (Collapse)Author
2021-03-16blacklist sanitize and debug in c++vanhauser-thc
2021-03-16rtn fixvanhauser-thc
2021-03-16fix cmplogvanhauser-thc
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-10brackets make dominik happyvanhauser-thc
2021-03-10change map_size testsvanhauser-thc
2021-03-10correct debugvanhauser-thc
2021-03-10fixvanhauser-thc
2021-03-10rt debugvanhauser-thc
2021-03-10cmplog rtn rt fixvanhauser-thc
2021-03-10add version dependencyhexcoder
2021-03-09mention added support for gcc_plugin modehexcoder
2021-03-09typos, rewordinghexcoder
2021-03-09typohexcoder
2021-03-09formatting and RedQueen reference addedhexcoder
2021-03-09md formattinghexcoder
2021-03-09documentation correction & formattingWyatt Neal
* fixed up manual define for `__AFL_LOOP()` * added the code language formaters to the various blocks * fixed a couple of missing backticks
2021-03-09fix ctx-1vanhauser-thc
2021-03-08Merge pull request #779 from AFLplusplus/top-k-ctxAndrea Fioraldi
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-06fix for asan compile rtvanhauser-thc
2021-03-05we do not support 80 + 128 bit FP in lafvanhauser-thc
2021-03-05fixvanhauser-thc
2021-03-05typoshexcoder
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