about summary refs log tree commit diff
path: root/llvm_mode
AgeCommit message (Collapse)Author
2020-07-01Merge branch 'stable' into devvan Hauser
2020-07-01fix texthexcoder
2020-07-01comments fixhexcoder
2020-07-01comments fixedhexcoder
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-30blacklist -> ignore renamingvan Hauser
2020-06-29fix autodictvan Hauser
2020-06-29fix for shmem+autodictvan Hauser
2020-06-28debug codevan Hauser
2020-06-28O2 instead of O3 for .o target filesvan Hauser
2020-06-28fix output for LTOinstrimvan Hauser
2020-06-25make llvm_mode pcguard instrumentation collision freevan Hauser
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23fix make filesvan Hauser
2020-06-19fix afl-clang-fast for default pcguard modevan Hauser
2020-06-17work around for llvm 11 bugvan Hauser
2020-06-16Fixed missing cast in afl-clang-fast.c, which results in a compilation error ↵julian.haerig
when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16set class afl instrumentation if llvm <= 6van Hauser
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-12shm debug and fixesvan Hauser
2020-06-09code formatDominik Maier
2020-06-09fixed shmap fuzzingDominik Maier
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-04add afl-ld-lto for LTOvan Hauser
2020-06-04code formatvan Hauser
2020-06-04fix shmem persistent modevan Hauser
2020-06-03Merge pull request #390 from devnexen/obsd_no_retpolinehexcoder
OpenBSD build update and llvm mode fix
2020-06-03switch order of shmem fuzzvan Hauser
2020-06-03switch shmem_len to the mapvan Hauser
2020-06-02got rid of questionable phrasingDominik Maier
2020-06-01code formatvan Hauser
2020-06-01fixed persistent mode shared mem fuzzingvan Hauser
2020-05-30OpenBSD build update and llvm mode fixDavid Carlier
Unlike upstream version, LLVM in OpenBSD enable by default anti ROP gadget leading to bigger binaries and lower performances. On OpenBSD, it needs to link to c++ abi for th unwind symbols.
2020-05-30fix vor afl-clangvan Hauser
2020-05-29whitelist wildcard for LTOvan Hauser
2020-05-29Merge pull request #385 from sirmc/devvan Hauser
Support UNIX-style wildcards in AFL_LLVM_WHITELIST file
2020-05-29Remove AFL_LLVM_WHITELIST_FNMATCH env variableSebastian Österlund
2020-05-29code formatvan Hauser
2020-05-29Do clang-formatSebastian Österlund
2020-05-29Fix typos in LLVM whitelist READMESebastian Österlund
2020-05-29Add AFL_LLVM_WHITELIST_FNMATCH env varSebastian Österlund
Only enable UNIX pattern matching on the whitelist when AFL_LLVM_WHITELIST_FNMATCH is set. The reason being that we keep backwards compatibility with old whitelists.
2020-05-29Support filename pattern matching in whitelistSebastian Österlund
Allow the whitelist specified by AFL_LLVM_WHITELIST contain entries with UNIX shell-style wildcard pattern matching.
2020-05-28Merge pull request #375 from risicle/ris-llvm-compare-transform-var-sized-devvan Hauser
llvm_mode compare-transform-pass: add handling of sized comparisons with non-const size
2020-05-27enable snapshot lkm for llvm_mode persistent modevan Hauser
2020-05-27allow for copy paste from documentationvan Hauser
2020-05-26make examples better van Hauser
2020-05-26persistent mode shared memory fuzzing - donevan Hauser
2020-05-26better performance compilation options for afl++ and targetsvan Hauser