about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-lto-instrumentation.so.cc
AgeCommit message (Collapse)Author
2021-11-23further fixes for new pass managervanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-10-18format and remove warningvanhauser-thc
2021-10-18lto and llvm14-devvanhauser-thc
2021-10-09Merge pull request #1107 from devnexen/llvm_pass_updatevan Hauser
LLVM passes making slightly more C++
2021-10-09LLVM passes making slightly more C++David Carlier
2021-10-03LLVM LTO plugin using smart pointer for __afl_internal_directory variableDavid Carlier
2021-07-30add more string functions for dictionary featuresvanhauser-thc
2021-07-07fix failures for some sized string instrumentationsvanhauser-thc
2021-06-01fix stupid typoshexcoder-
2021-06-01adapt to incompatible LLVM 13 APIhexcoder-
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add support for AFL_LLVM_THREADSAFE_INST to other LLVM passeshexcoder-
2021-04-28Frida persistent (#880)WorksButNotTested
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
2021-04-17Change other LLVM modes to atomic incrementshexcoder-
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-04-04cleanupvanhauser-thc
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-02better unicode supportvanhauser-thc
2021-03-02fix llvm for unicode strings (hopefully)vanhauser-thc
2021-03-01ensure proper aligning for skim patchvanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-04dockerfile: fix qemu built, update llvm to 12vanhauser-thc
2021-01-15fix msgvan Hauser
2021-01-04code formatvan Hauser
2021-01-04more code cleanup (instrumentation)hexcoder-
2020-09-22fix LTO autodictionary for ints > 64 bitsvan Hauser
2020-09-06bcmp for compare-transform-passvan Hauser
2020-09-06add std::string and bcmp to dictionary functionsvan Hauser
2020-09-05cmp dict for LTOvan Hauser
2020-09-05first batch of changesvanhauser-thc