Skip to content

MacOS Users

Avi Lumelsky edited this page Apr 10, 2023 · 2 revisions

Table of Contents generated with DocToc

Mac users

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
Clone this wiki locally