Is there a workaround for: “dtrace cannot control executables signed with restricted entitlements”?
Following up to Alexander Ushakov and Charles’ answers: Once you csrutil enable –without dtrace, there is an alternative to copying the binary: run the binary in one Terminal window and trace the Terminal process itself in another Terminal window. In the first terminal window, find its PID: $ echo $$ 1154 In the second terminal … Read more