crashwalk
crashwalk copied to clipboard
Bucket and triage on-disk crashes. OSX and Linux.
Hello, I would like to ask what does "Error: no crash detected" mean? Is it because the test cases generated by AFL cannot trigger bugs, or am I not using...
Hi, I am getting following error "runtime/cgo: out of memory in thread_start" Appreciate if anyone could help me to resolve this error. ---- $cwtriage -root . -tidy -afl ---CRASH SUMMARY---...
### Overview If the -f option is used in AFL to output a specific filename and extension and the -afl flag is used with cwtriage, crashwalk.go will throw a fatal...
Can you add that option to the tool? AFL is not always perfect and flag some templates as crashes when they are not. Other cool thing would be deleting templates...
Hi, It would be useful to have a way to save the analysis of the templates to a file. Right now since after the `--` we need to pass the...
System info: $ gdb --version GNU gdb (GDB) 7.11 $ uname -a Linux robin 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 GNU/Linux $ go version go...
If gdb errors out and there is no output then I shouldn't tell people it was a parsing failure, I should tell them to check their gdb / exploitable installs.
I cannot use cwtriage on OSX: Even with no args: ``` $cwtriage 2016/02/04 18:56:31 Could not find exploitable in default path: /Users/myuser/src/exploitable/exploitable/exploitable.py ``` With -engine lldb: ``` $ cwtriage -afl...
From the /sync directory ``` $ cwtriage -afl -root . -workers 16 -engine lldb 2016/02/04 19:18:47 Couldn't parse AFL commandline in fuzz01/crashes/README.txt ``` With a readme file like: ``` Command...
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...