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 -root -engine lldb . -workers 16
2016/02/04 18:56:31 Could not find exploitable in default path: /Users/myuser/src/exploitable/exploitable/exploitable.py
I have tried -engine lldb in various positions. The instructions imply that only linux users need to install exploitable.py, and that -engine lldb should mean that the (existing) exploitabe.py script be run instead of exploitable.py
How do I fix this?