by bryceneal on 7/30/16, 6:19 PM with 22 comments
by danieldk on 7/31/16, 4:51 AM
But you need to disable some portion of the system integrity protection:
http://stackoverflow.com/a/34616033
[1] http://dtrace.org/blogs/brendan/2011/10/10/top-10-dtrace-scr...
by chmaynard on 7/30/16, 7:35 PM
by 0x0 on 7/30/16, 8:59 PM
% lldb ruby
(lldb) target create "ruby"
Current executable set to 'ruby' (x86_64).
(lldb) run
error: process exited with status -1
(cannot attach to process due to System Integrity Protection)
by mkagenius on 7/30/16, 9:01 PM
In this case could it have been done by lsof ?
by callesgg on 7/30/16, 8:29 PM
by cheez on 7/30/16, 8:36 PM
So the question is: how do you do that in Go?