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
David Carlier
b4b26d4207
FreeBSD implementation
2019-10-24 22:26:18 +01:00
David Carlier
8142422257
Porting libtokencap to Darwin.
...
Reading only main addresses and read only's.
2019-10-23 20:07:16 +01:00
hexcoder-
c83e8e1e62
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
2019-10-19 18:23:01 +02:00
hexcoder-
e63c9ec05e
build linux-specific libtokencap only when compiling in Linux
2019-09-26 00:21:50 +02:00
van Hauser
6e6480c952
install libtokencap and libdislocator if present
2019-09-20 19:39:19 +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
Andrea Fioraldi
500a378fdf
modernize some readmes
2019-08-31 11:23:48 +02:00