Hi,
I tried using cwtriage with the -afl option but I kept getting the same error :
Couldn't parse AFL commandline in crashes/README.txt
This error is triggered because in AFL 1.96b (probably in older versions too) README.txt does not contain the '--' sequence in the recorded command line (like the example you provide in crashwalk:464). crashwalk.go:479 looks for the '--' sub-string in order to split the command line in two parts but is unable to find it.