Commit Graph

49 Commits

Author SHA1 Message Date
5d9c1bc3a3 [afs-as] Allow debugging arguments after the input file
Clang may call as with extra debugging arguments after the input file,
e.g. as --64 -o /tmp/hello-617ff5.o /tmp/hello-6b6f52.s -g -gdwarf-4
2023-03-28 12:15:20 -03:00
35f09e11a4 welcome 2023 2023-01-03 09:38:07 +01:00
e1082f2548 welcome 2022 2022-01-01 00:49:17 +01:00
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
b34bc6c426 afl-as: missing one format spec (for tsan perharps) 2021-11-04 16:21:26 +00:00
6ce3d7fede add AFL_USE_TSAN 2021-11-04 15:53:17 +01:00
c23183f1dc Merge pull request #855 from MegaManSec/leak-sanitizer
Add support for standalone leak-sanitizer
2021-04-04 15:28:42 +02:00
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
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
7382cf5f00 afl-as.c, fix compiler warnings (overflowing is UB) 2020-12-12 19:30:56 +01:00
609f3d0265 fixed gcc analyzer warnings 2020-12-11 13:29:45 +01:00
c05e4efbe9 renamed examples/ to utils/ 2020-12-01 14:40:30 +01:00
9e8b3f13e1 fixed warning on mac 2020-08-31 15:17:37 +02:00
27abecbff5 compile fixes on 32-bit OSs 2020-08-07 21:07:05 +02:00
22d3a5e90a enabled Wextra, fixed bugs 2020-08-07 16:55:58 +02:00
25fbec6638 if no master is present a slave becomes a temporary master 2020-05-19 19:51:54 +02:00
30824bc58e afl-as fast system fix 2020-05-18 10:48:39 +02:00
7b40d7b942 new code formatting + applied 2020-05-12 11:12:25 +02:00
30bfd44dfd indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-( 2020-05-10 12:09:37 +02:00
26f8708fed fix warning, code format 2020-05-10 11:35:31 +02:00
515de0d68d Illumos biuld fix (#357) 2020-05-10 00:21:26 +02:00
8197e9b2e4 clang-tidy readability-braces (#323) 2020-04-19 16:42:40 +02:00
cc1d6b33b1 unified pointer placement 2020-03-10 22:04:05 +01:00
4e37e12c06 code-format 2020-02-28 00:19:36 +01:00
2d25662b81 man page tuning 2020-02-25 21:41:31 +01:00
f807d7cefb important InsTrim fixes! 2020-02-24 02:45:17 +01:00
524d792308 fix travis weirdness - hopefully 2020-02-22 20:48:36 +01:00
69898722cb fix travis and fix logic 2020-02-19 10:46:10 +01:00
df55fb1f14 add descriptions of env variables to afl-gcc 2020-02-17 21:24:32 +01:00
55e90c0c36 code format 2020-02-17 08:26:26 +01:00
d41f413016 add description of environment variables used 2020-02-16 22:34:51 +01:00
0ad698ffbf add option -h and man page for afl-as 2020-02-16 21:56:40 +01:00
ef00ed6090 code format 2020-02-16 13:21:39 +01:00
24dcc5eb37 fix issue #194 more seriously 2020-02-13 21:06:09 +01:00
13ac2cb125 s/experimental\//examples\/g 2020-02-03 14:13:09 +01:00
0d5a8f69e9 fixed Heiko's global search-replace :) 2020-01-20 19:21:44 +01:00
3b9517ae73 v2.60d and year 2020 init 2019-12-31 13:01:08 +01:00
878a80de7f critical bugfix for afl-tmin 2019-12-30 22:01:36 +01:00
cd2cae720b added AFL_AS_FORCE_INSTRUMENT env 2019-12-29 19:38:45 +01:00
124ec8d297 code format (contributors, do it!) 2019-12-02 14:34:21 +01:00
760d4991f3 Android PR integration 2019-11-11 23:50:31 +01:00
7a20cc2f58 additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana) 2019-11-08 19:27:25 +01:00
c83e8e1e62 Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him. 2019-10-19 18:23:01 +02:00
e1f18f6212 fix typo in custom format 2019-09-04 10:03:51 +02:00
9705ccee67 credits and license header for src/* and include/* 2019-09-04 09:43:09 +02:00
7151651ea9 remove macro indentation from code-format 2019-09-03 20:43:11 +02:00
b24639d011 run code formatter 2019-09-02 18:49:43 +02:00
4adca18337 afl-as is now alive 2019-08-27 15:04:27 +02:00
0e59a59169 include and src folders 2019-08-27 13:31:35 +02:00