arthurdapaz

Find Application Container Data

Jun 13th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3.  
  4. DICT="var dict = [NSDictionary dictionaryWithContentsOfFile: '/private/var/mobile/Library/MobileInstallation/LastLaunchServicesMap.plist'];"
  5. OBJ1="obj = [[[[dict objectForKey:@'User'] objectForKey:@'"
  6. OBJ2="$OBJ1$1'] objectForKey:@'EnvironmentVariables'] objectForKey:@'HOME'];throw obj"
  7.  
  8. FIM="$DICT $OBJ2"
  9. echo -n $FIM|cycript
Advertisement
Add Comment
Please, Sign In to add comment