vanhauser-thc
3c846859ee
cleanup
2021-04-04 20:05:02 +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
99819cf5d1
Move definition of __AFL_LEAK_CHECK inside ifguards,
...
use LSAN_OPTIONS=print_suppressions=0
2021-04-04 12:45:52 +00:00
Joshua Rogers
afc4da47f7
Fix typos,
...
Use symbolize=0 for LSAN,
Remove syntactic sugar.
2021-04-03 14:50:35 +00:00
Joshua Rogers
6514e33ab6
Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.
...
Fix spelling mistakes.
Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 22:32:38 +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
7ca51fab19
ensure one fuzzer sync per cycle, cycle introspection
2021-03-27 12:53:09 +01:00
van Hauser
1f3d5c271a
Merge pull request #847 from zouyonghao/patch-1
...
Update custom_mutators.md
2021-03-26 09:05:31 +01:00
Yong-Hao Zou
2c5844f665
Update custom_mutators.md
2021-03-26 15:41:19 +08:00
vanhauser-thc
c169cb3911
integrate frida_mode, code-format
2021-03-25 20:10:09 +01:00
vanhauser-thc
0029c1a83e
remove InsTrim
2021-03-25 15:35:06 +01:00
vanhauser-thc
447d232caf
update changelog
2021-03-25 08:55:41 +01:00
vanhauser-thc
836aeef595
changelog info
2021-03-24 18:22:50 +01:00
van Hauser
6e2a0ef233
Merge branch 'replay' into tmp
2021-03-24 18:19:13 +01:00
vanhauser-thc
ee5078f43c
v3.13a init
2021-03-24 11:22:37 +01:00
vanhauser-thc
2b3642aa39
v3.12c ready to go
2021-03-24 11:13:16 +01:00
vanhauser-thc
2fef89950f
v3.12c release
2021-03-24 11:12:44 +01:00
vanhauser-thc
dfe6f7f8c9
make setting different file permissions easy via config.h
2021-03-23 20:21:08 +01:00
Dominik Maier
5fcd634f05
fixed tiny nitpicks
2021-03-23 18:47:07 +01:00
aflpp
28f1e94ab9
fix our PCGUARD for llvm 10.0.1
2021-03-23 15:33:27 +01:00
Joshua Pereyda
0f9dceff3d
add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc
2021-03-22 12:06:52 -07:00
vanhauser-thc
8868648f76
fix LTO selective instrumentation
2021-03-22 10:45:39 +01:00
vanhauser-thc
72a70423c2
show afl-cc NATIVE when auto used
2021-03-22 09:24:36 +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
2102264acf
fix for new llvm 13 change
2021-03-19 16:06:06 +01:00
vanhauser-thc
94312796f9
better map variability
2021-03-17 13:16:02 +01:00
vanhauser-thc
7c2436c711
no runtime for shared linking
2021-03-16 19:34:34 +01:00
Andrea Fioraldi
175a275a3d
changelog
2021-03-16 17:04:52 +01:00
vanhauser-thc
f5420e737a
rtn fix
2021-03-16 16:15:29 +01:00
Andrea Fioraldi
ff9f3fbe96
Merge pull request #818 from realmadsci/add-qemu-custom-bin
...
Add AFL_QEMU_CUSTOM_BIN environment flag
2021-03-16 09:01:13 +01:00
vanhauser-thc
1dcc3549b6
v3.12a init
2021-03-15 23:21:03 +01:00
vanhauser-thc
ac795ae1e1
v3.11c release
2021-03-15 23:08:28 +01:00
realmadsci
d4fb7f8b40
Add AFL_QEMU_CUSTOM_BIN environment flag
...
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip
prepending afl-qemu-trace to your command line. Use this if you wish to use a
custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15 12:57:06 -07:00
Dominik Maier
f1d8a01047
added ui change to changelog
2021-03-12 03:55:18 +01:00
vanhauser-thc
6cc59a38be
gsoc2021 clarification
2021-03-10 15:37:28 +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
vanhauser-thc
0868ea8348
fix compiler rt on -c
2021-03-09 17:15:19 +01:00
vanhauser-thc
47f2650a32
add AFL_NOOPT
2021-03-09 16:53:56 +01:00
vanhauser-thc
74a6044b3f
fix sanitizer settings
2021-03-09 14:11:52 +01:00
vanhauser-thc
e226d1bbb3
update changelog
2021-03-08 15:16:43 +01:00
vanhauser-thc
d3f69ab4c6
documentation for AFL_PERSISTENT_RECORD
2021-03-07 08:43:01 +01:00
van Hauser
976cb3e36c
Merge pull request #778 from AFLplusplus/dev
...
This fixes 3 different crash issues
2021-03-06 18:47:58 +01:00
Dominik Maier
e8d580f54d
rust mutator changes added to changelog
2021-03-05 19:45:48 +01:00
hexcoder
c9854ec8cb
typo
2021-03-05 18:07:16 +01:00
vanhauser-thc
3342aa751d
fix laf string transform crash
2021-03-05 10:05:43 +01:00
vanhauser-thc
79d75d8e42
even support dlopen instrumented libs after the forkserver
2021-03-04 14:19:00 +01:00
vanhauser-thc
96c526cb78
fix caller/ctx change, support dlopen in afl-compiler-rt
2021-03-04 14:04:40 +01:00
vanhauser-thc
f0bc2e0e8b
docu
2021-03-02 18:45:41 +01:00
vanhauser-thc
108e588e88
add de-unicoded dictionary entries
2021-03-02 17:46:43 +01:00