Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

It’s working. You deliberately ignored the requirements clearly stated multiple times in the README, which explains that it must use the same version of Python as LLDB because it relies on LLDB's Python bindings. The tool even explained again what you should do instead after you defied the installation instructions, yet you chose to run the same command again with sudo, turning this into a spectacle. This isn’t a software issue. It’s you messing around.

> it seems like a vehicle to aggressively advertise consulting services.

It's an open source tool that addresses a pain point many people have, made with someone's spare time with no strings attached. What is wrong with you?

> it doesn't work with built-in binaries without SIP disabled

You can't debug system binaries on macOS with SIP. That's the whole point of SIP. Debugging user binaries is still very much allowed.

    sudo lldb /bin/ls
    Password:
    (lldb) target create "/bin/ls"
    Current executable set to '/bin/ls' (arm64e).
    (lldb) r
    error: process exited with status -1 (attach failed (Not allowed to attach to process.  Look in the console messages (Console.app), near the debugserver entries, when the attach failed.  The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.))
> lacks pypi and brew packaging

That's an entitled complaint against a project made just 2 days ago [1], which offers a single line command for installation.

[1]: https://github.com/Mic92/strace-macos/commit/712aaf14d07f2ef...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: