aboutsummaryrefslogtreecommitdiff
path: root/fuzzpuzz.dict (unfollow)
Commit message (Collapse)Author
2023-01-15Correct syntax of fuzzpuzz.dictBen Harris
2023-01-12Add a dictionary for AFL++Ben Harris
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.