59 Commits

Author SHA1 Message Date
vanhauser-thc
ed1a6f8a57 2024 v4.10c release 2024-02-03 11:01:31 +01:00
vanhauser-thc
029e039cbc code format 2023-05-21 17:49:14 +02:00
vanhauser-thc
35f09e11a4 welcome 2023 2023-01-03 09:38:07 +01:00
vanhauser-thc
b847e0f414 clang format 14 2022-07-12 09:04:54 +02:00
0xsanz
d51ec57d91 more welcome 2022 2022-01-15 15:19:29 -05:00
yuawn
b7d741b18e more welcome 2022 2022-01-07 09:18:51 +00:00
llzmb
aa6586a761 Fix typos - 1st run 2021-12-02 21:23:22 +01:00
llzmb
a7694e299a Fix punctuation in connection with "however" 2021-12-02 21:08:26 +01:00
llzmb
d9e39be4e8 Remove the word "simply" 2021-12-02 16:49:16 +01:00
vanhauser-thc
6ce3d7fede add AFL_USE_TSAN 2021-11-04 15:53:17 +01:00
root
0ed0c9493e Fix null ptr dereference of unresolved symbols on early init (linking stage) 2021-09-27 06:21:12 +03:00
llzmb
df74625df0
Change afl to AFL in *.md (#1057)
Changes in *.md files:
- afl++ > AFL++ (acronym)
- afl > AFL (compare https://github.com/google/AFL)

Excluded from changes:
- source code
- function names
- paths (folder and file names)
- URLs
2021-08-08 01:29:32 +02:00
vanhauser-thc
c30999562e fix compcovtest 2021-04-16 15:02:36 +02:00
vanhauser-thc
3c68208dd3 fix compcovtest 2021-04-16 14:53:11 +02:00
vanhauser-thc
624c1dce46 fix nits 2021-04-16 11:38:37 +02:00
Andrea Fioraldi
45b5e3622e fix compcovtest 2021-04-15 15:12:32 +02:00
Andrea Fioraldi
43e16cf13d fix compcovtest 2021-04-15 15:05:14 +02:00
Andrea Fioraldi
d0390f3b76 fix compcovtest 2021-04-15 14:42:54 +02:00
Andrea Fioraldi
64e46dcefc remvoe libcompcov 32 bits warnings 2021-02-12 22:07:17 +01:00
van Hauser
119d7d0025 fix frida example debug output 2020-11-13 09:02:44 +01:00
hexcoder-
54a312a5fe more small fixes 2020-11-13 00:44:08 +01:00
Raphaël Hertzog
ff3c9cbd73 Fix installation path of manual pages
Manual pages are stored in /usr/share/man/.
2020-08-28 21:34:08 +02:00
van Hauser
f6ef1fe65e fix libcompcov for CFLAGS 2020-06-21 16:43:55 +02:00
van Hauser
7b40d7b942 new code formatting + applied 2020-05-12 11:12:25 +02:00
van Hauser
30bfd44dfd indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-( 2020-05-10 12:09:37 +02:00
van Hauser
26f8708fed fix warning, code format 2020-05-10 11:35:31 +02:00
Dominik Maier
8197e9b2e4
clang-tidy readability-braces (#323) 2020-04-19 16:42:40 +02:00
hexcoder-
9e74a7dfe1 small portability fix (32-bit) for warning (size_t %lu -> %zu) 2020-04-18 10:48:24 +02:00
hexcoder-
fef08192ad restore portable Makefiles 2020-04-09 10:23:37 +02:00
hexcoder-
7f817fe583 rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks 2020-04-09 10:23:37 +02:00
hexcoder-
a5e747af14 rework docs installation 2020-03-18 17:26:21 +01:00
hexcoder
5060861545
qemu_mode/libcompcov/Makefile install: fix installation of README 2020-03-18 16:26:54 +01:00
van Hauser
684f4dd1c4 honor afl_quiet on env var checks + code-format 2020-03-11 11:42:57 +01:00
Dominik Maier
88ced831c1 forkserver defaults 2020-03-10 22:56:26 +01:00
Dominik Maier
cc1d6b33b1 unified pointer placement 2020-03-10 22:04:05 +01:00
hexcoder-
891b568678 fix references to README docs 2020-02-25 08:34:44 +01:00
Andrea Fioraldi
b95cd8968d Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-01-06 11:46:23 +01:00
Andrea Fioraldi
67cbeeb395 added ++ to copyright notes 2020-01-06 11:46:14 +01:00
van Hauser
3b9517ae73 v2.60d and year 2020 init 2019-12-31 13:01:08 +01:00
Andrea Fioraldi
2863d6205b fix travis build errors (hopefully) 2019-12-15 22:04:00 +01:00
Andrea Fioraldi
124ec8d297 code format (contributors, do it!) 2019-12-02 14:34:21 +01:00
Andrea Fioraldi
e9ed056913 libcompcov common cmp funcs from honggfuzz 2019-12-02 14:30:23 +01:00
Andrea Fioraldi
8a7fed5dfb fix missing __compcov_ro_cnt increment in libcompcov 2019-10-02 20:15:11 +02:00
Andrea Fioraldi
ff1f6af7e9 wine mode && fix llvm makefile 2019-09-22 20:01:44 +02:00
Andrea Fioraldi
75d2881302 ret addr patching 2019-09-12 16:57:17 +02:00
van Hauser
52bfd1fc3d added man pages 2019-09-04 12:14:35 +02:00
Andrea Fioraldi
e1f18f6212 fix typo in custom format 2019-09-04 10:03:51 +02:00
Andrea Fioraldi
7151651ea9 remove macro indentation from code-format 2019-09-03 20:43:11 +02:00
Andrea Fioraldi
b24639d011 run code formatter 2019-09-02 18:49:43 +02:00
Andrea Fioraldi
2ae4ca91b4 merge from master 2019-09-02 18:47:07 +02:00