344 Commits

Author SHA1 Message Date
vanhauser-thc
07c8024ef1 add libafl to binary-only doc 2021-05-24 14:05:34 +02:00
vanhauser-thc
12c8d339b1 update docs 2021-05-22 16:09:30 +02:00
Tommy Chiang
5a14ceb504
Fix cmake target compilation command example (#934)
- Fix typo DCMAKE_C_COMPILERC -> DCMAKE_C_COMPILER.
- Add `cd build` after `mkdir build`.
2021-05-21 22:21:20 +02:00
vanhauser-thc
af900bca98 update readme 2021-05-18 16:44:53 +02:00
vanhauser-thc
d0fa8dcba5 update documentation 2021-05-10 13:54:01 +02:00
vanhauser-thc
3b5fa3632b drop support for llvm < 6.0 2021-04-19 11:05:49 +02:00
vanhauser-thc
89d4565092 update docs 2021-04-16 11:45:22 +02:00
vanhauser-thc
f2a83c4a50 update readme 2021-04-15 13:20:57 +02:00
van Hauser
c23183f1dc
Merge pull request #855 from MegaManSec/leak-sanitizer
Add support for standalone leak-sanitizer
2021-04-04 15:28:42 +02:00
Joshua Rogers
afc4da47f7 Fix typos,
Use symbolize=0 for LSAN,
Remove syntactic sugar.
2021-04-03 14:50:35 +00:00
Joshua Rogers
920e9402a4 Add support for standalone leak-sanitizer, introducting the environment
variable AFL_USE_LSAN.

AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check
for a memory leak when the macro is run. This is especially helpful
when using __AFL_LOOP().

If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set,
the leak checker will run when the program exits.
2021-04-02 22:23:11 +00:00
vanhauser-thc
22c696ff1c update README 2021-03-25 20:24:47 +01:00
vanhauser-thc
0029c1a83e remove InsTrim 2021-03-25 15:35:06 +01:00
vanhauser-thc
90e7543038 update dynamic list 2021-03-25 08:55:04 +01:00
vanhauser-thc
8bd5d7676e 3.12c 2021-03-24 11:12:44 +01:00
van Hauser
090128b3f8
Merge branch 'dev' into dev 2021-03-19 23:54:36 +01:00
fuzzah
d7e121e2c9 add AFL_TARGET_ENV to afl-fuzz 2021-03-20 01:32:28 +03:00
vanhauser-thc
d2e7c4ec05 better installation example 2021-03-18 14:04:18 +01:00
vanhauser-thc
ac795ae1e1 v3.11c release 2021-03-15 23:08:28 +01:00
MarcoFalke
4f3b5f8adc doc: Clarify memory limits in Readme 2021-03-10 20:59:30 +01:00
hexcoder
0c2478cae6
typos, small additions 2021-03-09 23:27:14 +01:00
van Hauser
a723156740
Merge pull request #785 from MarcoFalke/patch-1
doc: Add lld to required dependencies
2021-03-09 17:22:13 +01:00
MarcoFalke
5a6ad71f3f doc: Add lld to required dependencies 2021-03-09 17:08:55 +01:00
vanhauser-thc
47f2650a32 add AFL_NOOPT 2021-03-09 16:53:56 +01:00
vanhauser-thc
f34a860d5f NO_ARCH_OPT was removed due many issues 2021-03-04 20:14:47 +01:00
vanhauser-thc
f0c7967fbf add new tutorial 2021-03-03 08:58:09 +01:00
vanhauser-thc
0c38850f95 3.10c release 2021-03-01 09:43:35 +01:00
vanhauser-thc
ee0ca07f3c changing the -t ...+ meaning to "auto-calculate buth this is the max" 2021-02-25 12:19:46 +01:00
vanhauser-thc
5d181950eb fixes 2021-02-24 21:17:58 +01:00
vanhauser-thc
ac9cfd89da how to compare afl++ 2021-02-21 23:27:07 +01:00
vanhauser-thc
c67c4ce757 doc update 2021-02-21 23:17:40 +01:00
Andrea Fioraldi
5edfb7ba85 nicer bib 2021-02-19 15:04:53 +01:00
Andrea Fioraldi
3195119dad pointer to cite in readme 2021-02-19 15:03:10 +01:00
vanhauser-thc
dd2fd80274 doc updates 2021-02-15 12:40:10 +01:00
vanhauser-thc
389e348826 fixes 2021-02-14 22:43:52 +01:00
van Hauser
98fd50f78f
Merge branch 'stable' into dev 2021-02-14 22:42:13 +01:00
vanhauser-thc
c0b3127b9d remove travis badge 2021-02-12 14:54:24 +01:00
vanhauser-thc
7cfa690d1c typo 2021-02-12 11:05:46 +01:00
hexcoder
f3e783d343
typo 2021-02-11 19:55:21 +01:00
vanhauser-thc
2cd4624779 build docker without march=native 2021-02-09 08:38:33 +01:00
vanhauser-thc
c2c65fd9c1 mark llvm 13 as unsupported (yet) 2021-02-07 09:42:28 +01:00
vanhauser-thc
19d8f00963 doc fix 2021-02-05 13:01:42 +01:00
vanhauser-thc
bed789cd5a fix doc 2021-02-05 13:01:13 +01:00
vanhauser-thc
7e625c3687 more doc, so good 2021-02-05 12:30:21 +01:00
vanhauser-thc
f53a2e4b88 nits 2021-02-05 12:11:18 +01:00
vanhauser-thc
faa9daf260 update readme 2021-02-04 23:09:49 +01:00
van Hauser
893cd47d9c disable trimming for -M 2021-01-31 13:03:00 +01:00
van Hauser
ac21e4dd73 typos 2021-01-22 00:41:23 +01:00
van Hauser
b39b87b2f7
Merge pull request #693 from vishesh-sharma-123/patch-2
Update README.md
2021-01-20 19:13:02 +01:00
vishesh-sharma-123
5174eb6741
Update README.md
typo and correction in link
2021-01-20 22:31:21 +05:30