Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-05 | first batch of changes | vanhauser-thc | |
2020-08-31 | fix warnings and weird code insert | van Hauser | |
2020-08-31 | code-format | van Hauser | |
2020-08-26 | some warnings fixes | Dominik Maier | |
2020-08-22 | enable autodict for cmplog compile, it is ensure not be used in the forkserver | van Hauser | |
2020-08-20 | LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO ↵ | van Hauser | |
autodict for cmplog binaries | |||
2020-08-20 | fix wrong var | van Hauser | |
2020-08-20 | move afl_loop check | van Hauser | |
2020-08-16 | install libafldrivers | van Hauser | |
2020-08-16 | fix lto autodict for long strings | van Hauser | |
2020-08-15 | skip instrumenting blocks following __afl_loop to improve stability in LTO. ↵ | van Hauser | |
not in afl-llvm-pass and instrim because they are outdated, sancov cant be fixed | |||
2020-08-14 | fixes lots of llvm warnings | van Hauser | |
2020-08-14 | fix AFL_LLVM_MAP_DYNAMIC | van Hauser | |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵ | van Hauser | |
skipping ctor+ifunc functions for all llvm, code-format | |||
2020-08-11 | adding ctor function skipping in LTO fixed map mode | van Hauser | |
2020-08-11 | ignoring ifuncs on fixed map LTO | van Hauser | |
2020-08-10 | remove warning, fix text | van Hauser | |
2020-08-10 | LTO: make dynamic map the default | van Hauser | |
2020-08-04 | fix cmplog with lto | van Hauser | |
2020-08-03 | give document edge id a unique id per module | van Hauser | |
2020-08-02 | refactoring debug/be_quiet, fatal on dont_optimize and instrument_file | van Hauser | |
2020-08-02 | fix LTO document id feature, warnings for INSTRUMENT_FILE | van Hauser | |
2020-08-01 | fix lto single block and no zero | van Hauser | |
2020-07-31 | add LTO AFL_LLVM_DOCUMENT_IDS feature | van Hauser | |
2020-07-12 | LTO: autodict default, instrim disabled | van Hauser | |
2020-06-30 | rename whitelist -> instrumentlist | van Hauser | |
2020-06-30 | blacklist -> ignore renaming | van Hauser | |
2020-06-23 | lto whitelist in test.sh | van Hauser | |
2020-05-23 | LTO whitelist functionality rewritten, now anything can be skipped | van Hauser | |
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions | |||
2020-05-07 | import transform fix into autodict, code-format | van Hauser | |
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-05-05 | fix LTO mode | van Hauser | |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser | |
2020-04-25 | refactored whitelist and blacklist in llvm_mode | van Hauser | |
2020-04-24 | variable map size fix, error reporting through forkserver, code format | van Hauser | |
2020-04-23 | fixed map location support for LTO | van Hauser | |
2020-04-23 | more sanitizer functions for blacklist | van Hauser | |
2020-04-17 | preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass | van Hauser | |
2020-04-17 | done implementing AFL_MAP_SIZE | van Hauser | |
2020-04-12 | add global and local var support to autodictionary | van Hauser | |
2020-04-11 | Autodictionary (#309) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo * better map transfer, display snapshot in UI * update readme | |||
2020-04-10 | code format | Dominik Maier | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | lto module clean-up (#303) | van Hauser | |
2020-04-09 | LTO llvm11 (#302) | van Hauser | |
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars | |||
2020-04-09 | remove MaybeAlign | van Hauser | |
2020-04-09 | llvm_mode: using MaybeAlign wrapper over the deprecated setter. | David Carlier | |
seems to be available even on LLVM 3.7 | |||
2020-04-01 | llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -O | hexcoder- | |
2020-04-01 | add CFI sanitizer | van Hauser | |