about summary refs log tree commit diff
path: root/libtokencap
AgeCommit message (Collapse)Author
2019-10-29libtokencap update proposalDavid Carlier
- 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-29libtokencap, respect constness also considering pointer arithmeticDavid Carlier
is non C standard, some compilers might not have GNU extensions.
2019-10-28silence some compiler warningshexcoder-
2019-10-28Fix proposal for libtokencapDavid Carlier
Avoiding fopen API seems buggy on NetBSD.
2019-10-27WIP for NetBSD port, iteration has an unknown problem causing a seg faulthexcoder-
2019-10-26Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-10-26libtokencap ported to OpenBSDhexcoder-
2019-10-25Update README.mdhexcoder
remove Linux-only :-), list supported OSes
2019-10-25cosmeticshexcoder-
2019-10-24FreeBSD implementationDavid Carlier
2019-10-23Porting libtokencap to Darwin.David Carlier
Reading only main addresses and read only's.
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-26build linux-specific libtokencap only when compiling in Linuxhexcoder-
2019-09-20install libtokencap and libdislocator if presentvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02merge from masterAndrea Fioraldi
2019-08-31modernize some readmesAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-05-28afl++ 2.52c initial commitvan Hauser