From cd2cae720bb5f5bac6cb8de9357cea427c9ae384 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sun, 29 Dec 2019 19:38:45 +0100 Subject: added AFL_AS_FORCE_INSTRUMENT env --- docs/ChangeLog | 2 ++ docs/env_variables.txt | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index 92fd08ec..cad99c9f 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -20,6 +20,8 @@ Version ++2.59d (develop): - added ./experimental/argv_fuzzing ld_preload library by Kjell Braden - added preeny's desock_dup ld_preload library as ./experimental/socket_fuzzing for network fuzzing + - added AFL_AS_FORCE_INSTRUMENT environment variable for afl-as - this is + for retrorewrite project - we now set QEMU_SET_ENV from AFL_PRELOAD when qemu_mode is used diff --git a/docs/env_variables.txt b/docs/env_variables.txt index 427f8cca..a6162767 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -65,6 +65,10 @@ tools make fairly broad use of environmental variables: mkdir assembly_here TMPDIR=$PWD/assembly_here AFL_KEEP_ASSEMBLY=1 make clean all + - If you are a weird person that wants to compile and instrument asm + text files then use the AFL_AS_FORCE_INSTRUMENT variable: + AFL_AS_FORCE_INSTRUMENT=1 afl-gcc foo.s -o foo + - Setting AFL_QUIET will prevent afl-cc and afl-as banners from being displayed during compilation, in case you find them distracting. -- cgit v1.2.3 From 878a80de7f5f4fb0733bd48c974b498c0010514e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 30 Dec 2019 22:01:36 +0100 Subject: critical bugfix for afl-tmin --- docs/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index cad99c9f..3fd29e29 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,6 +17,7 @@ sending a mail to . Version ++2.59d (develop): -------------------------- + - fixed a critical bug in afl-tmin that was introduced during ++2.53d - added ./experimental/argv_fuzzing ld_preload library by Kjell Braden - added preeny's desock_dup ld_preload library as ./experimental/socket_fuzzing for network fuzzing -- cgit v1.2.3 From c3bb0a3421c91c5eab0cb86f24f6f19c10f2e469 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 30 Dec 2019 22:21:51 +0100 Subject: added testcases for afl-tmin and afl-cmin --- docs/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index 3fd29e29..8492d7fd 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -18,6 +18,7 @@ Version ++2.59d (develop): -------------------------- - fixed a critical bug in afl-tmin that was introduced during ++2.53d + - added test cases for afl-cmin and afl-tmin to test/test.sh - added ./experimental/argv_fuzzing ld_preload library by Kjell Braden - added preeny's desock_dup ld_preload library as ./experimental/socket_fuzzing for network fuzzing -- cgit v1.2.3 From 842cd9dec3c4c83d660d96dcdb3f5cf0c6e6f4fb Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 31 Dec 2019 12:52:10 +0100 Subject: final touches before 2.60 --- docs/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index 8492d7fd..a5e3efcd 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -23,7 +23,7 @@ Version ++2.59d (develop): - added preeny's desock_dup ld_preload library as ./experimental/socket_fuzzing for network fuzzing - added AFL_AS_FORCE_INSTRUMENT environment variable for afl-as - this is - for retrorewrite project + for the retrorewrite project - we now set QEMU_SET_ENV from AFL_PRELOAD when qemu_mode is used -- cgit v1.2.3 From 3b9517ae735f6249d266a76df97f3288fefbe9c3 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 31 Dec 2019 13:01:08 +0100 Subject: v2.60d and year 2020 init --- docs/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index a5e3efcd..745f2587 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -14,7 +14,15 @@ sending a mail to . -------------------------- -Version ++2.59d (develop): +Version ++2.60d (develop): +-------------------------- + + - exciting new stuff is coming up :-) + - all the best for the new year! + + +-------------------------- +Version ++2.60c (release): -------------------------- - fixed a critical bug in afl-tmin that was introduced during ++2.53d -- cgit v1.2.3 From 3827b912c7090314bb011fe6c1ccfaf0d33fc678 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 2 Jan 2020 08:39:29 +0100 Subject: compile fixes --- docs/ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ChangeLog b/docs/ChangeLog index 745f2587..d3b27e35 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,8 +17,9 @@ sending a mail to . Version ++2.60d (develop): -------------------------- - - exciting new stuff is coming up :-) - - all the best for the new year! + - afl-fuzz: + - now prints the real python version support compiled in + - added fix from Debian project to compile libdislocator and libtokencap -------------------------- -- cgit v1.2.3