Guest User

Untitled

a guest
Jun 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. KennyTM--s-iPod-Touch:/System/Library/Frameworks root# for i in `ls | sed 's/\\.framework\\///'` ; do nm $i.framework/$i | egrep '[tT] _[A-Z]+Log$' | sed 's/^/'$i': /' ; done
  2.  
  3. nm: can't open file: AudioUnit.framework/AudioUnit (No such file or directory)
  4. CoreFoundation: 3029ee54 T _CFLog
  5. CoreGraphics: 310cce58 T _CGLog
  6. Foundation: 306a9e90 T _NSLog
  7. Foundation: 307065f0 T _NSURLLog
  8. SystemConfiguration: 31823414 T _SCLog
  9.  
  10. KennyTM--s-iPod-Touch:/System/Library/Frameworks root# cd ../PrivateFrameworks/
  11.  
  12. KennyTM--s-iPod-Touch:/System/Library/PrivateFrameworks root# for i in `ls | sed 's/\\.framework\\///'` ; do nm $i.framework/$i | egrep '[tT] _[A-Z]+Log$' | sed 's/^/'$i': /' ; done
  13.  
  14. DataAccess: 3328c020 T _DALog
  15. DataAccess: 3328bc58 T _DAVLog
  16. DataAccessExpress: 3441bbd0 T _DALog
  17. DataAccessExpress: 3441b808 T _DAVLog
  18. GraphicsServices: 3156ba44 T _GSLog
  19. JavaScriptCore: 313643f0 T _WTFLog
  20. PersistentConnection: 3442dfb6 t _PCLog
  21. nm: can't open file: bfd.framework/bfd (No such file or directory)
  22. nm: can't open file: binutils.framework/binutils (No such file or directory)
  23. nm: can't open file: gdb.framework/gdb (No such file or directory)
Add Comment
Please, Sign In to add comment