Notes from iOS 8 and the OS X 10.10 Preview
Jonathan Levin, http://newosxbook.com/ - 9/19/14
0. Changelog
6/5/14: | First version |
6/7/14: | Updated with OS X part (after installing 10.10 in a VM) |
8/14/14: | Updated with DP4 findings |
9/19/14: | Updated with DP8, and iOS8 findings - lots on frameworks and daemons. Also notes on launchd |
Check out @Technologeeks tweets, or the RSS Feed for updates - I'll add more as I go along.. Feel free to shoot any comments/questions to info@
About
I had contemplated signing up for the OS X 10.10 open Beta program, but after seeing the license agreement opted against it. Fortunately, the OS X 10.10 and XCode 6 DP1 are both out there, in the vast reaches of the 'net. This note summarizes my findings (about internals only, not Cocoa level and other APIS) so far:
1. iOS 8
- No support for iPhone 4: This is no surprise, but has far reaching implications. Beyond forcing people to dump the 4 and upgrade already (good for AAPL stock), this means that the A4 bootloader is finally out of the picture. No more Limera1n and other (known) exploits, by means of which a tethered jailbreak can be performed and - more importantly - the iOS IPSW can be decrypted (Unless IH8Sn0w or someone rises to the challenge and provides the 4S IV/Key, at a minimum!). This is terrible news for jailbreaking efforts, which have always built on reverse engineering the iOS binaries. Since apps are sandboxed, it's a LOT harder (though not impossible, thankfully!) to get access to the myriad frameworks and private frameworks, not to mention random binaries in /usr/libexec, etc - some of which have (as yet) undisclosed code injection vectors, which allow root and arbitrary code injection (via ROP).
- The SDK contains stubs, not images - I admit it always baffled me why Apple provided fully symbolicated framework images, with the full text (=code). Sure, you need them for crash symboication, but, seriously - WITH THE CODE (and I think I might've foolishly mentioned it to one too many people, too). Kinda like a Stockholm Syndrome with Jailbreakers, you know? Anyway, it turns out that somebody at Infinite Loop finally decided to put this to an end. The framework images are now merely stubs. E.g. kperfdata (one of the coolest frameworks I've seen so far!):
Ergo:kperfdata.framework morpheus$ ARCH=armv7s jtool -v -l kperfdata # Note no mapping to file, AND no segment info - all zeros! LC 00: LC_SEGMENT Mem: 0x00000000-0x00008000 File: Not Mapped r-x/r-x __TEXT Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __TEXT.__text (Normal) Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __TEXT.__picsymbolstub4 Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __TEXT.__stub_helper (Normal) Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __TEXT.__cstring (C-String Literals) Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __TEXT.__const LC 01: LC_SEGMENT Mem: 0x00008000-0x0000c000 File: Not Mapped rw-/rw- __DATA Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __DATA.__nl_symbol_ptr Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __DATA.__la_symbol_ptr Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __DATA.__const Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __DATA.__bss (Zero Fill) Mem: 0x00000000-0x00000000 File: 0x00000000-0x00000000 __DATA.__common (Zero Fill) LC 02: LC_SEGMENT Mem: 0x0000c000-0x0000cb6c File: 0x508-0x1074 r--/r-- __LINKEDIT LC 03: LC_ID_DYLIB /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata (compatibility ver: 1.0.0, current ver: 1.0.0) LC 04: LC_DYLD_INFO No Rebase info No Bind info No Lazy info No Weak info Export info: 748 bytes at offset 1288 (0x508-0x7f4) LC 05: LC_SYMTAB Symbol table is at offset 0x808 (2056), 77 entries String table is at offset 0xba4 (2980), 1232 bytes LC 06: LC_DYSYMTAB 1 local symbols at index 0 40 external symbols at index 1 36 undefined symbols at index 41 No TOC No modtab No Indirect symbols LC 07: LC_UUID UUID: E1E6A68E-5240-3C7B-AF4F-BA8C909BC506 LC 08: LC_VERSION_MIN_IPHONEOS Minimum iOS version: 8.0.0 LC 09: LC_SOURCE_VERSION Source Version: 41.0.0.0.0 LC 10: LC_SEGMENT_SPLIT_INFO Offset: 0, Size: 0 (0x0-0x0) LC 11: LC_LOAD_DYLIB /usr/lib/libSystem.B.dylib (compatibility ver: 1.0.0, current ver: 1212.0.0) LC 12: LC_FUNCTION_STARTS Offset: 0, Size: 0 (0x0-0x0) # Note size 0.. LC 13: LC_DATA_IN_CODE Offset: 0, Size: 0 (0x0-0x0) # ... LC 14: LC_DYLIB_CODE_SIGN_DRS Offset: 2036, Size: 20 (0x7f4-0x808) Library Dependency blob (20 bytes)
At first I thought this is a bug in jtool (wouldn't have been my first..), but otool displayed the same output (albeit messier). So no more of that. Just symbols... jtool -S still works:
Ergo:kperfdata.framework morpheus$ ARCH=armv7s jtool -v -S kperfdata 0x814 00003d78 T _kpdecode_cursor_clearchunk 0x820 00003f6c T _kpdecode_cursor_create 0x82c 00003f8c T _kpdecode_cursor_flush 0x838 00003f88 T _kpdecode_cursor_free 0x844 00003f90 T _kpdecode_cursor_get_stats 0x850 00004014 T _kpdecode_cursor_next_record 0x85c 00003fd4 T _kpdecode_cursor_set_option 0x868 00003d5c T _kpdecode_cursor_setchunk 0x874 00003ff8 T _kpdecode_record_free 0x880 00003b70 T _kpfile_add_header 0x88c 00001bac T _kpfile_close 0x898 0000223c T _kpfile_fdopenin 0x8a4 0000270c T _kpfile_fdopenout 0x8b0 00001ddc T _kpfile_get_bitwidth 0x8bc 00003bfc T _kpfile_get_chunk_length 0x8c8 00003bf8 T _kpfile_get_chunk_tag 0x8d4 000020d8 T _kpfile_get_cpumap 0x8e0 00001d60 T _kpfile_get_error 0x8ec 00001d30 T _kpfile_get_fileno 0x8f8 00001dac T _kpfile_get_format 0x904 0000206c T _kpfile_get_timebase 0x910 00001e0c T _kpfile_get_walltime 0x91c 00001ff4 T _kpfile_hint_frequency 0x928 000021d0 T _kpfile_openin 0x934 00002680 T _kpfile_openout 0x940 00003c00 T _kpfile_read_chunk 0x94c 000030dc T _kpfile_read_events 0x958 00002928 T _kpfile_read_next 0x964 00001b28 T _kpfile_read_status 0x970 000027a4 T _kpfile_read_threadmap 0x97c 00003b1c T _kpfile_set_compression 0x988 0000214c T _kpfile_set_cpumap 0x994 00001eb8 T _kpfile_set_frequency 0x9a0 000020c8 T _kpfile_set_localhost_defaults 0x9ac 00001fb4 T _kpfile_set_timebase 0x9b8 00001e6c T _kpfile_set_walltime 0x9c4 00001d90 T _kpfile_strerror 0x9d0 00003bbc T _kpfile_write_chunk 0x9dc 00003578 T _kpfile_write_events 0x9e8 00002a9c T _kpfile_write_threadmap 0x9f4 U ___assert_rtn 0xa00 U ___error
Update: No biggy. You can just grab the shared library cache (at least in the case of Okemo12A365.N94OS, the 4S)
- While on the subject of frameworks: Tons of new ones, but as I mentioned - Apple has the new
kperfdata.framework , which builds on the kernelkperf (and private framework), introduced in 7.0/10.8. The main user of this appears to beiprofiler on the DeveloperDiskImage.dmg, which is a port of the XCode 5.x x86_64 iprofiler (along with man page), and shows that kperf is the new mechanism for performance monitoring (out with CHUD for good, it seems, and AppleProfileFamily..).Unfortunately, I haven't been able to try it out yet on my 7.x, since one needs the framework binary which is now a stub. I'm trying an alternate route..Update: Frameworks can now be easily extracted from the dyld cache. See below. - Many more frameworks : The # of public frameworks has gone up from 60 to 74, but - more importantly - the # of private frameworks has gone up from 271 to 358! The diff follows (if you click), and I'll provide a dependency map (who/what uses whom/what) at some point for the 2nd Ed)
- Unsurprisingly, the shared library cache is bigger: with 875 images, rather than 696. Plenty more gadget material for ROP :-). If you're interested, click to show the full list.
morpheus@Zephyr (~) $ jtool -v -l /Volumes/Okemo12A365.N94OS/System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7 File is a shared cache containing 875 images mapping __TEXT 248MB 20000000 -> 2f818000 mapping __DATA 38MB 2f818000 -> 31e70000 mapping __LINKEDIT 42MB 31e70000 -> 3489c000 0: 20008000 /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation 1: 2000c000 /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 2: 20015000 /System/Library/AccessibilityBundles/AccountsUI.axbundle/AccountsUI 3: 20017000 /System/Library/AccessibilityBundles/AddressBookUIFramework.axbundle/AddressBookUIFramework 4: 2001e000 /System/Library/AccessibilityBundles/CameraKit.axbundle/CameraKit 5: 2002a000 /System/Library/AccessibilityBundles/HearingAidUIServer.axuiservice/HearingAidUIServer 6: 20038000 /System/Library/AccessibilityBundles/MapKitFramework.axbundle/MapKitFramework 7: 2003e000 /System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework 8: 20046000 /System/Library/AccessibilityBundles/MediaPlayerUIFramework.axbundle/MediaPlayerUIFramework 9: 2004d000 /System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework 10: 20055000 /System/Library/AccessibilityBundles/PassKitFramework.axbundle/PassKitFramework 11: 2005d000 /System/Library/AccessibilityBundles/PhotoLibraryFramework.axbundle/PhotoLibraryFramework 12: 20068000 /System/Library/AccessibilityBundles/PhotoLibraryServices.axbundle/PhotoLibraryServices 13: 2006b000 /System/Library/AccessibilityBundles/PhotosFramework.axbundle/PhotosFramework 14: 2006e000 /System/Library/AccessibilityBundles/PhotosUIFramework.axbundle/PhotosUIFramework 15: 20079000 /System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesFramework 16: 20080000 /System/Library/AccessibilityBundles/QuickLook.axbundle/QuickLook 17: 20082000 /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak 18: 2008c000 /System/Library/AccessibilityBundles/RemoteUIFramework.axbundle/RemoteUIFramework 19: 2008e000 /System/Library/AccessibilityBundles/SocialFramework.axbundle/SocialFramework 20: 20091000 /System/Library/AccessibilityBundles/StoreKitFramework.axbundle/StoreKitFramework 21: 20093000 /System/Library/AccessibilityBundles/StoreKitUI.axbundle/StoreKitUI 22: 200a3000 /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit 23: 2011b000 /System/Library/AccessibilityBundles/VoiceMemosFramework.axbundle/VoiceMemosFramework 24: 2011f000 /System/Library/AccessibilityBundles/WebCore.axbundle/WebCore 25: 2012c000 /System/Library/AccessibilityBundles/WebKit.axbundle/WebKit 26: 2012e000 /System/Library/AccessibilityBundles/WebKitLegacy.axbundle/WebKitLegacy 27: 20135000 /System/Library/AccessibilityBundles/WebProcess.axbundle/WebProcess 28: 20139000 /System/Library/AccessibilityBundles/WebProcessLoader.axbundle/WebProcessLoader 29: 2013a000 /System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreFramework 30: 2013b000 /System/Library/BulletinBoardPlugins/CMASBBPlugin.bundle/CMASBBPlugin 31: 2013f000 /System/Library/BulletinBoardPlugins/CalendarProvider.bundle/CalendarProvider 32: 2015f000 /System/Library/BulletinBoardPlugins/MPDataProvider.bundle/MPDataProvider 33: 2016b000 /System/Library/BulletinBoardPlugins/PhotoLibraryDataProvider.bundle/PhotoLibraryDataProvider 34: 20170000 /System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle/SMSBBPlugin 35: 2017e000 /System/Library/BulletinBoardPlugins/SocialBulletinBoardProvider.bundle/SocialBulletinBoardProvider 36: 20182000 /System/Library/BulletinBoardPlugins/WeatherNotifications.bundle/WeatherNotifications 37: 20187000 /System/Library/Caches/com.apple.xpc//sdk.dylib 38: 20189000 /System/Library/Caches/com.apple.xpcd/xpcd_cache.dylib 39: 201cd000 /System/Library/CoreServices/Encodings/libArabicConverter.dylib 40: 201ce000 /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 41: 201d0000 /System/Library/CoreServices/Encodings/libGreekConverter.dylib 42: 201d2000 /System/Library/CoreServices/Encodings/libHebrewConverter.dylib 43: 201d3000 /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 44: 201ef000 /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 45: 20211000 /System/Library/CoreServices/Encodings/libLatin2Converter.dylib 46: 20213000 /System/Library/CoreServices/Encodings/libLatin5Converter.dylib 47: 20215000 /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib 48: 20218000 /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 49: 20227000 /System/Library/CoreServices/Encodings/libSymbolConverter.dylib 50: 20228000 /System/Library/CoreServices/Encodings/libThaiConverter.dylib 51: 20229000 /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib 52: 2023c000 /System/Library/CoreServices/Encodings/libVietnameseConverter.dylib 53: 2023d000 /System/Library/CoreServices/RawCamera.bundle/RawCamera 54: 2032a000 /System/Library/DataClassMigrators/DAAccount.migrator/DAAccount 55: 2032d000 /System/Library/DataClassMigrators/DAAccountLegacy.migrator/DAAccountLegacy 56: 20338000 /System/Library/DataClassMigrators/FaceTimeMigrator.migrator/FaceTimeMigrator 57: 2033a000 /System/Library/DataClassMigrators/MessagesDataMigrator.migrator/MessagesDataMigrator 58: 2033b000 /System/Library/Extensions/AppleHDQGasGaugeControl.kext/PlugIns/AppleHDQGasGaugeHID.plugin/AppleHDQGasGaugeHID 59: 2033f000 /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver 60: 20454000 /System/Library/Extensions/IOHIDFamily.kext/PlugIns/IOHIDLib.plugin/IOHIDLib 61: 2045d000 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 62: 205ca000 /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 63: 20629000 /System/Library/Frameworks/AVKit.framework/AVKit 64: 20663000 /System/Library/Frameworks/Accelerate.framework/Accelerate 65: 20664000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 66: 20674000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 67: 2088e000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 68: 2096c000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 69: 20c30000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 70: 20c43000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 71: 20cb9000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 72: 20ccb000 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 73: 20ccc000 /System/Library/Frameworks/Accounts.framework/Accounts 74: 20cf3000 /System/Library/Frameworks/AdSupport.framework/AdSupport 75: 20cf4000 /System/Library/Frameworks/AddressBook.framework/AddressBook 76: 20d65000 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 77: 20e8a000 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 78: 20e9c000 /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs 79: 2101f000 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 80: 21291000 /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib 81: 213f6000 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 82: 2157e000 /System/Library/Frameworks/CloudKit.framework/CloudKit 83: 215ff000 /System/Library/Frameworks/CoreAudio.framework/CoreAudio 84: 2165e000 /System/Library/Frameworks/CoreAudioKit.framework/CoreAudioKit 85: 21670000 /System/Library/Frameworks/CoreAuthentication.framework/CoreAuthentication 86: 21676000 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 87: 21694000 /System/Library/Frameworks/CoreData.framework/CoreData 88: 218a0000 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 89: 21bd0000 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 90: 21cfa000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGCorePDF.A.dylib 91: 21cfb000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib 92: 21d38000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGVolute.A.dylib 93: 21d39000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib 94: 21d3c000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib 95: 21d47000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMaps.A.dylib 96: 21ef9000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libFontStreams.A.dylib 97: 21f06000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libJBIG2.A.dylib 98: 21f13000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libPDFRIP.A.dylib 99: 21f2e000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib 100: 21f4a000 /System/Library/Frameworks/CoreImage.framework/CoreImage 101: 22058000 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 102: 220b0000 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 103: 220e1000 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 104: 2217c000 /System/Library/Frameworks/CoreMotion.framework/CoreMotion 105: 2223d000 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 106: 2229c000 /System/Library/Frameworks/CoreText.framework/CoreText 107: 22364000 /System/Library/Frameworks/CoreVideo.framework/CoreVideo 108: 2237a000 /System/Library/Frameworks/EventKit.framework/EventKit 109: 22470000 /System/Library/Frameworks/EventKitUI.framework/EventKitUI 110: 225d1000 /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 111: 225e5000 /System/Library/Frameworks/Foundation.framework/Foundation 112: 227e8000 /System/Library/Frameworks/GLKit.framework/GLKit 113: 22814000 /System/Library/Frameworks/GSS.framework/GSS 114: 22834000 /System/Library/Frameworks/GameController.framework/GameController 115: 22842000 /System/Library/Frameworks/GameKit.framework/GameKit 116: 22843000 /System/Library/Frameworks/HealthKit.framework/HealthKit 117: 22889000 /System/Library/Frameworks/HomeKit.framework/HomeKit 118: 228c7000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 119: 2291e000 /System/Library/Frameworks/ImageIO.framework/ImageIO 120: 22b61000 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 121: 22eab000 /System/Library/Frameworks/JavaScriptCore.framework/Libraries/libllvmForJSC.dylib 122: 2306d000 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 123: 23072000 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedInternals.framework/SharedInternals 124: 2307b000 /System/Library/Frameworks/MapKit.framework/MapKit 125: 23179000 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 126: 23182000 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 127: 2335c000 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 128: 236d5000 /System/Library/Frameworks/MessageUI.framework/MessageUI 129: 23794000 /System/Library/Frameworks/Metal.framework/Metal 130: 23801000 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 131: 23891000 /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity 132: 238e5000 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 133: 23975000 /System/Library/Frameworks/NewsstandKit.framework/NewsstandKit 134: 2397f000 /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter 135: 23985000 /System/Library/Frameworks/OpenAL.framework/OpenAL 136: 239b6000 /System/Library/Frameworks/OpenGLES.framework//libLLVMContainer.dylib 137: 24282000 /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 138: 2435a000 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 139: 24363000 /System/Library/Frameworks/OpenGLES.framework/libCLRendererStubs.dylib 140: 24364000 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 141: 24365000 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 142: 24368000 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 143: 2436c000 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 144: 24375000 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 145: 243b5000 /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 146: 244f0000 /System/Library/Frameworks/OpenGLES.framework/libGLVMPlugin.dylib 147: 2450e000 /System/Library/Frameworks/PassKit.framework/PassKit 148: 245af000 /System/Library/Frameworks/Photos.framework/Photos 149: 24622000 /System/Library/Frameworks/PhotosUI.framework/PhotosUI 150: 24842000 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 151: 24993000 /System/Library/Frameworks/QuickLook.framework/QuickLook 152: 249e7000 /System/Library/Frameworks/SafariServices.framework/SafariServices 153: 249ea000 /System/Library/Frameworks/SceneKit.framework/SceneKit 154: 24bd4000 /System/Library/Frameworks/Security.framework/Security 155: 24c15000 /System/Library/Frameworks/Social.framework/Social 156: 24c8e000 /System/Library/Frameworks/SpriteKit.framework/SpriteKit 157: 24da2000 /System/Library/Frameworks/StoreKit.framework/StoreKit 158: 24db8000 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 159: 24e15000 /System/Library/Frameworks/Twitter.framework/Twitter 160: 24e17000 /System/Library/Frameworks/UIKit.framework/UIKit 161: 256b0000 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 162: 25718000 /System/Library/Frameworks/WebKit.framework/WebKit 163: 258fd000 /System/Library/Frameworks/iAd.framework/iAd 164: 25933000 /System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin 165: 2594c000 /System/Library/MediaCapture/H4ISP.mediacapture 166: 25993000 /System/Library/Messages/PlugIns/FaceTime.imservice/FaceTime 167: 259b8000 /System/Library/Messages/PlugIns/SMS.imservice/SMS 168: 259e6000 /System/Library/Messages/PlugIns/iMessage.imservice/iMessage 169: 25a17000 /System/Library/PreferenceBundles/AccountSettings/ActiveSyncSettings.bundle/ActiveSyncSettings 170: 25a2b000 /System/Library/PreferenceBundles/AccountSettings/ContactsSettings.bundle/ContactsSettings 171: 25a33000 /System/Library/PreferenceBundles/AccountSettings/DAVSettings.bundle/DAVSettings 172: 25a39000 /System/Library/PreferenceBundles/AccountSettings/LDAPSettings.bundle/LDAPSettings 173: 25a40000 /System/Library/PreferenceBundles/AccountSettings/MobileCalSettings.bundle/MobileCalSettings 174: 25a48000 /System/Library/PreferenceBundles/AccountSettings/MobileMailSettings.bundle/MobileMailSettings 175: 25a75000 /System/Library/PreferenceBundles/AccountSettings/SubscribedCalendarSettings.bundle/SubscribedCalendarSettings 176: 25a7a000 /System/Library/PreferenceBundles/AirPortSettings.bundle/AirPortSettings 177: 25ab0000 /System/Library/PreferenceBundles/BluetoothSettings.bundle/BluetoothSettings 178: 25ac2000 /System/Library/PreferenceBundles/CarrierSettings.bundle/CarrierSettings 179: 25ad1000 /System/Library/PreferenceBundles/EDGESettings.bundle/EDGESettings 180: 25ad6000 /System/Library/PreferenceBundles/KeyboardSettings.bundle/KeyboardSettings 181: 25af1000 /System/Library/PreferenceBundles/ManagedConfigurationUI.bundle/ManagedConfigurationUI 182: 25b3f000 /System/Library/PreferenceBundles/MobilePhoneSettings.bundle/MobilePhoneSettings 183: 25b57000 /System/Library/PreferenceBundles/MobileSafariSettings.bundle/MobileSafariSettings 184: 25b73000 /System/Library/PreferenceBundles/MobileSlideShowSettings.bundle/MobileSlideShowSettings 185: 25b7f000 /System/Library/PreferenceBundles/MobileStoreSettings.bundle/MobileStoreSettings 186: 25b8a000 /System/Library/PreferenceBundles/MusicSettings.bundle/MusicSettings 187: 25b97000 /System/Library/PreferenceBundles/ScheduleSettings.bundle/ScheduleSettings 188: 25b9d000 /System/Library/PreferenceBundles/VPNPreferences.bundle/VPNPreferences 189: 25bcb000 /System/Library/PreferenceBundles/VictoriaSettings.bundle/VictoriaSettings 190: 25bd1000 /System/Library/PreferenceBundles/Wallpaper.bundle/Wallpaper 191: 25bdf000 /System/Library/PreferenceBundles/WirelessModemSettings.bundle/WirelessModemSettings 192: 25beb000 /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 193: 25c10000 /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget 194: 25c16000 /System/Library/PrivateFrameworks/AOSKit.framework/AOSKit 195: 25c1a000 /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification 196: 25c26000 /System/Library/PrivateFrameworks/ATFoundation.framework/ATFoundation 197: 25c4b000 /System/Library/PrivateFrameworks/AXHearingAidSupport.framework/AXHearingAidSupport 198: 25c99000 /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 199: 25cbe000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXElementInteraction.framework/AXElementInteraction 200: 25cc2000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils 201: 25cc5000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXPhotoFaceDetection.framework/AXPhotoFaceDetection 202: 25cc8000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpringBoardServerInstance.framework/AXSpringBoardServerInstance 203: 25ce9000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 204: 25cf1000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIService.framework/AccessibilityUIService 205: 25d08000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 206: 25d0c000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakThisServices.framework/SpeakThisServices 207: 25d0e000 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 208: 25d12000 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 209: 25d6d000 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 210: 25d7a000 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 211: 25dc7000 /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI 212: 25de9000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 213: 25dee000 /System/Library/PrivateFrameworks/AggregateDictionaryHistory.framework/AggregateDictionaryHistory 214: 25df3000 /System/Library/PrivateFrameworks/AirPlayForCarDisplaySim.framework/AirPlayForCarDisplaySim 215: 25ead000 /System/Library/PrivateFrameworks/AirPlayReceiver.framework/AirPlayReceiver 216: 25fb2000 /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport 217: 25fdd000 /System/Library/PrivateFrameworks/AirPortAssistant.framework/AirPortAssistant 218: 260c7000 /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic 219: 260e6000 /System/Library/PrivateFrameworks/AirTrafficDevice.framework/AirTrafficDevice 220: 26192000 /System/Library/PrivateFrameworks/AppLaunchStats.framework/AppLaunchStats 221: 261d1000 /System/Library/PrivateFrameworks/AppStoreUI.framework/AppStoreUI 222: 261d4000 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 223: 26213000 /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 224: 2625a000 /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI 225: 26294000 /System/Library/PrivateFrameworks/AppleBasebandManager.framework/AppleBasebandManager 226: 262b1000 /System/Library/PrivateFrameworks/AppleBasebandServices.framework/AppleBasebandServices 227: 2631f000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 228: 26329000 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 229: 26330000 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 230: 26341000 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 231: 2637f000 /System/Library/PrivateFrameworks/AppleLDAP.framework/AppleLDAP 232: 26387000 /System/Library/PrivateFrameworks/ApplePDPHelper.framework/ApplePDPHelper 233: 26389000 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 234: 2639c000 /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP 235: 263a3000 /System/Library/PrivateFrameworks/AppleSerialMultiplexer.framework/AppleSerialMultiplexer 236: 263aa000 /System/Library/PrivateFrameworks/AppleVXD375Framework.framework/AppleVXD375Framework 237: 263bd000 /System/Library/PrivateFrameworks/AppleVXD390Framework.framework/AppleVXD390Framework 238: 263d0000 /System/Library/PrivateFrameworks/AskPermission.framework/AskPermission 239: 263d7000 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 240: 263e1000 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 241: 263fa000 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 242: 2641f000 /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI 243: 2644d000 /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 244: 26452000 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 245: 2646a000 /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 246: 2646c000 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 247: 264a2000 /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 248: 264a9000 /System/Library/PrivateFrameworks/Bom.framework/Bom 249: 264d0000 /System/Library/PrivateFrameworks/BookmarkDAV.framework/BookmarkDAV 250: 264e3000 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 251: 26549000 /System/Library/PrivateFrameworks/CPMLBestShim.framework/CPMLBestShim 252: 2654e000 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 253: 26556000 /System/Library/PrivateFrameworks/CalDAV.framework/CalDAV 254: 26592000 /System/Library/PrivateFrameworks/Calculate.framework/Calculate 255: 2659a000 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 256: 265c4000 /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 257: 265de000 /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory 258: 265fe000 /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 259: 266d0000 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 260: 266d9000 /System/Library/PrivateFrameworks/Celestial.framework/Celestial 261: 267fc000 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 262: 26809000 /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo 263: 26822000 /System/Library/PrivateFrameworks/CertUI.framework/CertUI 264: 26828000 /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit 265: 26952000 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 266: 26974000 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 267: 269b2000 /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/CloudDocsDaemon 268: 26b1b000 /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon 269: 26d16000 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 270: 26dbf000 /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices 271: 26dc6000 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 272: 26e0f000 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 273: 26e12000 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 274: 26e23000 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 275: 26e28000 /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI 276: 26e83000 /System/Library/PrivateFrameworks/CompassUI.framework/CompassUI 277: 26e91000 /System/Library/PrivateFrameworks/Conference.framework/Conference 278: 26e96000 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 279: 26e9b000 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 280: 26ed4000 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 281: 26ed8000 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 282: 26eee000 /System/Library/PrivateFrameworks/CoreCapture.framework/CoreCapture 283: 26ef9000 /System/Library/PrivateFrameworks/CoreCaptureClient.framework/CoreCaptureClient 284: 26efb000 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 285: 26f50000 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 286: 26f6a000 /System/Library/PrivateFrameworks/CoreDuetAdmissionControlLog.framework/CoreDuetAdmissionControlLog 287: 26f6e000 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 288: 26f7e000 /System/Library/PrivateFrameworks/CoreDuetDataModel.framework/CoreDuetDataModel 289: 26f80000 /System/Library/PrivateFrameworks/CoreDuetDataParity.framework/CoreDuetDataParity 290: 26f84000 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 291: 26f87000 /System/Library/PrivateFrameworks/CoreDuetStatistics.framework/CoreDuetStatistics 292: 26f89000 /System/Library/PrivateFrameworks/CoreHAP.framework/CoreHAP 293: 27056000 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 294: 270b9000 /System/Library/PrivateFrameworks/CoreIndoor.framework/CoreIndoor 295: 270d3000 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 296: 271d4000 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 297: 27270000 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 298: 272a2000 /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC 299: 272d0000 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 300: 272db000 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 301: 27334000 /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine 302: 27345000 /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 303: 27352000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 304: 27371000 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 305: 273ab000 /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals 306: 274b6000 /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface 307: 274b7000 /System/Library/PrivateFrameworks/CoreSurfaceAccelerator.framework/CoreSurfaceAccelerator 308: 274b8000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 309: 27528000 /System/Library/PrivateFrameworks/CoreTelephonyBypass.framework/CoreTelephonyBypass 310: 27529000 /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/CoreThemeDefinition 311: 27568000 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 312: 2756e000 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 313: 275ef000 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 314: 27659000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 315: 2765f000 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 316: 27666000 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 317: 27671000 /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 318: 276b7000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DABookmarkDAV.framework/DABookmarkDAV 319: 276bb000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DABookmarkDAV.framework/DADaemonBookmarkDAV.bundle/DADaemonBookmarkDAV 320: 276c1000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACalDAV.framework/DACalDAV 321: 27707000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACalDAV.framework/DADaemonCalDAV.bundle/DADaemonCalDAV 322: 27720000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACardDAV.framework/DACardDAV 323: 27724000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACardDAV.framework/DADaemonCardDAV.bundle/DADaemonCardDAV 324: 27743000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/DACoreDAVGlue 325: 27746000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DADaemonSupport.framework/DADaemonSupport 326: 27778000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DADaemonEAS.bundle/DADaemonEAS 327: 277b8000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS 328: 27868000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAIMAPNotes.framework/DADaemonIMAPNotes.bundle/DADaemonIMAPNotes 329: 2787e000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAIMAPNotes.framework/DAIMAPNotes 330: 2787f000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DALDAP.framework/DADaemonLDAP.bundle/DADaemonLDAP 331: 27881000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DALDAP.framework/DALDAP 332: 2788e000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DASubCal.framework/DADaemonSubCal.bundle/DADaemonSubCal 333: 2789e000 /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DASubCal.framework/DASubCal 334: 278ab000 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 335: 278cd000 /System/Library/PrivateFrameworks/DataAccessUI.framework/DataAccessUI 336: 278d7000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 337: 278f0000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/PlugIns/PhoneNumbers.plugin/PhoneNumbers 338: 278f1000 /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI 339: 2790b000 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 340: 27912000 /System/Library/PrivateFrameworks/DeviceOMatic.framework/DeviceOMatic 341: 27916000 /System/Library/PrivateFrameworks/DeviceToDeviceManager.framework/DeviceToDeviceManager 342: 2791b000 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 343: 2791d000 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 344: 27938000 /System/Library/PrivateFrameworks/Duet.framework/Duet 345: 2793c000 /System/Library/PrivateFrameworks/DuetNetworkClient.framework/DuetNetworkClient 346: 2793f000 /System/Library/PrivateFrameworks/DuetPLLConfigLogger.framework/DuetPLLConfigLogger 347: 2794e000 /System/Library/PrivateFrameworks/EAFirmwareUpdater.framework/EAFirmwareUpdater 348: 27956000 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 349: 27976000 /System/Library/PrivateFrameworks/EasyConfig.framework/EasyConfig 350: 2797f000 /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition 351: 27a2a000 /System/Library/PrivateFrameworks/FMF.framework/FMF 352: 27a42000 /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI 353: 27a62000 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 354: 27a74000 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 355: 27a77000 /System/Library/PrivateFrameworks/FTServices.framework/FTServices 356: 27aa8000 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 357: 27ecc000 /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 358: 27ed3000 /System/Library/PrivateFrameworks/FamilyNotification.framework/FamilyNotification 359: 27ed9000 /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider 360: 27ede000 /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice 361: 27eea000 /System/Library/PrivateFrameworks/FindMyDeviceUI.framework/FindMyDeviceUI 362: 27ef0000 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 363: 27ef1000 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 364: 27fc5000 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 365: 27fd2000 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 366: 28001000 /System/Library/PrivateFrameworks/FontServices.framework/libType1Scaler.dylib 367: 28062000 /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard 368: 280b4000 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 369: 280d0000 /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 370: 280d1000 /System/Library/PrivateFrameworks/GPUCompiler.framework/libsrc2module.dylib 371: 2862e000 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupport.dylib 372: 28635000 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 373: 2863d000 /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation 374: 286c7000 /System/Library/PrivateFrameworks/GameCenterPrivateUI.framework/GameCenterPrivateUI 375: 28762000 /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI 376: 287ad000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference 377: 288e9000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/GKSPerformance.framework/GKSPerformance 378: 288fb000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE 379: 28920000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle 380: 28921000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange 381: 2892a000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace 382: 28936000 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap 383: 28938000 /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices 384: 289b4000 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 385: 289cb000 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 386: 28c3b000 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 387: 28c4c000 /System/Library/PrivateFrameworks/H3ISPServices.framework/H3ISPServices 388: 28c5c000 /System/Library/PrivateFrameworks/H4ISPServices.framework/H4ISPServices 389: 28c90000 /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication 390: 28c94000 /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon 391: 28cc8000 /System/Library/PrivateFrameworks/HealthKitUI.framework/HealthKitUI 392: 28ced000 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 393: 28d3d000 /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon 394: 28dcf000 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 395: 28e4f000 /System/Library/PrivateFrameworks/IAP.framework/IAP 396: 28e5c000 /System/Library/PrivateFrameworks/IAPAuthentication.framework/IAPAuthentication 397: 28ead000 /System/Library/PrivateFrameworks/IDS.framework/IDS 398: 28f04000 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 399: 28f26000 /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore 400: 28f8d000 /System/Library/PrivateFrameworks/IMCore.framework/IMCore 401: 2903c000 /System/Library/PrivateFrameworks/IMDMessageServices.framework/IMDMessageServices 402: 2903f000 /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 403: 29083000 /System/Library/PrivateFrameworks/IMDaemonCore.framework/IMDaemonCore 404: 290d3000 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 405: 29138000 /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding 406: 2913b000 /System/Library/PrivateFrameworks/IMTransferServices.framework/IMTransferServices 407: 2913f000 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 408: 29143000 /System/Library/PrivateFrameworks/IOCEC.framework/IOCEC 409: 29145000 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 410: 2914c000 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 411: 29152000 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 412: 29154000 /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit 413: 2919c000 /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 414: 291e9000 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 415: 291ef000 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 416: 291f6000 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 417: 2922d000 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping 418: 2924c000 /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit 419: 2925b000 /System/Library/PrivateFrameworks/Librarian.framework/Librarian 420: 29268000 /System/Library/PrivateFrameworks/MIME.framework/MIME 421: 292a5000 /System/Library/PrivateFrameworks/MMCS.framework/MMCS 422: 29300000 /System/Library/PrivateFrameworks/MMCSServices.framework/MMCSServices 423: 29308000 /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation 424: 29333000 /System/Library/PrivateFrameworks/MTLCompiler.framework/MTLCompiler 425: 29348000 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 426: 29355000 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/MDM.framework/MDM 427: 29388000 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 428: 29428000 /System/Library/PrivateFrameworks/MapsSupport.framework/MapsSupport 429: 29431000 /System/Library/PrivateFrameworks/Marco.framework/Marco 430: 29433000 /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender 431: 294ab000 /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI 432: 29549000 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 433: 2955c000 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 434: 2956c000 /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 435: 29585000 /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP 436: 295de000 /System/Library/PrivateFrameworks/Message.framework/MailServices/POP.framework/POP 437: 295e9000 /System/Library/PrivateFrameworks/Message.framework/Message 438: 296c7000 /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection 439: 296cc000 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 440: 296cf000 /System/Library/PrivateFrameworks/MobileAccessoryUpdater.framework/MobileAccessoryUpdater 441: 296d6000 /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 442: 296e0000 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 443: 296ee000 /System/Library/PrivateFrameworks/MobileAssetUpdater.framework/MobileAssetUpdater 444: 296f1000 /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 445: 29714000 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 446: 2971e000 /System/Library/PrivateFrameworks/MobileContainerManager.framework/MobileContainerManager 447: 29726000 /System/Library/PrivateFrameworks/MobileDelete.framework/MobileDelete 448: 29728000 /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 449: 29739000 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 450: 29741000 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 451: 29749000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 452: 29756000 /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration 453: 29757000 /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate 454: 2975c000 /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 455: 29761000 /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync 456: 29782000 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 457: 29786000 /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer 458: 297a7000 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 459: 297b5000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/MultitouchSupport 460: 297c5000 /System/Library/PrivateFrameworks/MusicCarDisplayUI.framework/MusicCarDisplayUI 461: 297f3000 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 462: 29992000 /System/Library/PrivateFrameworks/MusicStoreUI.framework/MusicStoreUI 463: 299a2000 /System/Library/PrivateFrameworks/MusicUI.framework/MusicUI 464: 29a26000 /System/Library/PrivateFrameworks/NCLaunchStats.framework/NCLaunchStats 465: 29a2a000 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 466: 29a30000 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 467: 29a37000 /System/Library/PrivateFrameworks/Notes.framework/Notes 468: 29a55000 /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI 469: 29a5a000 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 470: 29a5d000 /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport 471: 29e3a000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/float_rgba.dylib 472: 29e72000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/half_rgba.dylib 473: 29eed000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/sfixed14_rgba.dylib 474: 29f30000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/sint16_rgba.dylib 475: 29f6e000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/sint32_rgba.dylib 476: 29faa000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/sint8_rgba.dylib 477: 29fe7000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/uint16_rgba.dylib 478: 2a025000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/uint32_rgba.dylib 479: 2a061000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/uint8_rgba.dylib 480: 2a09d000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/unorm16_rgba.dylib 481: 2a0e0000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/unorm8_bgra.dylib 482: 2a125000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/unorm8_rgba.dylib 483: 2a167000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/unorm8_rgx.dylib 484: 2a194000 /System/Library/PrivateFrameworks/OpenCL.framework/ImageFormats/unorm8_rx.dylib 485: 2a1b4000 /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL 486: 2a1f1000 /System/Library/PrivateFrameworks/OpenCL.framework/libCLVMCPUPlugin.dylib 487: 2a209000 /System/Library/PrivateFrameworks/OpenCL.framework/libcldcpuengine.dylib 488: 2a210000 /System/Library/PrivateFrameworks/PacketFilter.framework/PacketFilter 489: 2a218000 /System/Library/PrivateFrameworks/Parsec.framework/Parsec 490: 2a26b000 /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore 491: 2a2d6000 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 492: 2a2fe000 /System/Library/PrivateFrameworks/PhotoBoothEffects.framework/PhotoBoothEffects 493: 2a307000 /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport 494: 2a387000 /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 495: 2a467000 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 496: 2a6ca000 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 497: 2a6d4000 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 498: 2a71f000 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 499: 2a736000 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 500: 2a73e000 /System/Library/PrivateFrameworks/PowerlogControl.framework/PowerlogControl 501: 2a73f000 /System/Library/PrivateFrameworks/PowerlogCore.framework/PowerlogCore 502: 2a7c3000 /System/Library/PrivateFrameworks/PowerlogDatabaseReader.framework/PowerlogDatabaseReader 503: 2a7c5000 /System/Library/PrivateFrameworks/PowerlogFullOperators.framework/PowerlogFullOperators 504: 2a7cd000 /System/Library/PrivateFrameworks/PowerlogLiteOperators.framework/PowerlogLiteOperators 505: 2a937000 /System/Library/PrivateFrameworks/Preferences.framework/Preferences 506: 2a9df000 /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit 507: 2aa1d000 /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 508: 2aa21000 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 509: 2aab6000 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 510: 2aac6000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 511: 2aad3000 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 512: 2ab05000 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 513: 2ab74000 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 514: 2ab7a000 /System/Library/PrivateFrameworks/Radio.framework/Radio 515: 2ac10000 /System/Library/PrivateFrameworks/RadioUI.framework/RadioUI 516: 2acd2000 /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 517: 2ad0e000 /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 518: 2ad60000 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 519: 2aded000 /System/Library/PrivateFrameworks/ScreenReaderBrailleDriver.framework/ScreenReaderBrailleDriver 520: 2adf9000 /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 521: 2ae1a000 /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput 522: 2ae2c000 /System/Library/PrivateFrameworks/ScreenReaderOutputServer.framework/ScreenReaderOutputServer 523: 2ae57000 /System/Library/PrivateFrameworks/Search.framework/Search 524: 2ae79000 /System/Library/PrivateFrameworks/SecureNetworking.framework/SecureNetworking 525: 2ae7f000 /System/Library/PrivateFrameworks/ServiceManagement.framework/ServiceManagement 526: 2ae81000 /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 527: 2ae8d000 /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI 528: 2aebf000 /System/Library/PrivateFrameworks/SoftwareBehaviorServices.framework/SoftwareBehaviorServices 529: 2aec4000 /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices 530: 2aedc000 /System/Library/PrivateFrameworks/SplashBoard.framework/SplashBoard 531: 2aee5000 /System/Library/PrivateFrameworks/SportsTrainer.framework/SportsTrainer 532: 2aefd000 /System/Library/PrivateFrameworks/SportsVoices.framework/SportsVoices 533: 2af0a000 /System/Library/PrivateFrameworks/SportsWorkout.framework/SportsWorkout 534: 2af55000 /System/Library/PrivateFrameworks/Spotlight.framework/Spotlight 535: 2af56000 /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 536: 2af86000 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 537: 2afa1000 /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI 538: 2afb4000 /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 539: 2afd8000 /System/Library/PrivateFrameworks/Stocks.framework/Stocks 540: 2b004000 /System/Library/PrivateFrameworks/StoreBookkeeper.framework/StoreBookkeeper 541: 2b039000 /System/Library/PrivateFrameworks/StoreBookkeeperClient.framework/StoreBookkeeperClient 542: 2b040000 /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI 543: 2b30b000 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 544: 2b424000 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 545: 2b442000 /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 546: 2b476000 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/ManagedEvent.framework/ManagedEvent 547: 2b478000 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 548: 2b47f000 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator 549: 2b4da000 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 550: 2b4e6000 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter 551: 2b4ed000 /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults 552: 2b4f5000 /System/Library/PrivateFrameworks/TCC.framework/TCC 553: 2b4f8000 /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 554: 2b53e000 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 555: 2b57c000 /System/Library/PrivateFrameworks/TelephonyXPCClient.framework/TelephonyXPCClient 556: 2b58f000 /System/Library/PrivateFrameworks/TelephonyXPCServer.framework/TelephonyXPCServer 557: 2b59b000 /System/Library/PrivateFrameworks/TextInput.framework/KBLayouts_iPhone.dylib 558: 2c0dd000 /System/Library/PrivateFrameworks/TextInput.framework/TextInput 559: 2c105000 /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 560: 2c118000 /System/Library/PrivateFrameworks/ThermalMonitorExporter.framework/ThermalMonitorExporter 561: 2c119000 /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit 562: 2c148000 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 563: 2c15e000 /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote 564: 2c184000 /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 565: 2c1b7000 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 566: 2c278000 /System/Library/PrivateFrameworks/Ubiquity.framework/Ubiquity 567: 2c28f000 /System/Library/PrivateFrameworks/UserFS.framework/PlugIns/msdosfs.dylib 568: 2c294000 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 569: 2c298000 /System/Library/PrivateFrameworks/VPNUtilities.framework/VPNUtilities 570: 2c29d000 /System/Library/PrivateFrameworks/VUSocialUpload.framework/VUSocialUpload 571: 2c2b0000 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 572: 2c7ed000 /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 573: 2c910000 /System/Library/PrivateFrameworks/VideoUpload.framework/VideoUpload 574: 2c91c000 /System/Library/PrivateFrameworks/VisualAlert.framework/VisualAlert 575: 2c924000 /System/Library/PrivateFrameworks/VisualVoicemail.framework/ACDS.vvservice/ACDS 576: 2c939000 /System/Library/PrivateFrameworks/VisualVoicemail.framework/IMAP.vvservice/IMAP 577: 2c951000 /System/Library/PrivateFrameworks/VisualVoicemail.framework/VisualVoicemail 578: 2c96c000 /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos 579: 2ca0e000 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 580: 2ca2d000 /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger 581: 2ca83000 /System/Library/PrivateFrameworks/VoicemailStore.framework/VoicemailStore 582: 2ca87000 /System/Library/PrivateFrameworks/Weather.framework/Weather 583: 2caab000 /System/Library/PrivateFrameworks/WebApp.framework/WebApp 584: 2cab5000 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 585: 2cadc000 /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis 586: 2caf1000 /System/Library/PrivateFrameworks/WebCore.framework/WebCore 587: 2d666000 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 588: 2d725000 /System/Library/PrivateFrameworks/WebUI.framework/WebUI 589: 2d881000 /System/Library/PrivateFrameworks/WiFiCloudSyncEngine.framework/WiFiCloudSyncEngine 590: 2d888000 /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager 591: 2d889000 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 592: 2d8ab000 /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity 593: 2d8bd000 /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 594: 2d8c4000 /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects 595: 2d8cd000 /System/Library/PrivateFrameworks/XPCService.framework/XPCService 596: 2d8d2000 /System/Library/PrivateFrameworks/YouTube.framework/YouTube 597: 2d8f3000 /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore 598: 2daa1000 /System/Library/PrivateFrameworks/iAdDeveloper.framework/iAdDeveloper 599: 2dab3000 /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices 600: 2dab9000 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 601: 2dade000 /System/Library/PrivateFrameworks/iCloudNotification.framework/iCloudNotification 602: 2dae2000 /System/Library/PrivateFrameworks/iOSDiagnosticsSupport.framework/iOSDiagnosticsSupport 603: 2dae8000 /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport 604: 2dafc000 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 605: 2db38000 /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI 606: 2dcb9000 /System/Library/PrivateFrameworks/kperf.framework/kperf 607: 2dcbd000 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 608: 2dcc3000 /System/Library/PrivateFrameworks/oncrpc.framework/oncrpc 609: 2dcd1000 /System/Library/ProceduralWallpaper/ProceduralWallpapers.bundle/ProceduralWallpapers 610: 2dce0000 /System/Library/PublishingBundles/PublishToYouTube.bundle/PublishToYouTube 611: 2dceb000 /System/Library/SearchBundles/AddressBook.searchBundle/AddressBook 612: 2dced000 /System/Library/SearchBundles/Application.searchBundle/Application 613: 2dcf1000 /System/Library/SearchBundles/Extended.searchBundle/Extended 614: 2dcf3000 /System/Library/SearchBundles/MobileCal.searchBundle/MobileCal 615: 2dcf6000 /System/Library/SearchBundles/MobileMail.searchBundle/MobileMail 616: 2dcf9000 /System/Library/SearchBundles/MobileNotes.searchBundle/MobileNotes 617: 2dcfc000 /System/Library/SearchBundles/Reminders.searchBundle/Reminders 618: 2dcff000 /System/Library/SearchBundles/TopHits.searchBundle/TopHits 619: 2dd01000 /System/Library/SearchBundles/VoiceMemos.searchBundle/VoiceMemos 620: 2dd03000 /System/Library/SearchBundles/iPod.searchBundle/iPod 621: 2dd07000 /System/Library/Spotlight/SearchBundles/SMSSearch.searchBundle/SMSSearch 622: 2dd0a000 /System/Library/SpringBoardPlugins/Assistant.uibundle/Assistant 623: 2dd19000 /System/Library/SpringBoardPlugins/ChatKit.servicebundle/ChatKit 624: 2dd20000 /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall 625: 2dd37000 /System/Library/SpringBoardPlugins/NikeLockScreen.bundle/NikeLockScreen 626: 2dd39000 /System/Library/SpringBoardPlugins/NowPlayingArtLockScreen.lockbundle/NowPlayingArtLockScreen 627: 2dd3b000 /System/Library/SpringBoardPlugins/SIMToolkitUI.servicebundle/SIMToolkitUI 628: 2dd47000 /System/Library/SpringBoardPlugins/StoreServicesPlugin.servicebundle/StoreServicesPlugin 629: 2dd4c000 /System/Library/SpringBoardPlugins/VoiceMemosLockScreen.lockbundle/VoiceMemosLockScreen 630: 2dd54000 /System/Library/TextInput/TextInput_bn.bundle/TextInput_bn 631: 2dd55000 /System/Library/TextInput/TextInput_bo.bundle/TextInput_bo 632: 2dd57000 /System/Library/TextInput/TextInput_ca.bundle/TextInput_ca 633: 2dd58000 /System/Library/TextInput/TextInput_chr.bundle/TextInput_chr 634: 2dd5a000 /System/Library/TextInput/TextInput_cs.bundle/TextInput_cs 635: 2dd5c000 /System/Library/TextInput/TextInput_de.bundle/TextInput_de 636: 2dd5e000 /System/Library/TextInput/TextInput_el.bundle/TextInput_el 637: 2dd60000 /System/Library/TextInput/TextInput_emoji.bundle/TextInput_emoji 638: 2dd61000 /System/Library/TextInput/TextInput_fr.bundle/TextInput_fr 639: 2dd64000 /System/Library/TextInput/TextInput_haw.bundle/TextInput_haw 640: 2dd65000 /System/Library/TextInput/TextInput_he.bundle/TextInput_he 641: 2dd66000 /System/Library/TextInput/TextInput_hi.bundle/TextInput_hi 642: 2dd69000 /System/Library/TextInput/TextInput_intl.bundle/TextInput_intl 643: 2dd6b000 /System/Library/TextInput/TextInput_it.bundle/TextInput_it 644: 2dd6c000 /System/Library/TextInput/TextInput_ja.bundle/TextInput_ja 645: 2dd7a000 /System/Library/TextInput/TextInput_ko.bundle/TextInput_ko 646: 2dd7e000 /System/Library/TextInput/TextInput_mr.bundle/TextInput_mr 647: 2dd7f000 /System/Library/TextInput/TextInput_pt.bundle/TextInput_pt 648: 2dd80000 /System/Library/TextInput/TextInput_sk.bundle/TextInput_sk 649: 2dd82000 /System/Library/TextInput/TextInput_ta.bundle/TextInput_ta 650: 2dd84000 /System/Library/TextInput/TextInput_th.bundle/TextInput_th 651: 2dd85000 /System/Library/TextInput/TextInput_tr.bundle/TextInput_tr 652: 2dd87000 /System/Library/TextInput/TextInput_ur.bundle/TextInput_ur 653: 2dd88000 /System/Library/TextInput/TextInput_vi.bundle/TextInput_vi 654: 2dd91000 /System/Library/TextInput/TextInput_zh.bundle/TextInput_zh 655: 2ddb0000 /System/Library/TextInput/libTextInputCore.dylib 656: 2de3c000 /System/Library/UserEventPlugins/AppleHDQGasGauge.plugin/AppleHDQGasGauge 657: 2de40000 /System/Library/VideoDecoders/H264H4.videodecoder 658: 2de44000 /System/Library/VideoDecoders/JPEGH1.videodecoder 659: 2de48000 /System/Library/VideoDecoders/MP4VH4.videodecoder 660: 2de4a000 /System/Library/VideoDecoders/Slim.videodecoder 661: 2de4f000 /System/Library/VideoDecoders/VCH263.videodecoder 662: 2de61000 /System/Library/VideoEncoders/H264H4.videoencoder 663: 2de98000 /System/Library/VideoEncoders/JPEGH1.videoencoder 664: 2de9b000 /System/Library/VideoEncoders/Slim.videoencoder 665: 2de9f000 /System/Library/VideoEncoders/VCH263.videoencoder 666: 2deb6000 /System/Library/VideoProcessors/GyroVideoStabilization.videoprocessor 667: 2dec7000 /System/Library/VideoProcessors/HDR.videoprocessor 668: 2dedd000 /System/Library/VideoProcessors/ImageStabilization.videoprocessor 669: 2deff000 /System/Library/VideoProcessors/RawReprocess.videoprocessor 670: 2df01000 /System/Library/VoiceServices/PlugIns/VoiceDial.vsplugin/VoiceDial 671: 2df0c000 /System/Library/VoiceServices/PlugIns/iPod.vsplugin/iPod 672: 2df11000 /System/Library/WeeAppPlugins/AttributionWeeApp.bundle/AttributionWeeApp 673: 2df15000 /usr/lib/CarrierBundleUtilities.dylib 674: 2df1f000 /usr/lib/libATCommandStudioDynamic.dylib 675: 2df63000 /usr/lib/libAWDProtobuf.dylib 676: 2df6c000 /usr/lib/libAWDProtobufAPSD.dylib 677: 2df72000 /usr/lib/libAWDProtobufAirPlay.dylib 678: 2df81000 /usr/lib/libAWDProtobufBaseband.dylib 679: 2e031000 /usr/lib/libAWDProtobufBluetooth.dylib 680: 2e03e000 /usr/lib/libAWDProtobufCATM.dylib 681: 2e04b000 /usr/lib/libAWDProtobufCallHistory.dylib 682: 2e052000 /usr/lib/libAWDProtobufCaptive.dylib 683: 2e055000 /usr/lib/libAWDProtobufEasyConfig.dylib 684: 2e058000 /usr/lib/libAWDProtobufFacetime.dylib 685: 2e061000 /usr/lib/libAWDProtobufFacetimeiMessage.dylib 686: 2e071000 /usr/lib/libAWDProtobufGCK.dylib 687: 2e073000 /usr/lib/libAWDProtobufHomeKit.dylib 688: 2e076000 /usr/lib/libAWDProtobufIDS.dylib 689: 2e079000 /usr/lib/libAWDProtobufITester.dylib 690: 2e07b000 /usr/lib/libAWDProtobufLibnetcore.dylib 691: 2e080000 /usr/lib/libAWDProtobufLocation.dylib 692: 2e089000 /usr/lib/libAWDProtobufMMCS.dylib 693: 2e08e000 /usr/lib/libAWDProtobufNFC.dylib 694: 2e09b000 /usr/lib/libAWDProtobufPower.dylib 695: 2e0a8000 /usr/lib/libAWDProtobufSiri.dylib 696: 2e0ae000 /usr/lib/libAWDProtobufTelephony.dylib 697: 2e0f5000 /usr/lib/libAWDProtobufVPN.dylib 698: 2e0f8000 /usr/lib/libAWDProtobufWRM.dylib 699: 2e0fb000 /usr/lib/libAWDProtobufWifi.dylib 700: 2e107000 /usr/lib/libAWDProtobufWirelessProximity.dylib 701: 2e112000 /usr/lib/libAWDSupport.dylib 702: 2e14d000 /usr/lib/libAWDSupportConfig.dylib 703: 2e154000 /usr/lib/libAWDSupportFramework.dylib 704: 2e295000 /usr/lib/libAWDSupportInfo.dylib 705: 2e297000 /usr/lib/libAXSafeCategoryBundle.dylib 706: 2e299000 /usr/lib/libAXSpeechManager.dylib 707: 2e2a0000 /usr/lib/libAccessibility.dylib 708: 2e2a9000 /usr/lib/libAppPatch.dylib 709: 2e2b8000 /usr/lib/libBBUpdaterDynamic.dylib 710: 2e3af000 /usr/lib/libBasebandManager.dylib 711: 2e4d1000 /usr/lib/libBasebandUSB.dylib 712: 2e4fc000 /usr/lib/libCRFSuite.dylib 713: 2e513000 /usr/lib/libCTWakeCommandParserDynamic.dylib 714: 2e515000 /usr/lib/libDHCPServer.A.dylib 715: 2e517000 /usr/lib/libFDR.dylib 716: 2e53c000 /usr/lib/libFDRDecode.dylib 717: 2e544000 /usr/lib/libFosl_dynamic.dylib 718: 2e648000 /usr/lib/libGestureServer.dylib 719: 2e64d000 /usr/lib/libH5Dynamic.dylib 720: 2e656000 /usr/lib/libIOAccessoryManager.dylib 721: 2e659000 /usr/lib/libMatch.1.dylib 722: 2e65f000 /usr/lib/libMobileCheckpoint.dylib 723: 2e661000 /usr/lib/libMobileGestalt.dylib 724: 2e67c000 /usr/lib/libMobileGestaltExtensions.dylib 725: 2e685000 /usr/lib/libQLCharts.dylib 726: 2e697000 /usr/lib/libQMIParserDynamic.dylib 727: 2e69c000 /usr/lib/libReverseProxyDevice.dylib 728: 2e6a1000 /usr/lib/libSystem.B.dylib 729: 2e6a3000 /usr/lib/libTelephonyBasebandBulkUSBDynamic.dylib 730: 2e6aa000 /usr/lib/libTelephonyBasebandDynamic.dylib 731: 2e6af000 /usr/lib/libTelephonyCommandDrivers.dylib 732: 2e705000 /usr/lib/libTelephonyDebugDynamic.dylib 733: 2e708000 /usr/lib/libTelephonyIOKitDynamic.dylib 734: 2e710000 /usr/lib/libTelephonyUSBDynamic.dylib 735: 2e713000 /usr/lib/libTelephonyUtilDynamic.dylib 736: 2e758000 /usr/lib/libThaiTokenizer.dylib 737: 2e75a000 /usr/lib/libType2Streamer.dylib 738: 2e7fd000 /usr/lib/libWAPI.dylib 739: 2e7ff000 /usr/lib/libacmobileshim.dylib 740: 2e84b000 /usr/lib/libafc.dylib 741: 2e85b000 /usr/lib/libamsupport.dylib 742: 2e867000 /usr/lib/libarchive.2.dylib 743: 2e88a000 /usr/lib/libassertion_extension.dylib 744: 2e88b000 /usr/lib/libassertion_launchd.dylib 745: 2e88c000 /usr/lib/libauthinstall.dylib 746: 2e8b9000 /usr/lib/libbsm.0.dylib 747: 2e8c6000 /usr/lib/libbz2.1.0.dylib 748: 2e8d0000 /usr/lib/libc++.1.dylib 749: 2e91b000 /usr/lib/libc++abi.dylib 750: 2e937000 /usr/lib/libcharset.1.dylib 751: 2e938000 /usr/lib/libcmph.dylib 752: 2e946000 /usr/lib/libcupolicy.dylib 753: 2e94f000 /usr/lib/libdns_services.dylib 754: 2e951000 /usr/lib/libdns_services_mdns.dylib 755: 2e952000 /usr/lib/libedit.3.dylib 756: 2e96a000 /usr/lib/libexslt.0.dylib 757: 2e975000 /usr/lib/libextension.dylib 758: 2e98e000 /usr/lib/libform.5.4.dylib 759: 2e995000 /usr/lib/libgcc_s.1.dylib 760: 2e996000 /usr/lib/libgermantok.dylib 761: 2e99a000 /usr/lib/libgll.dylib 762: 2eabe000 /usr/lib/libheimdal-asn1.dylib 763: 2eac2000 /usr/lib/libiconv.2.dylib 764: 2ebb0000 /usr/lib/libicucore.A.dylib 765: 2ed1e000 /usr/lib/libipconfig.dylib 766: 2ed21000 /usr/lib/libipsec.A.dylib 767: 2ed25000 /usr/lib/libktrace.dylib 768: 2ed2a000 /usr/lib/liblangid.dylib 769: 2ed2b000 /usr/lib/liblockdown.dylib 770: 2ed36000 /usr/lib/liblzma.5.dylib 771: 2ed4c000 /usr/lib/libmav_ipc_router_dynamic.dylib 772: 2ed66000 /usr/lib/libmecab_em.dylib 773: 2ee75000 /usr/lib/libmecabra.dylib 774: 2f0c3000 /usr/lib/libmis.dylib 775: 2f0d8000 /usr/lib/libncurses.5.4.dylib 776: 2f100000 /usr/lib/libobjc.A.dylib 777: 2f2fb000 /usr/lib/libomadm.dylib 778: 2f331000 /usr/lib/libpcap.A.dylib 779: 2f356000 /usr/lib/libprotobuf.dylib 780: 2f3af000 /usr/lib/libresolv.9.dylib 781: 2f3c6000 /usr/lib/libsandbox.1.dylib 782: 2f3ee000 /usr/lib/libsp.dylib 783: 2f3f0000 /usr/lib/libsqlite3.dylib 784: 2f496000 /usr/lib/libstdc++.6.dylib 785: 2f4e3000 /usr/lib/libtidy.A.dylib 786: 2f50b000 /usr/lib/libtzupdate.dylib 787: 2f514000 /usr/lib/libutil.dylib 788: 2f517000 /usr/lib/libxml2.2.dylib 789: 2f5ce000 /usr/lib/libxslt.1.dylib 790: 2f5f0000 /usr/lib/libz.1.dylib 791: 2f5fd000 /usr/lib/system/libcache.dylib 792: 2f602000 /usr/lib/system/libcommonCrypto.dylib 793: 2f60c000 /usr/lib/system/libcompiler_rt.dylib 794: 2f611000 /usr/lib/system/libcopyfile.dylib 795: 2f618000 /usr/lib/system/libcorecrypto.dylib 796: 2f665000 /usr/lib/system/libdispatch.dylib 797: 2f6a1000 /usr/lib/system/libdyld.dylib 798: 2f6a3000 /usr/lib/system/libkeymgr.dylib 799: 2f6a4000 /usr/lib/system/liblaunch.dylib 800: 2f6a5000 /usr/lib/system/libmacho.dylib 801: 2f6a9000 /usr/lib/system/libremovefile.dylib 802: 2f6ab000 /usr/lib/system/libsystem_asl.dylib 803: 2f6bd000 /usr/lib/system/libsystem_blocks.dylib 804: 2f6be000 /usr/lib/system/libsystem_c.dylib 805: 2f721000 /usr/lib/system/libsystem_configuration.dylib 806: 2f724000 /usr/lib/system/libsystem_coreservices.dylib 807: 2f726000 /usr/lib/system/libsystem_coretls.dylib 808: 2f733000 /usr/lib/system/libsystem_dnssd.dylib 809: 2f73a000 /usr/lib/system/libsystem_info.dylib 810: 2f753000 /usr/lib/system/libsystem_kernel.dylib 811: 2f76e000 /usr/lib/system/libsystem_m.dylib 812: 2f78f000 /usr/lib/system/libsystem_malloc.dylib 813: 2f7a2000 /usr/lib/system/libsystem_network.dylib 814: 2f7d0000 /usr/lib/system/libsystem_networkextension.dylib 815: 2f7d6000 /usr/lib/system/libsystem_notify.dylib 816: 2f7de000 /usr/lib/system/libsystem_platform.dylib 817: 2f7e4000 /usr/lib/system/libsystem_pthread.dylib 818: 2f7eb000 /usr/lib/system/libsystem_sandbox.dylib 819: 2f7ee000 /usr/lib/system/libsystem_stats.dylib 820: 2f7f2000 /usr/lib/system/libsystem_trace.dylib 821: 2f7f8000 /usr/lib/system/libunwind.dylib 822: 2f7f9000 /usr/lib/system/libxpc.dylib 823: 20187000 /System/Library/Caches/com.apple.xpc/sdk.dylib 824: 21cfb000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.dylib 825: 21d38000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGVolute.dylib 826: 21d39000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.dylib 827: 21ef9000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libFontStreams.dylib 828: 21f06000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libJBIG2.dylib 829: 21f13000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libPDFRIP.dylib 830: 21f2e000 /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.dylib 831: 228c7000 /System/Library/Frameworks/IOKit.framework/IOKit 832: 239b6000 /System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib 833: 2e4fc000 /usr/lib/libCRFSuite0.12.dylib 834: 2e6a1000 /usr/lib/libpthread.dylib 835: 2e6a1000 /usr/lib/librpcsvc.dylib 836: 2e6a1000 /usr/lib/libSystem.dylib 837: 2e6a1000 /usr/lib/libproc.dylib 838: 2e6a1000 /usr/lib/libinfo.dylib 839: 2e6a1000 /usr/lib/libm.dylib 840: 2e6a1000 /usr/lib/libdl.dylib 841: 2e6a1000 /usr/lib/libpoll.dylib 842: 2e6a1000 /usr/lib/libdbm.dylib 843: 2e6a1000 /System/Library/Frameworks/System.framework/Versions/B/System 844: 2e6a1000 /usr/lib/libc.dylib 845: 2e867000 /usr/lib/libarchive.dylib 846: 2e8b9000 /usr/lib/libbsm.dylib 847: 2e8c6000 /usr/lib/libbz2.1.0.5.dylib 848: 2e8c6000 /usr/lib/libbz2.dylib 849: 2e8d0000 /usr/lib/libc++.dylib 850: 2e937000 /usr/lib/libcharset.dylib 851: 2e937000 /usr/lib/libcharset.1.0.0.dylib 852: 2e952000 /usr/lib/libedit.3.0.dylib 853: 2e952000 /usr/lib/libedit.2.dylib 854: 2e98e000 /usr/lib/libform.dylib 855: 2eac2000 /usr/lib/libiconv.dylib 856: 2eac2000 /usr/lib/libiconv.2.4.0.dylib 857: 2ebb0000 /usr/lib/libicucore.dylib 858: 2ed21000 /usr/lib/libipsec.dylib 859: 2ed36000 /usr/lib/liblzma.dylib 860: 2f0d8000 /usr/lib/libncurses.5.dylib 861: 2f0d8000 /usr/lib/libcurses.dylib 862: 2f0d8000 /usr/lib/libncurses.dylib 863: 2f100000 /usr/lib/libobjc.dylib 864: 2f331000 /usr/lib/libpcap.dylib 865: 2f3af000 /usr/lib/libresolv.dylib 866: 2f3f0000 /usr/lib/libsqlite3.0.dylib 867: 2f496000 /usr/lib/libstdc++.6.0.9.dylib 868: 2f4e3000 /usr/lib/libtidy.dylib 869: 2f514000 /usr/lib/libutil1.0.dylib 870: 2f517000 /usr/lib/libxml2.dylib 871: 2f5ce000 /usr/lib/libxslt.dylib 872: 2f5f0000 /usr/lib/libz.dylib 873: 2f5f0000 /usr/lib/libz.1.2.5.dylib 874: 2f5f0000 /usr/lib/libz.1.1.3.dylib
Important: Jtool >=0.75 supports extraction of files from the shared cache, for both 32-bit and 64-bit caches. This is not unlike previous work (notably, DHowett/KennyTM's), but improves on it by correctly fixing 10.8+ load commands as well as full 64-bit. Extraction is ever more important now since Apple only supplies stubs with the SDK (as explained above).
You can get the latest version of Jtool here. Tar file now contains universal (x86_64/ARM/ARM64), ELF32 and ELF64 binaries.
- More daemons in
/usr/libexec: And, once more , a diff, annotated. This one needs no clicking - it's short - but nonetheless very important
Removed < AccessibilityUI.framework < Altitude.framework < AccessibilityUIService.framework < BiometricKit.framework # Not necessarily gone away - I'm looking at an N90 (4S) image < BiometricKitUI.framework # < Contacts.framework < FactoryDiags.framework < FastJPEG.framework < JavaScriptCore.framework < PhotosUI.framework < PowerlogCoreLoggers.framework < PowerlogLoggerSupport.framework < PowerlogMain.framework < IDSCore.framework Added > ABLE.framework > ABLEModel.framework > ATFoundation.framework > Accessibility.framework > AirPlaySupport.framework > AirTrafficDevice.framework > AppleIDAuthSupport.framework > AppleIDSSOAuthentication.framework > AppleJPEG.framework > AskPermission.framework > AssertionServices.framework > AssistantServices.framework > AssistantUI.framework > BaseBoard.framework > CPMLBestShim.framework > CacheDelete.framework > CalendarFoundation.framework > CalendarUIKit.framework > CallHistory.framework > CameraKit.framework > CellularPlanManager.framework > CloudDocs.framework > CloudDocsDaemon.framework > CloudKitDaemon.framework > CloudPhotoLibrary.framework > CoreBrightness.framework > CoreDuet.framework > CoreDuetAdmissionControlLog.framework > CoreDuetDaemonProtocol.framework > CoreDuetDataModel.framework > CoreDuetDataParity.framework > CoreDuetDebugLogging.framework > CoreDuetStatistics.framework > CoreHAP.framework > CoreIndoor.framework > CorePrediction.framework > CoreRC.framework > CoreSuggestions.framework > CoreSuggestionsInternals.framework > CoreSurfaceAccelerator.framework > DAAPKit.framework > DCIMServices.framework > DuetHeuristics.framework > EmbeddedAcousticRecognition.framework > FMF.framework > FMFUI.framework > FamilyCircle.framework > FamilyNotification.framework > FileProvider.framework > FindMyDevice.framework > FindMyDeviceUI.framework > FontServices.framework > FrontBoard.framework > FrontBoardServices.framework > GPUCompiler.framework > GameCenterFoundation.framework > GameCenterPrivateUI.framework > GameCenterUI.framework > HealthDaemon.framework > HealthKitUI.framework > HomeKitDaemon.framework > IOCEC.framework > IOSurfaceAccelerator.framework > ITMLKit.framework > IntlPreferences.framework > LanguageModeling.framework > LegacyGameKit.framework > MPUFoundation.framework > MTLCompiler.framework > MapsSupport.framework > MediaServices.framework > MobileContainerManager.framework > MobileStorage.framework > NCLaunchStats.framework > NotificationsUI.framework > Parsec.framework > PhotoEditSupport.framework > PhotosFormats.framework > PlugInKit.framework > PowerlogCore.framework > PowerlogDatabaseReader.framework > PowerlogFullOperators.framework > PowerlogLiteOperators.framework > ProtectedCloudStorage.framework > ResponseKit.framework > SAObjects.framework > SharedWebCredentials.framework > SplashBoard.framework > TelephonyXPCClient.framework > TelephonyXPCServer.framework > ThermalMonitorExporter.framework > Tips.framework > UserFS.framework > VoiceTrigger.framework > WebApp.framework > WebKitLegacy.framework > iAdServices.framework > iCloudNotification.framework > iPhotoMigrationSupport.framework > kperfdata.framework
Removed: < accessory_device_arbitrator < DuetHeuristic-HIP < DuetLMT < DuetLST < audio_device_arbitrator < deleted < launchproxy # Unsurprising, considering the rewrite of launchd < mobile_recert < nsnetworkd < ptp_device_arbitrator < snhelper < vendor_device_arbitrator < vpnagent # Replaced by the daemons who say ne.. < xpcd # No need with new launchd.. Added: > DuetHeuristic-BM > NANDTaskScheduler # Details stats on NAND. can *maybe* access raw NAND (!!!!) > PreboardService # Not entirely clear, but can lock/unlock the device. > PurpleReverseProxy # !!!!! > assertiond # Controls PM and general assertions. Important, no doubt. iOS only > coreduetd # OS X 10.10 also > diagnosticd # part of the closed source libtrace - also 10.10 - you can bet I'll be reversing this! > discoveryd # SSDP (Session Services Discovery Protocol) Daemon > discoveryd_helper # and side kick.. > findmydeviced # Dedicated daemon to find your iphone (as per 10.10) > fmfd # > gamecontrollerd # Woohoo! Remote game controllers! I wonder if this is for the next Apple TV...? > languageassetd # pretty self explanatory > neagent #-- > nehelper # New Network Extensions (hence why VPNagent is no more) - As in 10.10 > nesessionmanager #-- > nsurlsessiond # iCloud, no doubt > nsurlstoraged # ditto > pipelined # Referred to internally as purpleslam. Uses Boots (1st time I've seen Boost in iOS) > pkd # Plugin Kit Daemon > pkreporter # Plugin Kit reporter. This looks interesting > rtcreportingd # Gamekit related. Not entirely clear (yet) > splashboardd # Provides app launch images (splash screens) > streaming_zip_conduit # handles compressed streams. Could be interesting for possible overflows... > swcd # SharedWebCredentials Daemon. Responds to App install/remove. > tipsd # Needed for new "Tips" App..
2. OS X
- Code signing has been changed: @TODO on the following:
> _cs_entitlement_flags > _cs_find_blob > _cs_library_val_enable > _cs_require_lv > _csblob_get_teamid > _csfg_get_path > _csfg_get_platform_binary > _csfg_get_teamid > _csproc_get_platform_binary > _csproc_get_teamid > _csr_check > _csr_get_active_config > _csr_get_pending_config > _csr_init > _csr_set_allow_all > _csrctl > _csvnode_get_teamid
- AMFI is in OS X!!! - AppleMobileFileIntegrity.kext, sworn enemy of Jailbreakers everywhere, is now also in OS X - Along with its user mode lackey, amfid! Is OS X going to get the same lockdown as iOS?
- Changes to /usr/libexec:
Removed:- AOSNotificationAgent
- AOSNotificationLoginAgent
- MRT
- ServerPerfLog
- StartupItemContext
- WiFiKeychainProxy
- amsdstat
- aosnotifyd - replaced by findmydeviced, probably
- docsetbless
- docsetinstalld
- launchdadd (launch services API is undergoing partial deprecation)
- launchproxy
- launchproxyls
- lsboxd
- logsyswritesd
- nsnetworkd
- opendirectorypdbconfig
- rpmuxd
- spindump_symbolicator
taskinfo(Update: Just Moved to /usr/bin! (*WHEW*) I love that command!)- transition (useless MobileMe mover, if anyone ever used that..)
- tzlinkd
- xpcd (no great loss)
- Added:
- amfid (We meet again, old friend!!!!)
- awacsd (moved from /usr/sbin - apple Wide Area Connectivity Service Daemon)
- coreduetd (uses the private CoreDuet framework - Apple: you meant admission, not admisison..)
- diagnosticd
- discoveryd (the one daemon to bind DNS and mDNS)
- discoveryd_helper
- feedback
- findmydeviced - replaces aosnotifyd, probably
- fmfd (Find my friends?)
- gamecontrollerd
- iCloudStats
- neagent (All ne's are NetworkExtension)
- nehelper (q.v. com.apple.nehelper.plist)
- nesessionmanager
- nsurlsessiond - probably supports new iCloud features
- nsurlstoraged - ditto (iCloud)
- osaapplet - Go AppleEvents!
- otherbsd (part of libxpc)
- rtcreportingd
- secinitd - Security Policy init daemon, called via xpc from libsystem_sandbox - closed source, no project. @TODO: touch /var/db/.debug_secinitd for debug info..
- smcupdater
- smd
- thermald
- watchdogd
- webinspectord
- Personal observation: I wouldnt be surprised if AAPL does release an iWatch and its main differentiator from the other smart watches is that it would seamlessly enable full voice calls from the watch, or Mac, or Apple i* via BT or WiFi, kind of like Inspector gadget. The handoff feature and network extensions kind of point to it being an obvious use. Update: Nope. No surprise here :-)
- Launchd has a new key (at least, not that I've seen before): com.apple.fsevents.matching. Used by nehelper. Can be super useful..
- Coalition support has been added: This is also a new syscall. I'm assuming (shooting in the dark here) that coalitions are tasks working together, possible sharing the same ledger. There's a
_proc_pidcoalitioninfo
, likely a subset of my favorite (undocumented) syscall,proc_info
, which I aim to investigate.. (@TODO: powermetrics and sysmond for coalition_info_resource_usage). Not to mention syscall #458/459 (see below), wrapped by libSystem'scoalition_[create|terminate|reap]
. There's also a special host port for it now (#22) - Support for banks: which are related to ledgers, vouchers and resource control, no doubt
- ipc_importance apis, donors and receivers - refining those of 10.9
- Hypervisor APIs:
hv_[get/set]_[thread/task]_target
, andIOHypervisorClient
. Also kern.hv_support - More refinements to memorystatus: (you might want to check out this article)
> _memorystatus_available_pages > _memorystatus_available_pages_critical > _memorystatus_available_pages_pressure > _memorystatus_bg_pressure_eligible > _memorystatus_frozen_count > _memorystatus_is_foreground_locked > _memorystatus_send_low_swap_note > _memorystatus_send_pressure_note > _memorystatus_suspended_count > _memorystatus_warn_process
- Support for Interrupt Accounting (should prove useful)
- IOReporting (introduced silently in 10.9) is used by BT and Interrupt. You can see this with ioreg -l -f
- sfi (also syscalls 456/457) - use by thermald - likely, selective forced idle. Wrapped by system_get/set_sfi_window, and _get/sfi_set_class_offtime (for 456), and
_sfi_process_get/set_flags
(457, sfi_pidctl) - while on the subject of thermald -- libpmenergy and libpmsample (in
/usr/lib ) look interesting. They're really aggressive with power management in this release.. (@TODO: check out machdep.xcpm thermal sysctls) - Swap Garbage collection (Hallelujah!)
- Multipath TCP(!!!!)
Mes-Mac:~ morpheus$ sysctl -a | grep mpt net.inet.mptcp.enable: 1 net.inet.mptcp.debug: 0 net.inet.mptcp.mptcp_cap_retr: 2 net.inet.mptcp.dss_csum: 0 net.inet.mptcp.fail: 1 net.inet.mptcp.keepalive: 840 net.inet.mptcp.mpprio: 1 net.inet.mptcp.remaddr: 1 net.inet.mptcp.fastjoin: 1 net.inet.mptcp.rwnotify: 0 net.inet.mptcp.verbose: 0 net.inet.mptcp.pcbcount: 0 net.inet.mptcp.sk_lim: 16 net.inet.mptcp.delayed: 0 net.inet.mptcp.rto_spikethresh: 3000 net.inet.mptcp.rto: 3 net.inet.mptcp.nrto: 3 net.inet.mptcp.tw: 60
1+2: Both OS X and iOS:
- Launchd has been *entirely* rewritten. This involves several significant changes:
- Launchd is (likely) no longer open source: It's been moved to libxpc-559/560, which never was open source, so I doubt Apple will make it now. It's also now written a dependency on libObjC no doubt because of...
- Launchd's XPC role expanded significantly: with the major news of no more per-user launchd. Apple is confident in their XPC isolation (hmmm... :-) and therefore there is only launchd as PID 1. Period.
- Launchctl is no longer interactive by default but heck, who needs interaction when you have new commands like:
- resolveport : to resolve a Mach port to a launchd endpoint. Arguably, this could have been done a bit better - but likely is on debug builds.
- procinfo: to supply detailed process information on any PID, not necessarily launchd services. Providing Mach port mappings (sorta), entitlements (via SecTask APIs), plist-to-JSON andmore.
- hostinfo: to show ownership of host special ports
- Launchd mig defs have expanded (to support more launchctl functionality)
- Launchd keeps closer tabs on its launched jobs - much more info
Because of its pivotal role in both OSX/iOS, launchd requires a LOT more investigation. You can check out my recent MacSysAdmin 2014 presentation for some more notes, but I'll be re-writing the entire Chapter 7 of my book to reflect just how different everything is now - XNU has jumped in version number to
272027382782-something. Which implies there's lots of changes. The sources will only be out when 10.10 is out, and I haven't done any reversing yet. But:- Apple has likely moved more stuff out into dedicated kexts (a la corecrypto.kext (10.8) and pthread.kext (10.9/7.0)) - and those kexts will remain closed source.. Update: Yep - com.apple.kec.Libm - for fractions and trig functions, has been separated from kernel
- There are 480-something syscalls - 29 or so more than 10.9/7.x. This should make for a fine exploration and reversing. Some are merely _at variants, others are brand new:
#define SYS_sfi_ctl 456 #define SYS_sfi_pidctl 457 #define SYS_coalition 458 #define SYS_coalition_info 459 (@TODO: Add to procexp) #define SYS_necp_match_policy 460 #define SYS_getattrlistbulk 461 # used by CoreServicesInternal. /* 462 */ # Apple, why leave a hole if this is pre-release? #define SYS_openat 463 # -------------------------- #define SYS_openat_nocancel 464 # #define SYS_renameat 465 # The ..at counterparts of #define SYS_faccessat 466 # well known POSIX syscalls #define SYS_fchmodat 467 # #define SYS_fchownat 468 # #define SYS_fstatat 469 # perform operations on paths #define SYS_fstatat64 470 # relative to their first arg (fd) #define SYS_linkat 471 # rather than the program's own #define SYS_unlinkat 472 # #define SYS_readlinkat 473 # #define SYS_symlinkat 474 # #define SYS_mkdirat 475 # #define SYS_getattrlistat 476 # --------------------- #define SYS_proc_trace_log 477 # used by diagnosticsd - definitely add to procexp #define SYS_bsdthread_ctl 478 # used by pthread_set_qos_class_np and friends (libsystem_pthread) #define SYS_openbyid_np 479 # Used by generationalstorage, CloudDocs, CloudKit #define SYS_recvmsg_x 480 # used by vmnet.framework - vmnet_read_block_invoke #define SYS_sendmsg_x 481 # used by vmnet.framework - vmnet_write_block_invoke #define SYS_thread_selfusage 482 # #define SYS_csrctl 483 wrapped by libsystem_kernel's _csr_check,_..config, etc sandbox (_rootless_check_trusted - @TODO) #define SYS_guarded_open_dprotected_np 484 # These are defined as of DP4 #define SYS_guarded_write_np 485 #define SYS_guarded_pwrite_np 486 #define SYS_guarded_writev_np 487 #define SYS_rename_ext 488 #define SYS_mremap_encrypted 489
(goes without saying that the interesting ones have no syscall stub *sigh*)
- More Mach APIs! - New mach object - voucher. Will need to research that. Very little leakage of ARM stuff, alas
- New QoS APIs - A well documented pthread/qos.h and sys/qos.h file , for thread level Quality of Service (all non posix, of course). These are also plugged into the Grand Central Dispatcher (which I wrote an article about a while back here) update: got my hands on GCD presentation from WWDC 14, and indeed this is thread level QoS. Basically, it's making available in user mode the stuff from task_policy.h that was in 10.9, though I need to investigate this
- Bootstrap services are finally deprecated - q.v. launchd rewrite. Also no per-user launchd
- ASL (apple syslog) APIs revamped
- Better extended attribute support
- New Mach-O Load command: LC_LINKER_OPTIMIZATION_HINT - 0x2E. @TODO: Update jtool
3-extra
- sched_multiq and sched_dualq
4. Summary
I'll try to update this as I go along, but the journey is still underway.
Naturally, it'll be easier to glean info on 10.10, because at least there reversing is fairly straightforward. Thanks to the iOS8 4S vfdecrypt key, this is now almost as easy for iOS! If someone can, perchance, somehow provide me with a iOS kernel image or dump (OR THE KERNELCACHE IV/KEY - iH8Sn0w? *nudge* *nudge* *wink* *wink*?), I'd be extremely happy to update the joker tool and share all my findings.MOXiI (my book) will be coming out late 2015 in a 2nd edition, to reflect changes all the way up to 10.11 and iOS 9 (e.g. Swift, and more of the above), and add new contents! You are highly welcome to stop by the WebSite Forum and leave any requests for stuff to include in the 2nd Edition! You are also welcome to say hi directly - j@