Skip to content

Commit

Permalink
Added snoopie description
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSelander authored Aug 12, 2017
1 parent 32d1f93 commit 28f46af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,10 @@ Perform a regular expression search for stuff in an executable
(lldb) pmodule -a
![pmodule example](https://github.com/DerekSelander/LLDB/raw/master/Media/pmodule_gif.gif)

### snoopie
Generates a DTrace sciprt that will only profile classes implemented
in the main executable irregardless if binary is stripped or not. This is done via
profiling objc_msgSend. The creation of this command is discussed in the book.

WARNING: YOU MUST DISABLE ROOTLESS TO USE DTRACE

0 comments on commit 28f46af

Please sign in to comment.