62 Commits

Author SHA1 Message Date
David Carlier
c671ecb511 Fix map list iteration. 2020-07-02 10:23:56 +01:00
David Carlier
1aa7c87ea8 libtokencap illumos/solaris support proposal. 2020-07-02 07:10:43 +01:00
van Hauser
49a769ac06 lto whitelist in test.sh 2020-06-23 21:23:10 +02:00
David Carlier
6c414409d4 libtokencap Haiku support 2020-06-23 09:29:57 +00:00
David Carlier
4ee4495120 Disable array subscript warning 2020-06-09 22:43:31 +01: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
David Carlier
6c88e21459 NetBSD build fix 2020-05-09 18:02:53 +01:00
Dominik Maier
8197e9b2e4
clang-tidy readability-braces (#323) 2020-04-19 16:42:40 +02:00
hexcoder-
ac2f0c9896 remove GNU makefile variants 2020-04-10 11:44:43 +02:00
hexcoder-
62b6af693d Makefile bugfix macros are generally not expanded in shell calls 2020-04-09 10:23:37 +02:00
hexcoder-
a49988afbf fix silly error with uname -s 2020-04-09 10:23:37 +02:00
hexcoder-
03495beadb libtokencap, portable Makefile (for GNUmake and BSDmake) 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-
23d9649aec making 'CFLAGS="-m32" make source-only tests' work 2020-04-01 13:10:06 +02:00
hexcoder-
a5e747af14 rework docs installation 2020-03-18 17:26:21 +01:00
hexcoder
992cf3dd25
libtokencap Makefile install: forgot -T for README 2020-03-18 16:23:54 +01:00
hexcoder
1dee73cdde
libtokencap: install correct README without name collision 2020-03-18 16:19:14 +01:00
van Hauser
684f4dd1c4 honor afl_quiet on env var checks + code-format 2020-03-11 11:42:57 +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
12df4c4af7 fix strncmp in tokencap 2020-02-13 20:07:48 +01:00
Andrea Fioraldi
5c35f3dbd1 fix strncasecmp in tokencap 2020-02-13 20:04:50 +01:00
Andrea Fioraldi
437efe795a adjust a bit readmes 2020-02-01 20:20:41 +01:00
Andrea Fioraldi
b2bee5c32a moar moar copyrights 2020-01-06 16:17:23 +01:00
Andrea Fioraldi
2692ef788b moar copyright notes 2020-01-06 16:06:35 +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
3827b912c7 compile fixes 2020-01-02 08:39:29 +01:00
David Carlier
3f2f232fc5 libtokencap, fix mac os process map lookup.
Incrementing base address for next iteration.
2020-01-01 10:59:57 +00:00
David Carlier
e90fa623d9 libtokencap adding timingsafe* string comparators 2019-12-30 17:23:23 +00:00
van Hauser
b0a2160c3a be sure to have directories for install targets 2019-12-24 10:45:39 +01:00
hexcoder-
31f7404272 fixes for FreeBSD: libtokencap, free cpu detection threshold 2019-12-10 11:00:39 +01:00
hexcoder-
cb4a20ba6d fix libtokencap for OpenBSD 2019-12-10 09:12:20 +01:00
hexcoder-
22452da2a7 fix libtokencap Makefile for NetBSD, add VPATH to avoid rebuilding
the lib on every make.
2019-12-10 07:23:58 +01:00
David Carlier
70ad97d739 Enable libtokencap on DragonFlyBSD 2019-12-02 21:00:37 +00:00
Andrea Fioraldi
99b0860835 tokencap now wraps common routines and uses RTLD_NEXT 2019-12-02 14:22:42 +01:00
David Carlier
5178a0cbba libtokencap, simple optimised memmem implementation enough for this lib proposal 2019-12-01 16:00:44 +00:00
David Carlier
61e46a636c catching current pid before library usage in case implementations rely on those string calls 2019-11-05 10:59:22 +00:00
David Carlier
b33bb0943a libtokencap/libdislocator README rename proposals
and fixing the install tasks in the process.
2019-10-31 15:50:58 +00:00
David Carlier
c87210820c libtokencap update proposal
- bcmp interception.
- FreeBSD using default argument to get current pid for the mapping
data gathering, getpid seems to cause some issues under certain
conditions (getenv call).
2019-10-29 15:06:20 +00:00
David Carlier
df5c7eef39 libtokencap, respect constness also considering pointer arithmetic
is non C standard, some compilers might not have GNU extensions.
2019-10-29 10:49:16 +00:00
hexcoder-
25443918c4 silence some compiler warnings 2019-10-28 16:45:30 +01:00
David Carlier
942f8d0ec9 Fix proposal for libtokencap
Avoiding fopen API seems buggy on NetBSD.
2019-10-28 11:01:37 +00:00
hexcoder-
74df3e2491 WIP for NetBSD port, iteration has an unknown problem causing a seg fault 2019-10-27 07:27:48 +01:00
hexcoder-
09c26fed20 Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2019-10-26 00:18:56 +02:00
hexcoder-
3e9e7e1750 libtokencap ported to OpenBSD 2019-10-26 00:17:51 +02:00
hexcoder
b8abf27b86
Update README.md
remove Linux-only :-), list supported OSes
2019-10-25 09:36:17 +02:00
hexcoder-
e0ff20dd37 cosmetics 2019-10-25 01:51:53 +02:00