←back to thread

167 points jgrahamc | 1 comments | | HN request time: 0.205s | source
Show context
pjc50 ◴[] No.43556448[source]
Plus points for using strace. It's one of those debugging tools everyone know about for emergencies that can't be solved at a higher level, and a great convenience of using Linux. The Windows ETW system is much harder to use, and I'm not sure if it's even possible at all under OSX security.
replies(4): >>43556850 #>>43556932 #>>43556945 #>>43560887 #
frizlab ◴[] No.43556945[source]
macOS has dtrace which is actually nicer to use. Cannot be used on all processes when SIP is on though.
replies(1): >>43556997 #
1. pjc50 ◴[] No.43556997[source]
Last time I tried SIP prevented me from using it on my own processes, but I may have been holding it wrong.