JakWai01 / lurk

A pretty (simple) alternative to strace
Apache License 2.0
871 stars 28 forks source link

Fails to run binary without leading slash #48

Closed orhun closed 1 month ago

orhun commented 2 months ago

I have a binary build with gcc and lurk fails to run it:

$ lurk binary
Error: ESRCH: No such process

$ lurk ./binary
# works

I haven't looked into why this happens yet. Maybe it just needs a simple fix.