| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2023-01-15 | Correct syntax of fuzzpuzz.dict | Ben Harris | |
| 2023-01-12 | Add 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. | |||