DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

Adds Data Directories Paths Python script #24

Closed rderik closed 4 years ago

rderik commented 4 years ago

The ddp script provides access to obtaining the common paths for an application bundle. The directories that can be obtained are:

The script also provides a method to display the application groups the app belongs to. DPP makes use of the SecTaskCopyValueForEntitlement function. As explained in this StackOverflow Answer.