Currently cwtriage requires the target command to exist of more than just the binary. However if data is read from STDIN this is not necessary any more and the check is obsolete. This PR closes https://github.com/bnagy/crashwalk/issues/26
If the preferred approach is a -stdin flag let me know and I'll create a new PR.
Gonna be honest.. I haven't thought about this for about five years. I can't see how this patch can break anything, so I'ma assume it's needed by at least one person :)
Currently cwtriage requires the target command to exist of more than just the binary. However if data is read from STDIN this is not necessary any more and the check is obsolete. This PR closes https://github.com/bnagy/crashwalk/issues/26
If the preferred approach is a -stdin flag let me know and I'll create a new PR.