-
Notifications
You must be signed in to change notification settings - Fork 13
MacOS Users
Avi Lumelsky edited this page Apr 10, 2023
·
2 revisions
Table of Contents generated with DocToc
To use dtrace and to access moduels names in the kernel, you should disable SIP (System Integrity Protection) for dtrace. You can disable it for dtrace only:
- boot into recovery mode using
command + R
. - When recovery mode screen is show, open Utilities -> Terminal
csrutil disable
csrutil enable --without dtrace