2 Commits

Author SHA1 Message Date
f5924fc8a7 Correct syntax of fuzzpuzz.dict 2023-01-15 20:59:22 +00:00
32c487ba57 Add a dictionary for AFL++
It consists of two parts.  One is the list of all record types used by
the serialiser, to make it easy for AFL++ to find them.  The other is
the "interesting" integers used by AFL++ converted to ASCII decimal
form because Puzzles save files are coded in decimal and this will
help AFL++ to guess good values.  I hope.
2023-01-12 22:21:45 +00:00