b27a4a3689
Fix loading and registeration of LTO pass for new pass manager
2022-09-14 15:54:29 +02:00
5452d4652b
Fix naming clash between AFL's sancov LTO pass and upstream sancov pass
...
There was some confusion here due to name reuse. The
initializeModuleSanitizerCoverageLegacyPassPass() function was
actually calling the initialization of the upstream pass (which
no longer supports legacy PM and thus fails to build on LLVM 15).
The intention was to call the LTO initialization here.
Fix this by renaming symbols to avoid collision.
2022-09-14 11:36:05 +02:00
b847e0f414
clang format 14
2022-07-12 09:04:54 +02:00
fc520a2bde
fix
2022-07-04 21:57:42 +02:00
24458ae285
nits
2022-07-04 18:13:21 +02:00
fa2b040476
fix LTO with cmplog and laf
2022-03-18 15:00:24 +01:00
05119990b6
LLVM 14 fixes
2022-02-22 11:13:00 +01:00
c5117b42ca
fix iselect instrumentation
2022-01-17 20:15:27 +01:00
75ac9c013c
better instrumentlist filename detection
2021-12-14 10:15:09 +01:00
db360332c4
make llvm 14-dev working. again.
2021-12-09 14:33:56 +01:00
fc094dee13
change dlopen solution
2021-12-03 11:35:30 +01:00
22827e8070
unify LLVM_VERSION_... usage
2021-12-01 11:38:55 +01:00
8c4435e7ef
fix for llvm < 11
2021-11-23 21:08:28 +01:00
90d7931af6
fixes
2021-11-23 19:37:27 +01:00
11f89ab785
do not add zero byte on string compares with len
2021-11-23 19:34:21 +01:00
6ce3d7fede
add AFL_USE_TSAN
2021-11-04 15:53:17 +01:00
7a7630ae91
support llvm >= 11
2021-11-03 13:18:02 +01:00
ccded9fc5c
vectorized coverage only possible for llvm 14 :(
2021-11-03 12:49:54 +01:00
ce41f881a0
nosan
2021-11-02 19:53:15 +01:00
682e1d835c
select support for LTO
2021-11-02 19:20:18 +01:00
45b8e05793
fix off by one bug of PCGUARD instrumentation
...
fix bug #1120
2021-10-30 22:27:49 +08:00
bb8a4d71da
format and remove warning
2021-10-18 20:53:54 +02:00
65afe5addc
LLVM coverage making it more C++ too.
2021-10-09 18:31:12 +01:00
580401591f
LLVM passes making slightly more C++
2021-10-09 17:23:32 +01:00
c3fbf5dca3
add more string functions for dictionary features
2021-07-30 08:33:18 +02:00
9ec63d3f17
fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LIST
2021-07-14 14:31:27 +02:00
f1bcd378a2
fix failures for some sized string instrumentations
2021-07-07 12:19:05 +02:00
96c802fce8
fix stupid typos
2021-06-01 18:41:38 +02:00
97225f1f6f
adapt to incompatible LLVM 13 API
2021-06-01 18:36:28 +02:00
7665354405
threadsafe doc fixes, code format
2021-06-01 10:13:16 +02:00
97a1f89881
Merge branch 'dev' into going_atomic
2021-05-31 19:18:24 +02:00
b246de7891
add support for AFL_LLVM_THREADSAFE_INST to other LLVM passes
2021-05-30 15:25:10 +02:00
c9d066038f
fix PCGUARD, build aflpp_driver with fPIC
2021-04-30 10:27:43 +02:00
ec49c7fbf5
Change other LLVM modes to atomic increments
2021-04-17 22:32:33 +02:00
8868648f76
fix LTO selective instrumentation
2021-03-22 10:45:39 +01:00
2102264acf
fix for new llvm 13 change
2021-03-19 16:06:06 +01:00
3342aa751d
fix laf string transform crash
2021-03-05 10:05:43 +01:00
333509bb0a
better unicode support
2021-03-02 16:24:43 +01:00
c269c3977c
fix llvm for unicode strings (hopefully)
2021-03-02 11:38:12 +01:00
0ad56167c5
fix scan-build issues
2021-02-07 07:51:29 +01:00
7a861498c2
added support for __afl_coverage_interesting
2021-01-31 15:04:40 +01:00
d36af0d576
fix msg
2021-01-15 17:32:43 +01:00
9c15f53a47
fix for changes in llvm 12
2021-01-04 17:45:52 +01:00
daa2285083
fix LTO autodictionary for ints > 64 bits
2020-09-22 09:32:16 +02:00
06ac2850c5
bcmp for compare-transform-pass
2020-09-06 13:53:40 +02:00
6114a48b89
add std::string and bcmp to dictionary functions
2020-09-06 13:29:32 +02:00
8ec41b2585
fix various warnings
2020-09-06 11:40:41 +02:00
2508922288
cmp dict for LTO
2020-09-05 15:49:10 +02:00
996986bed5
first batch of changes
2020-09-05 12:11:48 +02:00