528 Commits

Author SHA1 Message Date
llzmb
6eab6a55af Fix spelling of "FRIDA mode" and "QEMU mode" 2021-12-04 21:14:50 +01:00
llzmb
bcd81c377d Fix line length and formatting 2021-12-04 20:38:00 +01:00
hexcoder-
29e4c315d9 Fix compilation for LLVM 12.0.0, use older method getKnownMinValue() 2021-12-04 17:27:25 +01:00
vanhauser-thc
fc094dee13 change dlopen solution 2021-12-03 11:35:30 +01:00
vanhauser-thc
a915c05740 what to do with dlopen libs? 2021-12-03 10:02:57 +01:00
llzmb
aa6586a761 Fix typos - 1st run 2021-12-02 21:23:22 +01:00
llzmb
65c3db8625 Fix punctuation in connection with "e.g." 2021-12-02 21:11:01 +01:00
llzmb
a7694e299a Fix punctuation in connection with "however" 2021-12-02 21:08:26 +01:00
llzmb
c85e0dc4f0 Remove the word "we" 2021-12-02 21:08:26 +01:00
llzmb
fcbaddfd2b Fix spelling of words related to "build" 2021-12-02 21:08:16 +01:00
llzmb
9cb32ca142 Change the word "chapter" to "section" 2021-12-02 17:03:06 +01:00
llzmb
0ae9b0dff4 Remove the word "please" 2021-12-02 17:01:45 +01:00
llzmb
d9e39be4e8 Remove the word "simply" 2021-12-02 16:49:16 +01:00
vanhauser-thc
ca7144161f fixes 2021-12-02 10:41:24 +01:00
vanhauser-thc
22827e8070 unify LLVM_VERSION_... usage 2021-12-01 11:38:55 +01:00
van Hauser
235bb3235e
Merge pull request #1177 from llzmb/docs_cleanup_instrumentation_folder
Clean up instrumentation folder
2021-11-29 15:32:14 +01:00
vanhauser-thc
55ed2a443c remove new llvm pass manager :( 2021-11-26 15:30:46 +01:00
llzmb
e0c8a5c0c6 Change "AFL" to "AFL++" in "README.llvm.md", fix references 2021-11-25 16:47:49 +01:00
llzmb
4f1310db51 Edit instrumentation READMEs 2021-11-24 13:30:00 +01:00
hexcoder-
91f1c17c8f transform cmplog-instructions pass to new pass manager 2021-11-24 00:05:15 +01:00
vanhauser-thc
8c4435e7ef fix for llvm < 11 2021-11-23 21:08:28 +01:00
llzmb
6cce577b90 Edit instrumentation READMEs 2021-11-23 21:03:56 +01:00
vanhauser-thc
90d7931af6 fixes 2021-11-23 19:37:27 +01:00
vanhauser-thc
11f89ab785 do not add zero byte on string compares with len 2021-11-23 19:34:21 +01:00
vanhauser-thc
39e2003630 further fixes for new pass manager 2021-11-23 19:20:51 +01:00
vanhauser-thc
a0cc3dc101 llvm new passmanager fixes 2021-11-23 19:09:44 +01:00
llzmb
d9ff3745d0 Edit "README.persistent_mode.md" 2021-11-23 18:58:36 +01:00
vanhauser-thc
d50da14f60 fix for compcov transform strings 2021-11-23 16:55:04 +01:00
llzmb
4dad895bbb Edit "README.persistent_mode.md" 2021-11-23 12:17:04 +01:00
llzmb
10365a22bd Merge ctx and ngram into llvm, fix references 2021-11-22 22:08:49 +01:00
llzmb
745408be60 Delete obsolete files 2021-11-22 21:32:14 +01:00
hexcoder-
0e9b208949 Merge branch 'dev_newpm' into dev 2021-11-22 16:51:06 +01:00
vanhauser-thc
6f9a98c4a9 better string length counting 2021-11-22 14:38:43 +01:00
vanhauser-thc
3a7a8704ee better string length counting 2021-11-22 13:28:03 +01:00
vanhauser-thc
581cb16965 enhance cmplog rtn hooks 2021-11-20 12:02:22 +01:00
hexcoder-
5c1b2412a5 cmplog: Fix compilation for LLVM 12.0.0 (getFixedValue was not available here) 2021-11-19 19:44:14 +01:00
vanhauser-thc
7777045c09 cmplog fix 2021-11-19 16:42:57 +01:00
Kuang-che Wu
0c26e43486 fork server: restore SIGCHLD handler for child process 2021-11-19 12:09:35 +08:00
vanhauser-thc
7c3d4e54eb ensure default sigchild handler in afl-compiler-rt 2021-11-18 22:31:19 +01:00
Your Name
e88509ac22 Add __afl_set_persistent_mode 2021-11-17 20:27:45 +00:00
vanhauser-thc
de90fd652e cmplog fix 2021-11-15 10:32:44 +01:00
van Hauser
fb443eaf23
Merge pull request #1141 from AFLplusplus/afl4
cmplog enhancement variant
2021-11-07 14:09:09 +01:00
vanhauser-thc
2ddbaa439c 30% faster hashing speed 2021-11-06 16:22:38 +01:00
vanhauser-thc
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
vanhauser-thc
6ce3d7fede add AFL_USE_TSAN 2021-11-04 15:53:17 +01:00
vanhauser-thc
809f4922b9 remove old var 2021-11-03 22:16:22 +01:00
van Hauser
f5535e348d
Merge pull request #1142 from AFLplusplus/dev
Dev
2021-11-03 21:55:21 +01:00
vanhauser-thc
25c947cd5a fix unneeded ifdef 2021-11-03 21:36:10 +01:00
vanhauser-thc
02a5d96846 remove overflow wiping 2021-11-03 21:27:19 +01:00
vanhauser-thc
7a7630ae91 support llvm >= 11 2021-11-03 13:18:02 +01:00