Skip to content(if available)orjump to list(if available)

Strace-macOS: A clone of the strace command for macOS

cyberpunk

Silly question but doesn’t macos ship with dtrace? So why not use dtruss?

comex

Neat, though I'm guessing it's pretty slow.

Tip for anyone reading: If you only need to trace file accesses or command executions, `eslogger lookup` and `eslogger exec` respectively will give you what you need (albeit in the form of a not-particularly-friendly JSON blob).

sandbags

Modulo I haven’t tried it yet it’s been an irritant that SIP broke tracing so this is a welcome development, thank you.