Author: sagamusix
Date: Fri May 3 20:05:44 2024
New Revision: 20699
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20699
Log:
Merged revision(s) 20695-20696 from trunk/OpenMPT:
[Imp] Enable host-specific performance optimizations in afl++.
........
[Var] Update fuzzer dictionary.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/contrib/fuzzing/all_formats.dict
branches/OpenMPT-1.31/contrib/fuzzing/get-afl.sh
Modified: branches/OpenMPT-1.31/contrib/fuzzing/all_formats.dict
==============================================================================
--- branches/OpenMPT-1.31/contrib/fuzzing/all_formats.dict Fri May 3 20:05:16 2024 (r20698)
+++ branches/OpenMPT-1.31/contrib/fuzzing/all_formats.dict Fri May 3 20:05:44 2024 (r20699)
@@ -8,7 +8,7 @@
amf="DMF\x0E"
ams="Extreme"
-ams="AMShdr\x1A\x02\x02"
+ams="AMShdr\x1A\x00\x02\x02"
#dbm="DBM0"
dbm="NAME"
@@ -54,7 +54,7 @@
fmt="FMTracker\x01\x01"
gdm="GDM\xFE"
-gdm="GMFS"
+gdm="\x0D\x0A\x1AGMFS\x01\x00"
gtk="GTK\x04"
@@ -227,7 +227,7 @@
psm16="PPAT"
ptm="PTMF"
-ptm="\x1A\x03\x02"
+ptm="\x1A\x03\x02\x00"
s3m="SCRM"
#s3m="SCRS"
Modified: branches/OpenMPT-1.31/contrib/fuzzing/get-afl.sh
==============================================================================
--- branches/OpenMPT-1.31/contrib/fuzzing/get-afl.sh Fri May 3 20:05:16 2024 (r20698)
+++ branches/OpenMPT-1.31/contrib/fuzzing/get-afl.sh Fri May 3 20:05:44 2024 (r20699)
@@ -12,7 +12,7 @@
tar -xzvf $AFL_FILENAME
rm $AFL_FILENAME
cd AFLplusplus-*
-make source-only || exit
+make PERFORMANCE=1 source-only || exit
cd ..
rm -rf afl
mv AFLplusplus-* afl
\ No newline at end of file
|