Intermittently, Parse throws an exception when [[PFInstallation currentInstallation] addUniqueObject:forKey:]
is called:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Operation is invalid after previous operation.'
If an array column returns nil
, use setObject:forKey
rather than addUniqueObject:forKey:
.
Example:
if ([currentInstallation objectForKey:@"channels"]) {
[currentInstallation addUniqueObject:channel forKey:@"channels"];
} else {
[currentInstallation setObject:@[channel] forKey:@"channels"];
}
Incident Identifier: BC121EDA-D0BE-4B88-B8F6-EFEE34FDB81E
CrashReporter Key: A44608F4-A0D2-420D-BCFF-6454C7B3E3E9
Hardware Model: iPod5,1
Process: xxx [216]
Path: /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/xxx
Identifier: com.xxx.xxx
Version: 32
Code Type: ARM
Parent Process: launchd [1]
Date/Time: 2014-09-09T22:16:29Z
OS Version: iPhone OS 8.0 (12A365)
Report Version: 104
Exception Type: SIGABRT
Exception Codes: #0 at 0x32f61dfc
Crashed Thread: 0
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Operation is invalid after previous operation.'
Last Exception Backtrace:
0 CoreFoundation 0x252d9f87 CFDateGetTimeIntervalSinceDate + 16123
1 libobjc.A.dylib 0x32900c77 objc_exception_throw + 36
2 xxx 0x001bc8f3 -[PFAddUniqueOperation applyToValue:forKey:ofObject:] (PFFieldOperation.m:367)
3 xxx 0x00190857 -[PFObject(Private) performOperation:forKey:] (PFObject.m:940)
4 xxx 0x001982ad -[PFObject addUniqueObjectsFromArray:forKey:] (PFObject.m:2012)
5 xxx 0x00198235 -[PFObject addUniqueObject:forKey:] (PFObject.m:2008)
6 xxx 0x0010439f __80-[VNPushPromptViewController appDidFinishRequestingPermissionsForNotifications:]_block_invoke (VNPushPromptViewController.m:77)
7 libdispatch.dylib 0x32e61613 _os_object_retain_internal$VARIANT$up + 1448
8 libdispatch.dylib 0x32e615ff _os_object_retain_internal$VARIANT$up + 1428
9 libdispatch.dylib 0x32e6c2b7 _dispatch_mach_notify_port_deleted + 19108
10 CoreFoundation 0x2529fe61 CFRunLoopTimerSetTolerance + 3346
11 CoreFoundation 0x2529e581 _CFRunLoopGet2b + 2922
12 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
13 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
14 GraphicsSerxxxs 0x2c54f051 GSEventRunModal + 134
15 UIKit 0x287b6f01 UIApplicationMain + 1438
16 xxx 0x000fb7af main (main.m:14)
17 libdyld.dylib 0x32e9caaf _tlv_atexit + 8
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x32f61dfc __pthread_kill + 8
1 libsystem_pthread.dylib 0x32fe1d13 pthread_kill + 60
2 libsystem_c.dylib 0x32f01939 abort + 74
3 xxx 0x0017f9ef uncaught_exception_handler + 24
4 CoreFoundation 0x252da2b9 CFDateGetTimeIntervalSinceDate + 16938
5 libobjc.A.dylib 0x32900eff objc_terminate + 220
6 libc++abi.dylib 0x3212adef std::get_terminate() + 120
7 libc++abi.dylib 0x3212a5b1 __cxa_throw + 110
8 libobjc.A.dylib 0x32900d4b objc_exception_throw + 248
9 xxx 0x001bc8f3 -[PFAddUniqueOperation applyToValue:forKey:ofObject:] (PFFieldOperation.m:367)
10 xxx 0x00190857 -[PFObject(Private) performOperation:forKey:] (PFObject.m:940)
11 xxx 0x001982ad -[PFObject addUniqueObjectsFromArray:forKey:] (PFObject.m:2012)
12 xxx 0x00198235 -[PFObject addUniqueObject:forKey:] (PFObject.m:2008)
13 xxx 0x0010439f __80-[VNPushPromptViewController appDidFinishRequestingPermissionsForNotifications:]_block_invoke (VNPushPromptViewController.m:77)
14 libdispatch.dylib 0x32e61613 _os_object_retain_internal$VARIANT$up + 1448
15 libdispatch.dylib 0x32e615ff _os_object_retain_internal$VARIANT$up + 1428
16 libdispatch.dylib 0x32e6c2b7 _dispatch_mach_notify_port_deleted + 19108
17 CoreFoundation 0x2529fe61 CFRunLoopTimerSetTolerance + 3346
18 CoreFoundation 0x2529e581 _CFRunLoopGet2b + 2922
19 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
20 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
21 GraphicsSerxxxs 0x2c54f051 GSEventRunModal + 134
22 UIKit 0x287b6f01 UIApplicationMain + 1438
23 xxx 0x000fb7af main (main.m:14)
24 libdyld.dylib 0x32e9caaf _tlv_atexit + 8
Thread 1:
0 libsystem_kernel.dylib 0x32f4e2c8 kevent64 + 24
1 libdispatch.dylib 0x32e70bfb _os_object_release$VARIANT$mp + 6132
Thread 2:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x252356cb CFRunLoopRun + 96
5 CoreMotion 0x25aecb7f CLSF_thorntonUpdate_6x6 + 56828
6 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
7 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
8 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 3:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 CFNetwork 0x24da41ff cfnTranslateCFError + 2064
6 Foundation 0x25fe81bb _NSConvertToASCIIorUnicode + 4320
7 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
8 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
9 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 4:
0 libsystem_kernel.dylib 0x32f61b38 __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x32fe12b1 pthread_cond_wait + 38
2 Foundation 0x25f6dc3f NSHomeDirectory + 1748
3 xxx 0x001c9713 -[PFCommandCache runLoop] (PFCommandCache.m:499)
4 Foundation 0x25fe81bb _NSConvertToASCIIorUnicode + 4320
5 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
6 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
7 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 5:
0 libsystem_kernel.dylib 0x32f6208c __select + 20
1 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
2 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
3 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 6:
0 libsystem_kernel.dylib 0x32f63388 guarded_pwrite_np + 24
1 libsqlite3.dylib 0x32c3192d sqlite3_free_table + 32542
2 libsqlite3.dylib 0x32c70577 sqlite3_intarray_bind + 148468
3 libsqlite3.dylib 0x32c6fea5 sqlite3_intarray_bind + 146722
4 libsqlite3.dylib 0x32c3143d sqlite3_free_table + 31278
5 libsqlite3.dylib 0x32c2628b sqlite3_value_text + 12040
6 libsqlite3.dylib 0x32c03deb sqlite3_finalize + 2048
7 libsqlite3.dylib 0x32c2251f sqlite3_step + 45836
8 libsqlite3.dylib 0x32c173b5 sqlite3_step + 418
9 CoreData 0x24fdb75d 0x24fc6000 + 87901
10 CoreData 0x25014a1b 0x24fc6000 + 322075
11 CoreData 0x2501a80d 0x24fc6000 + 346125
12 CoreData 0x2501a429 0x24fc6000 + 345129
13 CoreData 0x25012ac5 0x24fc6000 + 314053
14 CoreData 0x24fe1609 0x24fc6000 + 112137
15 CoreData 0x2508df89 0x24fc6000 + 819081
16 CoreData 0x2509510f 0x24fc6000 + 848143
17 libdispatch.dylib 0x32e615ff _os_object_retain_internal$VARIANT$up + 1428
18 libdispatch.dylib 0x32e6a9a1 _dispatch_mach_notify_port_deleted + 12686
19 CoreData 0x25088c7f 0x24fc6000 + 797823
20 CoreData 0x24fe11df 0x24fc6000 + 111071
21 CoreData 0x25002bf3 0x24fc6000 + 248819
22 xxx 0x0011a6e3 __21-[GAIDataStore save:]_block_invoke + 144
23 xxx 0x001187c9 -[GAIDataStore performBlockAndWait:withError:] + 410
24 xxx 0x0011a623 -[GAIDataStore save:] + 80
25 xxx 0x001255ab -[GAIBatchingDispatcher persist:] + 112
26 xxx 0x00126803 -[GAIBatchingDispatcher queueDispatch:] + 492
27 xxx 0x00126601 -[GAIBatchingDispatcher queueModel:] + 118
28 Foundation 0x25fe83cf _NSConvertToASCIIorUnicode + 4852
29 CoreFoundation 0x252a0807 CFRunLoopTimerSetTolerance + 5816
30 CoreFoundation 0x2529fc1b CFRunLoopTimerSetTolerance + 2764
31 CoreFoundation 0x2529e299 _CFRunLoopGet2b + 2178
32 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
33 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
34 Foundation 0x25f23171 _NSFaultInObject + 802
35 Foundation 0x25f715e5 NSHomeDirectory + 16506
36 xxx 0x001161f9 +[GAI threadMain:] + 62
37 Foundation 0x25fe81bb _NSConvertToASCIIorUnicode + 4320
38 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
39 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
40 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 7:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 Foundation 0x25f23171 _NSFaultInObject + 802
6 Foundation 0x25f715e5 NSHomeDirectory + 16506
7 xxx 0x0027cfeb +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:169)
8 Foundation 0x25fe81bb _NSConvertToASCIIorUnicode + 4320
9 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
10 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
11 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 8:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 libAVFAudio.dylib 0x23f1570d 0x23efc000 + 104205
6 libAVFAudio.dylib 0x23f07c07 0x23efc000 + 48135
7 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
8 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
9 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 9:
0 libsystem_kernel.dylib 0x32f4e568 semaphore_wait_trap + 8
1 MediaToolbox 0x26c92503 FigPlayerAsyncCreate + 2524
2 CoreMedia 0x25a41e87 FigRemoteOperationSenderResetIfFullAndEnqueueOperation + 6020
3 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
4 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
5 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 10:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 MediaToolbox 0x26c9755d FigPlaybackItemGetClassID + 1150
2 CoreMedia 0x25a41e87 FigRemoteOperationSenderResetIfFullAndEnqueueOperation + 6020
3 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
4 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
5 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 11:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 WebCore 0x304bbcc1 WebCore::ThreadGlobalData::ThreadGlobalData() + 6322
6 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
7 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
8 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 12:
0 libsystem_kernel.dylib 0x32f61b38 __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x32fe12b1 pthread_cond_wait + 38
2 libc++.1.dylib 0x320cdfa9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 34
3 JavaScriptCore 0x264a7fab WTF::PageAllocationAligned::allocate(unsigned long, unsigned long, WTF::OSAllocator::Usage, bool) + 2308
4 JavaScriptCore 0x264a445f WTF::ThreadCondition::wait(WTF::Mutex&) + 20
5 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
6 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
7 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 13:
0 libsystem_kernel.dylib 0x32f61b38 __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x32fe12b1 pthread_cond_wait + 38
2 libc++.1.dylib 0x320cdfa9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 34
3 JavaScriptCore 0x2666cb75 JSC::createError(JSC::ExecState*, JSC::JSObject* (*)(JSC::ExecState*, WTF::String const&), JSC::JSValue, WTF::String const&) + 10926
4 JavaScriptCore 0x2666cbd9 JSC::createError(JSC::ExecState*, JSC::JSObject* (*)(JSC::ExecState*, WTF::String const&), JSC::JSValue, WTF::String const&) + 11026
5 JavaScriptCore 0x264a445f WTF::ThreadCondition::wait(WTF::Mutex&) + 20
6 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
7 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
8 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 14:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 WebCore 0x304e5045 WebCore::Frame::viewportOffsetChanged(WebCore::Frame::ViewportOffsetChangeType) + 958
6 JavaScriptCore 0x264a445f WTF::ThreadCondition::wait(WTF::Mutex&) + 20
7 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
8 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
9 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 15:
0 libsystem_kernel.dylib 0x32f4e518 mach_msg_trap + 20
1 CoreFoundation 0x2529fdcb CFRunLoopTimerSetTolerance + 3196
2 CoreFoundation 0x2529e391 _CFRunLoopGet2b + 2426
3 CoreFoundation 0x251ebdb1 CFRunLoopRunSpecific + 474
4 CoreFoundation 0x251ebbc3 CFRunLoopRunInMode + 104
5 Foundation 0x25f23171 _NSFaultInObject + 802
6 Foundation 0x25f715e5 NSHomeDirectory + 16506
7 xxx 0x001f4dbb +[PF_AFURLConnectionOperation networkRequestThreadEntryPoint:] (PF_AFURLConnectionOperation.m:184)
8 Foundation 0x25fe81bb _NSConvertToASCIIorUnicode + 4320
9 libsystem_pthread.dylib 0x32fe0e67 _pthread_start + 256
10 libsystem_pthread.dylib 0x32fe0ddb _pthread_start + 116
11 libsystem_pthread.dylib 0x32fdeb84 thread_start + 6
Thread 16:
0 libsystem_kernel.dylib 0x32f629cc __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x32fdeb78 start_wqthread + 6
Thread 17:
0 libsystem_kernel.dylib 0x32f629cc __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x32fdeb78 start_wqthread + 6
Thread 18:
0 libsystem_kernel.dylib 0x32f629cc __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x32fdeb78 start_wqthread + 6
Thread 19:
0 libsystem_kernel.dylib 0x32f629cc __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x32fdeb78 start_wqthread + 6
Thread 20:
0 libsystem_kernel.dylib 0x32f629cc __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x32fdeb78 start_wqthread + 6
Thread 0 crashed with ARM Thread State:
pc: 0x32f61dfc r7: 0x0075f0f4 sp: 0x0075f0e8 r0: 0x00000000
r1: 0x00000000 r2: 0x00000000 r3: 0xffffffff r4: 0x00000006
r5: 0x356549dc r6: 0x33269440 r8: 0x3563f074 r9: 0x356549dc
r10: 0x17d94970 r11: 0x00598e88 ip: 0x00000148 lr: 0x32fe1d13
cpsr: 0x000f0010
Link Register Analysis:
Symbol: pthread_kill + 60
Description: We have determined that the link register (lr) is very likely to contain the return address of frame #0's calling function, and have inserted it into the crashing thread's backtrace as frame #1 to aid in analysis. This determination was made by applying a heuristic to determine whether the crashing function was likely to have created a new stack frame at the time of the crash.
Type: 1
Binary Images:
0xe0000 - 0x583fff xxx armv7 <310f8b1b48d030398d3f4d88303f3cca> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/xxx
0x761000 - 0x904fff libswiftCore.dylib armv7 <a87086eff308338a82e521190d28695a> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftCore.dylib
0xa3d000 - 0xa4efff libswiftCoreGraphics.dylib armv7 <22e0e97ca3cb337eb0f867e603eb6d8d> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftCoreGraphics.dylib
0xa61000 - 0xa62fff libswiftCoreImage.dylib armv7 <760fae9275c535d6afd35bd623edb78a> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftCoreImage.dylib
0xa68000 - 0xa6efff libswiftDarwin.dylib armv7 <040a95ee4d413243a7de8cf328f55448> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftDarwin.dylib
0xa79000 - 0xa7afff libswiftDispatch.dylib armv7 <ffcc8fa8f4773b92aa7c27b301c303ca> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftDispatch.dylib
0xa81000 - 0xae1fff libswiftFoundation.dylib armv7 <8cc06b326c1c3008b8c63bc5e3fa9d93> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftFoundation.dylib
0xb12000 - 0xb18fff libswiftObjectiveC.dylib armv7 <d22852d351973099bb52ea70d4f472de> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftObjectiveC.dylib
0xb21000 - 0xb23fff libswiftUIKit.dylib armv7 <f0712cb8745e3c11922b2eec4c10ca14> /private/var/mobile/Containers/Bundle/Application/410EBC64-0F3B-4CEB-8C10-CC1317123A95/xxx.app/Frameworks/libswiftUIKit.dylib
0x23b05000 - 0x23b20fff libJapaneseConverter.dylib armv7 <7f4df4f14d5d3b1b9be0a79ff3760611> /System/Library/CoreSerxxxs/Encodings/libJapaneseConverter.dylib
0x23b6f000 - 0x23c5bfff RawCamera armv7 <4317141434783109a965641bb6f05672> /System/Library/CoreSerxxxs/RawCamera.bundle/RawCamera
0x23c71000 - 0x23d85fff IMGSGX543GLDriver armv7 <ef3a28faf380394186687b8950b243e4> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x23d8f000 - 0x23efbfff AVFoundation armv7 <82d1ce4181dc3bf4bd730f7492f05a92> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x23efc000 - 0x23f5afff libAVFAudio.dylib armv7 <1b7ba3faa65c3850a72317a96ec43025> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x23f5b000 - 0x23f94fff AVKit armv7 <1a5c5e83deb236e495cfdac2a15a3256> /System/Library/Frameworks/AVKit.framework/AVKit
0x23f95000 - 0x23f95fff Accelerate armv7 <6489308d54873b748557138e7540d733> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x23f96000 - 0x23fa5fff libCGInterfaces.dylib armv7 <e405cfb12e003afab81ff80482486544> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x23fa6000 - 0x241bffff vImage armv7 <9df0c9ce894a39f381ee083b84f63faa> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x241c0000 - 0x2429dfff libBLAS.dylib armv7 <f7c32b998307330ba5f35ecac6b06824> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x2429e000 - 0x24561fff libLAPACK.dylib armv7 <7964d0bd893432319fca6e8cddb2b119> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x24562000 - 0x24574fff libLinearAlgebra.dylib armv7 <c3f84b77ae383b5594fe0390218ecb8d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x24575000 - 0x245eafff libvDSP.dylib armv7 <2e809e9146b536958f515517ed636a5e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x245eb000 - 0x245fcfff libvMisc.dylib armv7 <036ca731b2cf35cbb2762d08f6a16dfe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x245fd000 - 0x245fdfff vecLib armv7 <332674aaa39b3d94993ff677468b9d87> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x245fe000 - 0x24624fff Accounts armv7 <13071672ad5c35fe9ebad729d8cbf029> /System/Library/Frameworks/Accounts.framework/Accounts
0x24625000 - 0x24625fff AdSupport armv7 <b0fc8990c7743ac29ce05a30ae35a6d2> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x24626000 - 0x24696fff AddressBook armv7 <3ca79f630bd93678ae5a115995754f5c> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x24697000 - 0x247bbfff AddressBookUI armv7 <631b55d7b7313f5b863d2c67e6366e04> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x247bc000 - 0x247cdfff AssetsLibrary armv7 <893946627fe532918a5c0d7b95b74789> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x24951000 - 0x24bc2fff AudioToolbox armv7 <503cd792e29c3a22a0e6797a3a1f052a> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x24d28000 - 0x24eaffff CFNetwork armv7 <fa99828f278f3d6fae61a96388b3b52e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x24eb0000 - 0x24f30fff CloudKit armv7 <39c64d525a453f75822851daeea9c08c> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x24f31000 - 0x24f8ffff CoreAudio armv7 <711dada83c8c3c29aaf9d17c1e088a94> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x24fa8000 - 0x24fc5fff CoreBluetooth armv7 <771793a76e38327390b62d1191240128> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x24fc6000 - 0x251d1fff CoreData armv7 <92438c5f749d35a18446ba947d7767db> /System/Library/Frameworks/CoreData.framework/CoreData
0x251d2000 - 0x25501fff CoreFoundation armv7 <50123e7208983ab8a3f8801b22df38f2> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x25502000 - 0x2562bfff CoreGraphics armv7 <66e9fc039182333c9ac1900bc3e787a8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x2566b000 - 0x2566dfff libCGXType.A.dylib armv7 <70ec36eaacb835acb41004592e122018> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x2566e000 - 0x25678fff libCMSBuiltin.A.dylib armv7 <10d337c33046387986d04e6a8d176286> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x25845000 - 0x2585ffff libPDFRIP.A.dylib armv7 <1273c56732593031900299bb350e77b9> /System/Library/Frameworks/CoreGraphics.framework/Resources/libPDFRIP.A.dylib
0x25860000 - 0x2587bfff libRIP.A.dylib armv7 <194c9ceb501d30a6ad1eea845b0fbcae> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x2587c000 - 0x25989fff CoreImage armv7 <52f3d145099233a1ae5bf151a30968c9> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x2598a000 - 0x259e1fff CoreLocation armv7 <10fe351ffcc8320a80935c368fd41709> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x25a13000 - 0x25aadfff CoreMedia armv7 <cfaa8fe16921322a8d051be58f0ba5a8> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x25aae000 - 0x25b6efff CoreMotion armv7 <8f994a9a503c3cdf9f633b33905765c8> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x25b6f000 - 0x25bcdfff CoreTelephony armv7 <1865940137713dcfae217d4b0de6958d> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x25bce000 - 0x25c95fff CoreText armv7 <44d68be1c4173eefb39dee7fb833ab5f> /System/Library/Frameworks/CoreText.framework/CoreText
0x25c96000 - 0x25cabfff CoreVideo armv7 <e73497bc01ad3dfa9021bbd545b238ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x25cac000 - 0x25da1fff EventKit armv7 <cd97e3fe7781337496dccf11905a1de1> /System/Library/Frameworks/EventKit.framework/EventKit
0x25f17000 - 0x26119fff Foundation armv7 <b2799048242f307c9892b904a9b36a09> /System/Library/Frameworks/Foundation.framework/Foundation
0x2611a000 - 0x26145fff GLKit armv7 <e0550392ac64347395b4e081db748083> /System/Library/Frameworks/GLKit.framework/GLKit
0x26146000 - 0x26165fff GSS armv7 <90ed04b56ce53d7d8aff0c4aedbbf53a> /System/Library/Frameworks/GSS.framework/GSS
0x261f9000 - 0x2624ffff IOKit armv7 <cf83377abd033964b8ea67aa40a4f8fc> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x26250000 - 0x26492fff ImageIO armv7 <4d8d2eec2be7389f9bef4cc206ab1c51> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x26493000 - 0x267dcfff JavaScriptCore armv7 <c60465cbbdac337ba85277e4ac295dbc> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x26aab000 - 0x26ab3fff MediaAccessibility armv7 <c46f7282336e3a3598119ed19753bcfe> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x26ab4000 - 0x26c8dfff MediaPlayer armv7 <c22fdd8531423f7fac0b7813edf2ea2d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x26c8e000 - 0x27006fff MediaToolbox armv7 <6b17033e979c3cbdbe59068d214c3c8c> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x27007000 - 0x270c5fff MessageUI armv7 <5fc5e497d82c3fa8b26a95986c4506a8> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x270c6000 - 0x27132fff Metal armv7 <d971a1b8b8d637a98f1c9131c6bc75c6> /System/Library/Frameworks/Metal.framework/Metal
0x27133000 - 0x271c2fff MobileCoreSerxxxs armv7 <6350e1d9a8233b0b8663716cbc0255be> /System/Library/Frameworks/MobileCoreSerxxxs.framework/MobileCoreSerxxxs
0x27217000 - 0x272a6fff NetworkExtension armv7 <052ee9b0fef533e7892cd7985c0e1b6a> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x272b1000 - 0x272b6fff NotificationCenter armv7 <ad0133f6340a381cb68ea6cbfa25857a> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x27bb4000 - 0x27c8bfff GLEngine armv7 <a8bdb1797cb930b4b2f53fa349ccb7d1> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x27c8c000 - 0x27c94fff OpenGLES armv7 <c87c554261393aa5bf85fac5c48ba03a> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x27c96000 - 0x27c96fff libCVMSPluginSupport.dylib armv7 <e78a40f2f13c33dd8d80c8972f0da994> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x27c97000 - 0x27c99fff libCoreFSCache.dylib armv7 <464a9b4119763133a2d9351025007b45> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x27c9a000 - 0x27c9dfff libCoreVMClient.dylib armv7 <d9e168b21cf63cb9b4cd49d30bfad66c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x27c9e000 - 0x27ca6fff libGFXShared.dylib armv7 <431e1f47629237109f9ab0ba085deab3> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x27ca7000 - 0x27ce6fff libGLImage.dylib armv7 <0009f6d507073ee7891d95f6e2b12729> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x27ce7000 - 0x27e21fff libGLProgrammability.dylib armv7 <f45683cfd123376081f7f83bce64f37b> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x27ee1000 - 0x27f53fff Photos armv7 <54ad963df1473a78bef3966098708c52> /System/Library/Frameworks/Photos.framework/Photos
0x27f54000 - 0x28173fff PhotosUI armv7 <67858dbd50393118bc45843b5c30f046> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x28174000 - 0x282c4fff QuartzCore armv7 <6245b916ab9d326e9de1b06c3ef06d8d> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x282c5000 - 0x28318fff QuickLook armv7 <e5f7110a42ca327c8b8a6a31a24beab9> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x28506000 - 0x28546fff Security armv7 <2245b2e838543824aeb75488acf4ff10> /System/Library/Frameworks/Security.framework/Security
0x28547000 - 0x285bffff Social armv7 <82026cc9e9b43b30bc4bf377d5e4e0f8> /System/Library/Frameworks/Social.framework/Social
0x286d4000 - 0x286e9fff StoreKit armv7 <88b74d86f5a9363090269cea0cf0bde9> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x286ea000 - 0x28746fff SystemConfiguration armv7 <184b320bb96d38bd90198ab7d330874e> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x28749000 - 0x28fe1fff UIKit armv7 <ee8cc4162cf6359b9f06840d1dfd047d> /System/Library/Frameworks/UIKit.framework/UIKit
0x28fe2000 - 0x29049fff VideoToolbox armv7 <d85f06b8d5b03255b1ed26b392f10356> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x2904a000 - 0x2922efff WebKit armv7 <bb736fb9b75f3ca8a3792bdc58fd6ebd> /System/Library/Frameworks/WebKit.framework/WebKit
0x294f6000 - 0x2951afff ACTFramework armv7 <a320e72c79cd36a0a2baf32292cef8e3> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x29525000 - 0x29530fff AOSNotification armv7 <7c0696f7d87e35c291cc0f890e4fcfbb> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x29685000 - 0x296d1fff AccountsDaemon armv7 <b6499a184db73779bee7009290d50866> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x296d2000 - 0x296f3fff AccountsUI armv7 <d0089e7d0018354bbbb292e26b5cca8b> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x296f4000 - 0x296f8fff AggregateDictionary armv7 <b3a8631ab71b38dd89b8a5c12523e88b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x298bd000 - 0x298e7fff AirPlaySupport armv7 <701f2b977a83350dbcc270660cdeb9ab> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x29adf000 - 0x29b1dfff AppSupport armv7 <ef00e8bfb45f30eba14f2814991daecb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x29b1e000 - 0x29b64fff AppleAccount armv7 <dc91507a3bd93c00bae39ab5fe665f3e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x29c4c000 - 0x29c89fff AppleJPEG armv7 <bece852b679738698169770603dbe38a> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x29c94000 - 0x29ca6fff ApplePushSerxxx armv7 <e7005874ff1c383783169820b881b334> /System/Library/PrivateFrameworks/ApplePushSerxxx.framework/ApplePushSerxxx
0x29ca7000 - 0x29cadfff AppleSRP armv7 <b6847dfcc40334ea9722d3f13554a46d> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x29ce2000 - 0x29cebfff AssertionSerxxxs armv7 <c977f6aef66130c39617094d607ee5c6> /System/Library/PrivateFrameworks/AssertionSerxxxs.framework/AssertionSerxxxs
0x29cec000 - 0x29d04fff AssetsLibrarySerxxxs armv7 <be8b0ab42954333181d42f0e6c49aa59> /System/Library/PrivateFrameworks/AssetsLibrarySerxxxs.framework/AssetsLibrarySerxxxs
0x29d05000 - 0x29d29fff AssistantSerxxxs armv7 <12105ee4d02c3ecd965994d192b080b9> /System/Library/PrivateFrameworks/AssistantSerxxxs.framework/AssistantSerxxxs
0x29d58000 - 0x29d5cfff BTLEAudioController armv7 <d93ccb2b76d83d4397f2d52d0453e553> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x29d5d000 - 0x29d74fff BackBoardSerxxxs armv7 <90f2f2097cd93fd29b3215c2cd4f19b5> /System/Library/PrivateFrameworks/BackBoardSerxxxs.framework/BackBoardSerxxxs
0x29d77000 - 0x29dacfff BaseBoard armv7 <91b34e60fd50334e9fc2b4567236cc65> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x29dad000 - 0x29db3fff BluetoothManager armv7 <1d489c9a1222307c81ec3a712c08bdda> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x29db4000 - 0x29ddafff Bom armv7 <fe98a677126b3ca1aee15c85f69e77ac> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x29dee000 - 0x29e53fff BulletinBoard armv7 <42c12c8b3a563ded8c3cab2c2653135b> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x29e59000 - 0x29e60fff CacheDelete armv7 <c78ee1b379663b7484d4583f20f442ff> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x29ea5000 - 0x29ecefff CalendarFoundation armv7 <d2c50e612a3436eeada3192832d4d838> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x29f09000 - 0x29fdafff CameraKit armv7 <d2d8c2da11ab3fa090885135c333aabb> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x29fdb000 - 0x29fe3fff CaptiveNetwork armv7 <588eadc07ec13c5e8d309447f31a183e> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x29fe4000 - 0x2a106fff Celestial armv7 <3d9133a892cb3fdaa79a1e5dafca8821> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x2a114000 - 0x2a12cfff CertInfo armv7 <5dbecf4710a03505a6e3aa7b3c1c2cf3> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x2a12d000 - 0x2a132fff CertUI armv7 <dec1479a61333e8e980d30cd1c704f1d> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x2a25d000 - 0x2a27efff ChunkingLibrary armv7 <c359ead48938353fb522523c08409f3e> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x2a27f000 - 0x2a2bcfff CloudDocs armv7 <c76da6ee321438dd9896425e5c98dd93> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x2a621000 - 0x2a6c9fff CloudPhotoLibrary armv7 <552a2efec6433d23accab04ee86248e9> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x2a6d1000 - 0x2a719fff ColorSync armv7 <8316a8399b4534a9929c12771ea8cc1f> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x2a71a000 - 0x2a71cfff CommonAuth armv7 <25a2f94e7a193152bd59f50bdfb31905> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x2a71d000 - 0x2a72dfff CommonUtilities armv7 <e94371f0c3af3df2b36c35c11e91e77a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x2a72e000 - 0x2a732fff CommunicationsFilter armv7 <797d402b98a9374fb920676f8c03cd18> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x2a7a1000 - 0x2a7a5fff ConstantClasses armv7 <da2dc377cd593070aac7616e05a4cb93> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x2a7a6000 - 0x2a7defff ContentIndex armv7 <ddabd197e1c038a5890d3c8fa8680e7a> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x2a7df000 - 0x2a7e2fff CoreAUC armv7 <73fc866359063f30baf942f7e3f61f60> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x2a806000 - 0x2a85afff CoreDAV armv7 <52796864a94330c68c6931a94111b886> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x2a85b000 - 0x2a874fff CoreDuet armv7 <8884c503754d3e11bef8665285845f4c> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x2a879000 - 0x2a888fff CoreDuetDaemonProtocol armv7 <b145140cf14733c78ab45771ac23a25a> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x2a88f000 - 0x2a891fff CoreDuetDebugLogging armv7 <5360d9f729b33046879514799ee116d6> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x2a9de000 - 0x2aadefff CoreMediaStream armv7 <eeec4874f2f53abc99956e6000f5c102> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x2aadf000 - 0x2ab7afff CorePDF armv7 <1f44fd0a22fe3d7f8e76d161350b2afe> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x2abdb000 - 0x2abe5fff CoreRecents armv7 <555a110b53ee3f00ad7d75694503f6d2> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x2ac5d000 - 0x2ac7bfff CoreSerxxxsInternal armv7 <9489d2acff3b383e88f4206935a42ac7> /System/Library/PrivateFrameworks/CoreSerxxxsInternal.framework/CoreSerxxxsInternal
0x2ae73000 - 0x2ae78fff CoreTime armv7 <37101f6748c23862988324ffcf5544ae> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x2ae79000 - 0x2aef9fff CoreUI armv7 <1c2e75c0a2973beb827d13d08802b2f1> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x2aefa000 - 0x2af63fff CoreUtils armv7 <9e41c4ebf773341a806198247518793d> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x2af64000 - 0x2af69fff CrashReporterSupport armv7 <b390f4fa5603386ea83d56f48fdeacd8> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x2af6a000 - 0x2af70fff DAAPKit armv7 <4e88a4be652032138a02c419ec184ebc> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x2af71000 - 0x2af7bfff DCIMSerxxxs armv7 <9d90b35eac4435dc99aa502fabcc2fd2> /System/Library/PrivateFrameworks/DCIMSerxxxs.framework/DCIMSerxxxs
0x2af7c000 - 0x2afc1fff DataAccess armv7 <b6dfb7c5146f38ae94a67b10615a88aa> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x2b1b6000 - 0x2b1d7fff DataAccessExpress armv7 <68681cbe3ed937f6a74291ed288e2395> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x2b1e2000 - 0x2b1fafff DataDetectorsCore armv7 <e1b74004728338ad869ff28c7e3497af> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x2b1fc000 - 0x2b215fff DataDetectorsUI armv7 <0ec41fa98ed93c5391e0c79abc561e67> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x2b216000 - 0x2b21cfff DataMigration armv7 <50bff91cdbdf3a6ebe55c4cdfd1318b5> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x2b226000 - 0x2b227fff DiagnosticLogCollection armv7 <4d0d31ac66e43d03a4fba8eec2bebffe> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x2b228000 - 0x2b242fff DictionarySerxxxs armv7 <606f886854653188a384feb88c727c6b> /System/Library/PrivateFrameworks/DictionarySerxxxs.framework/DictionarySerxxxs
0x2b261000 - 0x2b280fff EAP8021X armv7 <1b02879f4e23365a83c8e9bb7e480729> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x2b36d000 - 0x2b37efff FTAWD armv7 <68af891524413b1bab2bb2865a82a992> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x2b37f000 - 0x2b381fff FTClientSerxxxs armv7 <212ae990f9b13910b7fc5733e200d21c> /System/Library/PrivateFrameworks/FTClientSerxxxs.framework/FTClientSerxxxs
0x2b382000 - 0x2b3b2fff FTSerxxxs armv7 <5ea5160a534f3341aaa74206fcf86948> /System/Library/PrivateFrameworks/FTSerxxxs.framework/FTSerxxxs
0x2b3b3000 - 0x2b7d6fff FaceCore armv7 <96fe282a3c903468bccffee0f45ffa2a> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x2b7fb000 - 0x2b7fbfff FontSerxxxs armv7 <00fa3270936839b4bb7c64f2be3e7f50> /System/Library/PrivateFrameworks/FontSerxxxs.framework/FontSerxxxs
0x2b7fc000 - 0x2b8cffff libFontParser.dylib armv7 <a9532d1a53a138de80e57f38b4d585a1> /System/Library/PrivateFrameworks/FontSerxxxs.framework/libFontParser.dylib
0x2b8d0000 - 0x2b8dcfff libGSFontCache.dylib armv7 <e1ea799391e43de79fec5f1af55f6f7c> /System/Library/PrivateFrameworks/FontSerxxxs.framework/libGSFontCache.dylib
0x2b9bf000 - 0x2b9dafff FrontBoardSerxxxs armv7 <bc58f1f043413960b218aeb7f8b50286> /System/Library/PrivateFrameworks/FrontBoardSerxxxs.framework/FrontBoardSerxxxs
0x2bf40000 - 0x2bf47fff libGPUSupportMercury.dylib armv7 <14c01d491e6a3b61bd836bc1db42b155> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x2c2bf000 - 0x2c2d5fff GenerationalStorage armv7 <bfac200419ad3196b39022d7650c29cb> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x2c2d6000 - 0x2c545fff GeoSerxxxs armv7 <fe87428d609e3501a4200a41262b1f9d> /System/Library/PrivateFrameworks/GeoSerxxxs.framework/GeoSerxxxs
0x2c546000 - 0x2c556fff GraphicsSerxxxs armv7 <9efdf5cfa1b8391bbbf872c4496f5825> /System/Library/PrivateFrameworks/GraphicsSerxxxs.framework/GraphicsSerxxxs
0x2c5f8000 - 0x2c647fff Heimdal armv7 <27ed872801f33202bea3a0633cf79104> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x2c6da000 - 0x2c759fff HomeSharing armv7 <3a9fdc17b25e3130ac8492a178d5c9ab> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x2c7b8000 - 0x2c80efff IDS armv7 <13c160f9f3ba38d6bbf0f6b3811ba1e4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x2c80f000 - 0x2c830fff IDSFoundation armv7 <709c320879a235b6886a0226796ec4ea> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2c831000 - 0x2c897fff IMAVCore armv7 <55be7cb64f323a1395be0c9e199955d1> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x2c898000 - 0x2c946fff IMCore armv7 <c1d8d819734d3ff1845db60b81526c34> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x2c9de000 - 0x2ca42fff IMFoundation armv7 <3dace4bdefff3757b5e669b0c68b3518> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2ca4a000 - 0x2ca4dfff IOAccelerator armv7 <5b718623c85d3670b62447ace8d4b00d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x2ca50000 - 0x2ca56fff IOMobileFramebuffer armv7 <1f7e71ccb940316abc4d3c702d6d8830> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x2ca57000 - 0x2ca5cfff IOSurface armv7 <30ff04d22c7632028ca42a4e0c97b2ae> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x2ca5d000 - 0x2ca5efff IOSurfaceAccelerator armv7 <ca94112c1c7e3d5f8f386e3d86fc22ca> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x2caa7000 - 0x2caf3fff ImageCapture armv7 <ce637b13f52b35f389ab481c3d0f07d1> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x2caf4000 - 0x2caf9fff IncomingCallFilter armv7 <c93d4ef7ae99330d93b11188930805eb> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x2cafa000 - 0x2cb00fff IntlPreferences armv7 <831321052434365281315fd25cacdfc1> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x2cb01000 - 0x2cb37fff LanguageModeling armv7 <b40438d2f27b389cb73743c61d3c011c> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2cb38000 - 0x2cb56fff LatentSemanticMapping armv7 <3ce5428fb4c8369591dcccc67396ac09> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x2cb73000 - 0x2cbaffff MIME armv7 <41b567288b383837bfd41be4a0ad7d4f> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2cbb0000 - 0x2cc0afff MMCS armv7 <814c1bb70df63d858c91c6792c81045e> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x2cc53000 - 0x2cc5ffff MailSerxxxs armv7 <be6309bba17437c6bc3d0b13bab196ad> /System/Library/PrivateFrameworks/MailSerxxxs.framework/MailSerxxxs
0x2cc93000 - 0x2cd32fff ManagedConfiguration armv7 <3d453a4bdcd735caa12ec7bac4a430c8> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x2cd3c000 - 0x2cd3dfff Marco armv7 <68cbf0bb03a23415af7f9a724f9f7d5c> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2cd3e000 - 0x2cdb5fff MediaControlSender armv7 <91c297b9dc3131d0afb22e56b628a230> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x2ce54000 - 0x2ce66fff MediaRemote armv7 <eb5a6085e4433915be19daaf8f31c7e2> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2ce67000 - 0x2ce76fff MediaSerxxxs armv7 <1d6bd929ff1c3e92892315cadafba2d8> /System/Library/PrivateFrameworks/MediaSerxxxs.framework/MediaSerxxxs
0x2ce77000 - 0x2ce8ffff MediaStream armv7 <ae527c7f942e393caa582ff144e9fb2a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x2cef4000 - 0x2cfd1fff Message armv7 <520560d507f33ceda6038a2557235037> /System/Library/PrivateFrameworks/Message.framework/Message
0x2cfd7000 - 0x2cfd9fff MessageSupport armv7 <92355fe4a91a33b8984516f0be7177e9> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x2cfeb000 - 0x2cff8fff MobileAsset armv7 <876d4a6cda803783a7588999c2247225> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2d01f000 - 0x2d028fff MobileBluetooth armv7 <a323e89fcb3d35beab1f7dba97b3f0a1> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x2d044000 - 0x2d04bfff MobileIcons armv7 <e86c962b9bce38808d774597da55f14d> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2d04c000 - 0x2d053fff MobileInstallation armv7 <4af983ee77833064bc7503cbed22e164> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x2d054000 - 0x2d060fff MobileKeyBag armv7 <26e4ea84cc393fbdbec77b0024e144e7> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x2d08d000 - 0x2d090fff MobileSystemSerxxxs armv7 <ae4ef39d4c073c5395b7070df717326d> /System/Library/PrivateFrameworks/MobileSystemSerxxxs.framework/MobileSystemSerxxxs
0x2d0b2000 - 0x2d0bffff MobileWiFi armv7 <156a2f7f3abb3dd79df11aeb6b9dab66> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2d0fe000 - 0x2d29cfff MusicLibrary armv7 <fc38abd909e031c38f7bb10604077ac4> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2d335000 - 0x2d33afff Netrb armv7 <74cd9bc39770377d982a67cff76cccc7> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x2d33b000 - 0x2d341fff NetworkStatistics armv7 <9d8ed51a234836048ce9f8d711a60f72> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2d342000 - 0x2d35ffff Notes armv7 <d1922d2e1e733ea9a415f2bc078c3722> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x2d360000 - 0x2d364fff NotificationsUI armv7 <2a19ef0f695237ca84dc13858c120aa9> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI
0x2d365000 - 0x2d367fff OAuth armv7 <1b4ad044062c30d29f87f399bd847c25> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x2dabf000 - 0x2dafbfff OpenCL armv7 <8c9c716a2de93b38be82b2277bb9632d> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x2dbe1000 - 0x2dc08fff PersistentConnection armv7 <f0c9f9b0930c3925948e5b528515d1ac> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2dc12000 - 0x2dc91fff PhotoEditSupport armv7 <6299c571fd803be1b82c22273e4b9449> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x2dc92000 - 0x2dd71fff PhotoLibrary armv7 <4f75968fb2d23f179050201646cbb268> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x2dd72000 - 0x2dfd4fff PhotoLibrarySerxxxs armv7 <2d26bb0c1f723a199e05debaca350312> /System/Library/PrivateFrameworks/PhotoLibrarySerxxxs.framework/PhotoLibrarySerxxxs
0x2dfd5000 - 0x2dfdefff PhotosFormats armv7 <80797e42da123c7cb3e69bdad0639bfa> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x2dfdf000 - 0x2e029fff PhysicsKit armv7 <3d40d332c97c32ac80772192145ea414> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2e02a000 - 0x2e040fff PlugInKit armv7 <e6264267233836f3bcf2ec6046bd5505> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x2e041000 - 0x2e048fff PowerLog armv7 <e307e1f427233b1a83fe7134e49921ba> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x2e242000 - 0x2e2e9fff Preferences armv7 <e0eb891a8c1530ddaccdd1b200bc1628> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x2e2ea000 - 0x2e327fff PrintKit armv7 <59173b68b2333f598a17dc7c56f569f4> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x2e328000 - 0x2e32bfff ProgressUI armv7 <7e65bad44eb23b7780942ec2b422a524> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x2e32c000 - 0x2e3c0fff ProofReader armv7 <b9f28c4e72fc309e907b939d493127b8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x2e3c1000 - 0x2e3d0fff ProtectedCloudStorage armv7 <82efa7e50d2c3179b8be27355e28f9db> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x2e3d1000 - 0x2e3ddfff ProtocolBuffer armv7 <39fea739a0ae30e99cdd935e06437e24> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x2e3de000 - 0x2e40ffff PrototypeTools armv7 <993cb00d94113a80ad8bb9aa0e3d528c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x2e410000 - 0x2e47efff Quagga armv7 <8276ca0278403a45a6ec46bf05b050f3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x2e66b000 - 0x2e6f7fff SAObjects armv7 <3fa6a2eb10533acfa65bf0f46a48f550> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x2e798000 - 0x2e7d4fff Sharing armv7 <6f6adf63f1c237a6b971abd19276450f> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x2e89e000 - 0x2e8cdfff SpringBoardFoundation armv7 <8c2d99e1206e3a9babb5578d1cd1940d> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x2e8ce000 - 0x2e8e8fff SpringBoardSerxxxs armv7 <a0d26a4f5c223babb1f07a0ef4b22966> /System/Library/PrivateFrameworks/SpringBoardSerxxxs.framework/SpringBoardSerxxxs
0x2e8e9000 - 0x2e8fbfff SpringBoardUI armv7 <4fb924d9f0c831419226d99e90a82ec7> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
0x2e8fc000 - 0x2e91ffff SpringBoardUISerxxxs armv7 <f5198bed3c993274bbc9980f30b52dc4> /System/Library/PrivateFrameworks/SpringBoardUISerxxxs.framework/SpringBoardUISerxxxs
0x2ec53000 - 0x2ed6bfff StoreSerxxxs armv7 <8005c5fd61d13036819a57e965ddf46a> /System/Library/PrivateFrameworks/StoreSerxxxs.framework/StoreSerxxxs
0x2ee2e000 - 0x2ee34fff SymptomReporter armv7 <e328bf3c95203994b05ae2cf7f1e777a> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter
0x2ee3d000 - 0x2ee3ffff TCC armv7 <bd765a3a2cc736a0925aeeae1b246631> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x2ee40000 - 0x2ee85fff TelephonyUI armv7 <193b30705206308fb30faddc0aec6b16> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x2ee86000 - 0x2eec3fff TelephonyUtilities armv7 <87c96336d7b433b1bd54f9a0efbc8fed> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x2eee3000 - 0x2fa24fff KBLayouts_iPhone.dylib armv7 <832313e9f02b3707be0555b1efe91cbf> /System/Library/PrivateFrameworks/TextInput.framework/KBLayouts_iPhone.dylib
0x2fa25000 - 0x2fa4cfff TextInput armv7 <2c5cc34e04d8316c9eaf54177d191916> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x2fa90000 - 0x2faa5fff ToneLibrary armv7 <451b3c3445f43d78b501e82949f1b1d2> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x2faff000 - 0x2fbbffff UIFoundation armv7 <428374a21c553f4892ffd62a9e50f499> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x2fbdc000 - 0x2fbdffff UserFS armv7 <897a747e849e3128a52593f4e311783c> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x30356000 - 0x30374fff VoiceSerxxxs armv7 <83e34899ae2c38cf979df2cf1f2f2582> /System/Library/PrivateFrameworks/VoiceSerxxxs.framework/VoiceSerxxxs
0x303fd000 - 0x30423fff WebBookmarks armv7 <3a8fb1f4316a350bae60104827af648e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x30424000 - 0x30438fff WebContentAnalysis armv7 <a6a0c7f724ee358dbb0a6eb6ee878ffa> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x30439000 - 0x30fadfff WebCore armv7 <4453f473bc773bbb863cde0919a18749> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x30fae000 - 0x3106cfff WebKitLegacy armv7 <7a189dc5b02e3ac1b1194b2d3b0dcb08> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x31205000 - 0x3120bfff XPCKit armv7 <a1c5af61abc333849e3b34aacc77b13c> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x3120c000 - 0x31214fff XPCObjects armv7 <7b274a8d00e536638b46bf56b2b13c3e> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x31401000 - 0x31425fff iCalendar armv7 <626a47ba3ee73c71a97e7cc5108f49e2> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x31430000 - 0x31443fff iPhotoMigrationSupport armv7 <59265c1c6b6839518179c763655c806e> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x31444000 - 0x3147ffff iTunesStore armv7 <84d9347a39bb3564a10ff65d081e7757> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x31bba000 - 0x31bc2fff libAccessibility.dylib armv7 <32190dda98163ebbb0643169fc09b1a5> /usr/lib/libAccessibility.dylib
0x31cf4000 - 0x31d0afff libCRFSuite.dylib armv7 <0a5fee6c5fb13987a0014c7e6db619aa> /usr/lib/libCRFSuite.dylib
0x31d3c000 - 0x31e3ffff libFosl_dynamic.dylib armv7 <1b7e35e68bb13a7885642804a30db6cc> /usr/lib/libFosl_dynamic.dylib
0x31e57000 - 0x31e58fff libMobileCheckpoint.dylib armv7 <da6074ca7b5a36c398e11a943ba34497> /usr/lib/libMobileCheckpoint.dylib
0x31e59000 - 0x31e73fff libMobileGestalt.dylib armv7 <1b847e4afb7b367a94bc44a5e393f370> /usr/lib/libMobileGestalt.dylib
0x31e99000 - 0x31e9afff libSystem.B.dylib armv7 <f8d939cc441439e7b2855a6ef4d77c08> /usr/lib/libSystem.B.dylib
0x31f0b000 - 0x31f4ffff libTelephonyUtilDynamic.dylib armv7 <ad405763cdac370bb854e61772bf394a> /usr/lib/libTelephonyUtilDynamic.dylib
0x31f52000 - 0x31ff4fff libType2Streamer.dylib armv7 <b1d28a1977013b39b8992b3234896627> /usr/lib/libType2Streamer.dylib
0x3205f000 - 0x32081fff libarchive.2.dylib armv7 <4ed6612a4606309b975cbc258ba02c4f> /usr/lib/libarchive.2.dylib
0x32082000 - 0x32082fff libassertion_extension.dylib armv7 <a66a6dcaa7ac387c8b07413a12671773> /usr/lib/libassertion_extension.dylib
0x320b1000 - 0x320bdfff libbsm.0.dylib armv7 <1d4e1966264c32f38d75e858496cf7f8> /usr/lib/libbsm.0.dylib
0x320be000 - 0x320c7fff libbz2.1.0.dylib armv7 <4b7ac694d66732dc9ea3d1d05f012df7> /usr/lib/libbz2.1.0.dylib
0x320c8000 - 0x32112fff libc++.1.dylib armv7 <31d0bc3ad77a36f78c370c6d154f50d4> /usr/lib/libc++.1.dylib
0x32113000 - 0x3212efff libc++abi.dylib armv7 <8651f217a2113143b778e44e36676179> /usr/lib/libc++abi.dylib
0x32130000 - 0x3213dfff libcmph.dylib armv7 <73d53cf7c39237759bfd66e8050dd5ae> /usr/lib/libcmph.dylib
0x3213e000 - 0x32146fff libcupolicy.dylib armv7 <9aa9d081ac923b5f94854d7de628a79a> /usr/lib/libcupolicy.dylib
0x3216d000 - 0x32185fff libextension.dylib armv7 <cd9c4b4d72b9359f9fc0dfb9d4a871bc> /usr/lib/libextension.dylib
0x322b6000 - 0x322b9fff libheimdal-asn1.dylib armv7 <96c4cd5f3c533dde95840a7377681e6b> /usr/lib/libheimdal-asn1.dylib
0x322ba000 - 0x323a7fff libiconv.2.dylib armv7 <1b0fd67a32a23c998b57ab552f1562cf> /usr/lib/libiconv.2.dylib
0x323a8000 - 0x32515fff libicucore.A.dylib armv7 <f4c624598fbf37b0bbee174fac154d91> /usr/lib/libicucore.A.dylib
0x32522000 - 0x32522fff liblangid.dylib armv7 <ac2f558933ab3a9bbc0f376833feb5da> /usr/lib/liblangid.dylib
0x32523000 - 0x3252dfff liblockdown.dylib armv7 <ea95ceffad2531eaa6433591b81c57f3> /usr/lib/liblockdown.dylib
0x3252e000 - 0x32543fff liblzma.5.dylib armv7 <c7608f137e0c3fc892a214899dc3364e> /usr/lib/liblzma.5.dylib
0x328bb000 - 0x328cffff libmis.dylib armv7 <8fea81a19fa8324c8afe054d17b5e529> /usr/lib/libmis.dylib
0x328d0000 - 0x328f7fff libncurses.5.4.dylib armv7 <5b41697f247a3cf2890ece6a7b58a79a> /usr/lib/libncurses.5.4.dylib
0x328fa000 - 0x32af4fff libobjc.A.dylib armv7 <3dfb8b1d89c53df7be0b4d8b17b51b6b> /usr/lib/libobjc.A.dylib
0x32ba9000 - 0x32bbffff libresolv.9.dylib armv7 <dd12c5d28f193f46aa1dcffbecdaaa4e> /usr/lib/libresolv.9.dylib
0x32bea000 - 0x32c8ffff libsqlite3.dylib armv7 <0aacf80bb3573654b41574dc849aeb4f> /usr/lib/libsqlite3.dylib
0x32cdd000 - 0x32d04fff libtidy.A.dylib armv7 <f42dd1583f533d5ebf43cea1436f8f6f> /usr/lib/libtidy.A.dylib
0x32d05000 - 0x32d0dfff libtzupdate.dylib armv7 <13ef11c9008f32788a287272bb281a14> /usr/lib/libtzupdate.dylib
0x32d11000 - 0x32dc7fff libxml2.2.dylib armv7 <e766a404f6ef3eb482ad641bdc4c5b16> /usr/lib/libxml2.2.dylib
0x32dc8000 - 0x32de9fff libxslt.1.dylib armv7 <a53526d8b3b73c04a3d6b8d6a02b9639> /usr/lib/libxslt.1.dylib
0x32dea000 - 0x32df6fff libz.1.dylib armv7 <6e6680acca983153ae913c0c17a6c1cd> /usr/lib/libz.1.dylib
0x32df7000 - 0x32dfbfff libcache.dylib armv7 <9961bace92213372ab8863cdfb3a29d6> /usr/lib/system/libcache.dylib
0x32dfc000 - 0x32e05fff libcommonCrypto.dylib armv7 <1de129ade05e38949012159687a5c051> /usr/lib/system/libcommonCrypto.dylib
0x32e06000 - 0x32e0afff libcompiler_rt.dylib armv7 <5c4da79950b53afe84ace67fb55833c4> /usr/lib/system/libcompiler_rt.dylib
0x32e0b000 - 0x32e11fff libcopyfile.dylib armv7 <30fa82f404f63dc1a5d3cc5e3491335d> /usr/lib/system/libcopyfile.dylib
0x32e12000 - 0x32e5efff libcorecrypto.dylib armv7 <143b275a4177393f81976175b34308fa> /usr/lib/system/libcorecrypto.dylib
0x32e5f000 - 0x32e9afff libdispatch.dylib armv7 <429ae50a967737d6b5b4a05c3de017e2> /usr/lib/system/libdispatch.dylib
0x32e9b000 - 0x32e9cfff libdyld.dylib armv7 <5085dc61f4c03595bb85b15629273fbc> /usr/lib/system/libdyld.dylib
0x32e9d000 - 0x32e9dfff libkeymgr.dylib armv7 <262bd92918bd3c1c9eb6fcaa3791775e> /usr/lib/system/libkeymgr.dylib
0x32e9e000 - 0x32e9efff liblaunch.dylib armv7 <ded7a799dc293fb98cf67551ca948c7f> /usr/lib/system/liblaunch.dylib
0x32e9f000 - 0x32ea2fff libmacho.dylib armv7 <239e78697d683d6991a2a9c0044474b3> /usr/lib/system/libmacho.dylib
0x32ea3000 - 0x32ea4fff libremovefile.dylib armv7 <0557b72ca4a3362e884d7cff30e8cafb> /usr/lib/system/libremovefile.dylib
0x32ea5000 - 0x32eb6fff libsystem_asl.dylib armv7 <70cf5e1898f13ce18eb75f3458dbd796> /usr/lib/system/libsystem_asl.dylib
0x32eb7000 - 0x32eb7fff libsystem_blocks.dylib armv7 <0c999fc715d3379a82ba8c6354709999> /usr/lib/system/libsystem_blocks.dylib
0x32eb8000 - 0x32f1afff libsystem_c.dylib armv7 <20a3892b16363a33903bb2dd2707d505> /usr/lib/system/libsystem_c.dylib
0x32f1b000 - 0x32f1dfff libsystem_configuration.dylib armv7 <d7cbf07df41a3ea997b79a821ded7d97> /usr/lib/system/libsystem_configuration.dylib
0x32f1e000 - 0x32f1ffff libsystem_coreserxxxs.dylib armv7 <4b9f774a6d3b3ca79c2fe7d1d45b8b22> /usr/lib/system/libsystem_coreserxxxs.dylib
0x32f20000 - 0x32f2cfff libsystem_coretls.dylib armv7 <0cc38bb44c223315b61e3dd8ba7c98b6> /usr/lib/system/libsystem_coretls.dylib
0x32f2d000 - 0x32f33fff libsystem_dnssd.dylib armv7 <cc3c60b9d86732c7a53f794c7d09debc> /usr/lib/system/libsystem_dnssd.dylib
0x32f34000 - 0x32f4cfff libsystem_info.dylib armv7 <30d86b05ccfc364c80512007c565d251> /usr/lib/system/libsystem_info.dylib
0x32f4d000 - 0x32f67fff libsystem_kernel.dylib armv7 <fd16698c8ee336f0994797e7b505eccd> /usr/lib/system/libsystem_kernel.dylib
0x32f68000 - 0x32f88fff libsystem_m.dylib armv7 <6ff18932024e3fdb81da9a95cff65be2> /usr/lib/system/libsystem_m.dylib
0x32f89000 - 0x32f9bfff libsystem_malloc.dylib armv7 <1cbb1e6f834f352cada0bfe6aae7ced1> /usr/lib/system/libsystem_malloc.dylib
0x32f9c000 - 0x32fc9fff libsystem_network.dylib armv7 <d9711d62164c37e084aa419ed251c264> /usr/lib/system/libsystem_network.dylib
0x32fca000 - 0x32fcffff libsystem_networkextension.dylib armv7 <9e633ce07c5631f0b08ea45b745ee3a6> /usr/lib/system/libsystem_networkextension.dylib
0x32fd0000 - 0x32fd7fff libsystem_notify.dylib armv7 <2c4117afd36435a795a2c2367723434e> /usr/lib/system/libsystem_notify.dylib
0x32fd8000 - 0x32fddfff libsystem_platform.dylib armv7 <f36fba051a0833fa889eb0bd2cd81875> /usr/lib/system/libsystem_platform.dylib
0x32fde000 - 0x32fe4fff libsystem_pthread.dylib armv7 <365cd5f446003b0288cee279e460bd8a> /usr/lib/system/libsystem_pthread.dylib
0x32fe5000 - 0x32fe7fff libsystem_sandbox.dylib armv7 <d2a92447495235bb915ea76606b37012> /usr/lib/system/libsystem_sandbox.dylib
0x32fe8000 - 0x32febfff libsystem_stats.dylib armv7 <dfc8455c709d34b39f0b82ca4d497e2d> /usr/lib/system/libsystem_stats.dylib
0x32fec000 - 0x32ff1fff libsystem_trace.dylib armv7 <e82b8baeae2739ee8ce1cb26784a7f79> /usr/lib/system/libsystem_trace.dylib
0x32ff2000 - 0x32ff2fff libunwind.dylib armv7 <8c41ef1c4e4733ac87472a1910dfe445> /usr/lib/system/libunwind.dylib
0x32ff3000 - 0x3300efff libxpc.dylib armv7 <84e1bee3b89739dd9a7bd061b6b252c5> /usr/lib/system/libxpc.dylib
@acegreen @nporteschaikin any progress on this?