@@ -43,9 +43,9 @@ Version ++2.60c (release):
43
43
44
44
- fixed a critical bug in afl-tmin that was introduced during ++2.53d
45
45
- added test cases for afl-cmin and afl-tmin to test/test.sh
46
- - added ./experimental /argv_fuzzing ld_preload library by Kjell Braden
46
+ - added ./examples /argv_fuzzing ld_preload library by Kjell Braden
47
47
- added preeny's desock_dup ld_preload library as
48
- ./experimental /socket_fuzzing for network fuzzing
48
+ ./examples /socket_fuzzing for network fuzzing
49
49
- added AFL_AS_FORCE_INSTRUMENT environment variable for afl-as - this is
50
50
for the retrorewrite project
51
51
- we now set QEMU_SET_ENV from AFL_PRELOAD when qemu_mode is used
@@ -512,7 +512,7 @@ Version 2.27b:
512
512
513
513
- Moved libdislocator to its own dir, added README.
514
514
515
- - The demo in experimental /instrumented_cmp is no more.
515
+ - The demo in examples /instrumented_cmp is no more.
516
516
517
517
--------------
518
518
Version 2.26b:
@@ -666,7 +666,7 @@ Version 2.11b:
666
666
667
667
- Made an improvement to afl-gotcpu when -Z not used.
668
668
669
- - Fixed a typo in post_library_png.so.c in experimental /. Spotted by Kostya
669
+ - Fixed a typo in post_library_png.so.c in examples /. Spotted by Kostya
670
670
Serebryany.
671
671
672
672
--------------
@@ -1066,7 +1066,7 @@ Version 1.75b:
1066
1066
Version 1.74b:
1067
1067
--------------
1068
1068
1069
- - Added an example argv[] fuzzing wrapper in experimental /argv_fuzzing.
1069
+ - Added an example argv[] fuzzing wrapper in examples /argv_fuzzing.
1070
1070
Reworked the bash example to be faster, too.
1071
1071
1072
1072
- Clarified llvm_mode prerequisites for FreeBSD.
@@ -1231,12 +1231,12 @@ Version 1.61b:
1231
1231
Version 1.60b:
1232
1232
--------------
1233
1233
1234
- - Allowed experimental /llvm_instrumentation/ to graduate to llvm_mode/.
1234
+ - Allowed examples /llvm_instrumentation/ to graduate to llvm_mode/.
1235
1235
1236
- - Removed experimental /arm_support/, since it's completely broken and likely
1236
+ - Removed examples /arm_support/, since it's completely broken and likely
1237
1237
unnecessary with LLVM support in place.
1238
1238
1239
- - Added ASAN cgroups script to experimental /asan_cgroups/, updated existing
1239
+ - Added ASAN cgroups script to examples /asan_cgroups/, updated existing
1240
1240
docs. Courtesy Sam Hakim and David A. Wheeler.
1241
1241
1242
1242
- Refactored afl-tmin to reduce the number of execs in common use cases.
@@ -1256,7 +1256,7 @@ Version 1.59b:
1256
1256
--------------
1257
1257
1258
1258
- Imported Laszlo Szekeres' experimental LLVM instrumentation into
1259
- experimental /llvm_instrumentation. I'll work on including it in the
1259
+ examples /llvm_instrumentation. I'll work on including it in the
1260
1260
"mainstream" version soon.
1261
1261
1262
1262
- Fixed another typo, thanks to Jakub Wilk.
@@ -1305,7 +1305,7 @@ Version 1.54b:
1305
1305
1306
1306
- Added another postprocessor example for PNG.
1307
1307
1308
- - Made a cosmetic fix to realloc() handling in experimental /post_library/,
1308
+ - Made a cosmetic fix to realloc() handling in examples /post_library/,
1309
1309
suggested by Jakub Wilk.
1310
1310
1311
1311
- Improved -ldl handling. Suggested by Jakub Wilk.
@@ -1323,7 +1323,7 @@ Version 1.52b:
1323
1323
1324
1324
- Added support for file format postprocessors. Requested by Ben Nagy. This
1325
1325
feature is intentionally buried, since it's fairly easy to misuse and
1326
- useful only in some scenarios. See experimental /post_library/.
1326
+ useful only in some scenarios. See examples /post_library/.
1327
1327
1328
1328
--------------
1329
1329
Version 1.51b:
@@ -1958,7 +1958,7 @@ Version 0.98b:
1958
1958
- Fixed another cosmetic snafu with stage exec counts for -x.
1959
1959
1960
1960
- Switched afl-plot to /bin/sh, since it seems bashism-free. Also tried
1961
- to remove any obvious bashisms from other experimental / scripts,
1961
+ to remove any obvious bashisms from other examples / scripts,
1962
1962
most notably including minimize_corpus.sh and triage_crashes.sh.
1963
1963
Requested by Jonathan Gray.
1964
1964
@@ -2126,7 +2126,7 @@ Version 0.84b:
2126
2126
Version 0.83b:
2127
2127
--------------
2128
2128
2129
- - Added experimental /clang_asm_normalize/ and related notes in
2129
+ - Added examples /clang_asm_normalize/ and related notes in
2130
2130
env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea.
2131
2131
2132
2132
- Added advice on hardware utilization in README.
@@ -2350,7 +2350,7 @@ Version 0.62b:
2350
2350
2351
2351
- Made minor improvements to the allocator, as suggested by Tobias Ospelt.
2352
2352
2353
- - Added example instrumented memcmp() in experimental /instrumented_cmp.
2353
+ - Added example instrumented memcmp() in examples /instrumented_cmp.
2354
2354
2355
2355
- Added a speculative fix for MacOS X (clang detection, again).
2356
2356
@@ -2475,7 +2475,7 @@ Version 0.53b:
2475
2475
Version 0.52b:
2476
2476
--------------
2477
2477
2478
- - Added a quick summary of the contents in experimental /.
2478
+ - Added a quick summary of the contents in examples /.
2479
2479
2480
2480
- Made a fix to the process of writing fuzzer_stats.
2481
2481
@@ -2637,7 +2637,7 @@ Version 0.43b:
2637
2637
2638
2638
- Added status_screen.txt.
2639
2639
2640
- - Added experimental /canvas_harness.
2640
+ - Added examples /canvas_harness.
2641
2641
2642
2642
- Made a minor change to the Makefile GCC check. Suggested by Hanno Boeck.
2643
2643
@@ -2648,7 +2648,7 @@ Version 0.42b:
2648
2648
- Fixed a bug with red zone handling for 64-bit (oops!). Problem reported by
2649
2649
Felix Groebert.
2650
2650
2651
- - Implemented horribly experimental ARM support in experimental /arm_support.
2651
+ - Implemented horribly experimental ARM support in examples /arm_support.
2652
2652
2653
2653
- Made several improvements to error messages.
2654
2654
@@ -2687,7 +2687,7 @@ Version 0.40b:
2687
2687
- Added support for parallelized fuzzing. Inspired by earlier patch
2688
2688
from Sebastian Roschke.
2689
2689
2690
- - Added an example in experimental /distributed_fuzzing/.
2690
+ - Added an example in examples /distributed_fuzzing/.
2691
2691
2692
2692
--------------
2693
2693
Version 0.39b:
@@ -2837,7 +2837,7 @@ Version 0.26b:
2837
2837
- Added a built-in effort minimizer to get rid of potentially redundant
2838
2838
inputs,
2839
2839
2840
- - Provided a testcase count minimization script in experimental /,
2840
+ - Provided a testcase count minimization script in examples /,
2841
2841
2842
2842
- Made miscellaneous improvements to directory and file handling.
2843
2843
0 commit comments