facebook / idb

idb is a flexible command line interface for automating iOS simulators and devices
https://fbidb.io
MIT License
4.5k stars 432 forks source link

idb fails to run any command. Cannot spawn the companion #627

Open davidrogers-unity opened 3 years ago

davidrogers-unity commented 3 years ago

Description

idb crashes when attempting to run any command.

Reproduction

Followed the directions to install idb and the companion with pip and brew respectively. Then called idb list-targets, the call stack is below.

This is on macOS 10.15.6. seems to happen with both Xcode 11 and 12 as well as iOS 12, 13, 14.

Additional Information


% idb list-targets 2020-09-23 10:05:13,210 [ERROR] - root - Exception thrown in main Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/idb/common/companion_spawner.py", line 31, in _parse_json_line return json.loads(decoded_line) File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/idb/common/companion_spawner.py", line 158, in spawn_notifier await self._read_notifier_output(stream=none_throws(process.stdout)) File "/usr/local/lib/python3.8/site-packages/idb/common/companion_spawner.py", line 171, in _read_notifier_output update = _parse_json_line(line) File "/usr/local/lib/python3.8/site-packages/idb/common/companion_spawner.py", line 33, in _parse_json_line raise IdbJsonException(f"Failed to parse json from: {decoded_line}") idb.common.companion_spawner.IdbJsonException: Failed to parse json from:

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/idb/cli/main.py", line 272, in gen_main await root_command.run(args) File "/usr/local/lib/python3.8/site-packages/idb/common/command.py", line 87, in run return await self._get_subcommand_for_args(args).run(args) File "/usr/local/lib/python3.8/site-packages/idb/cli/init.py", line 95, in run await self._run_impl(args) File "/usr/local/lib/python3.8/site-packages/idb/cli/init.py", line 138, in _run_impl await self.run_with_client( File "/usr/local/lib/python3.8/site-packages/idb/cli/commands/target.py", line 168, in run_with_client targets = await client.list_targets() File "/usr/local/lib/python3.8/site-packages/idb/common/logging.py", line 107, in _async_wrapper raise ex File "/usr/local/lib/python3.8/site-packages/idb/common/logging.py", line 82, in _async_wrapper value = await function(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/idb/grpc/management.py", line 129, in listtargets (, companions, local_targets) = await asyncio.gather( File "/usr/local/lib/python3.8/site-packages/idb/grpc/management.py", line 57, in _spawn_notifier await companion_spawner.spawn_notifier() File "/usr/local/lib/python3.8/site-packages/idb/common/companion_spawner.py", line 161, in spawn_notifier raise CompanionSpawnerException( idb.common.companion_spawner.CompanionSpawnerException: Failed to spawn the idb notifier. Stderr: 2020-09-23 10:05:13.165-0500 [315022130845ceabff54cdcfc66dd4d601db158a_connection_cache_values] Disconnected from AMDevice

Sep 23 10:05:13 idb_companion[14364] : _SubscribeForMuxNotifications (thread 0x10bf60dc0): returned 0x0.

2020-09-23 10:05:13.205 idb_companion[14364:319246] Terminating app due to uncaught exception 'NSRangeException', reason: ' -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]'

*** First throw call stack:

(

0   CoreFoundation                      0x00007fff34aeab57 __exceptionPreprocess + 250

1   libobjc.A.dylib                     0x00007fff6d95d5bf objc_exception_throw + 48

2   CoreFoundation                      0x00007fff34a169a6 -[__NSSingleObjectArrayI objectAtIndex:] + 112

3   FBControlCore                       0x000000010214f2d9 -[FBOSVersion number] + 137

4   FBControlCore                       0x000000010218d33d FBiOSTargetComparison + 333

5   FBDeviceControl                     0x00000001022dac14 -[FBDevice compare:] + 52

6   CoreFoundation                      0x00007fff34a54cbd __CFSimpleMergeSort + 126

7   CoreFoundation                      0x00007fff34a54bad CFSortIndexes + 397

8   CoreFoundation                      0x00007fff34a6f75f -[NSArray sortedArrayFromRange:options:usingComparator:] + 699

9   CoreFoundation                      0x00007fff34a6f38d -[NSArray sortedArrayUsingSelector:] + 122

10  FBDeviceControl                     0x00000001022d4808 -[FBDeviceSet recalculateAllDevices] + 152

11  FBDeviceControl                     0x00000001022d40c6 -[FBDeviceSet initWithLogger:delegate:] + 294

12  FBDeviceControl                     0x00000001022d3ee2 __51+[FBDeviceSet defaultSetWithLogger:error:delegate:]_block_invoke + 66

13  libdispatch.dylib                   0x00007fff6eaac658 _dispatch_client_callout + 8

14  libdispatch.dylib                   0x00007fff6eaad7de _dispatch_once_callout + 20

15  FBDeviceControl                     0x00000001022d3e0b +[FBDeviceSet defaultSetWithLogger:error:delegate:] + 251

16  idb_companion                       0x00000001008cfd1d DeviceSet + 269

17  idb_companion                       0x00000001008cf925 DefaultTargetSets + 1077

18  idb_companion                       0x00000001008cd498 NotiferFuture + 248

19  idb_companion                       0x00000001008cc360 GetCompanionCompletedFuture + 912

20  idb_companion                       0x00000001008cb5a5 main + 1205

21  libdyld.dylib                       0x00007fff6eb05cc9 start + 1

22  ???                                 0x0000000000000003 0x0 + 3

)

libc++abi.dylib: terminating with uncaught exception of type NSException


Full output from Apple bug reporter. Process: idb_companion [14430] Path: /usr/local/Cellar/idb-companion/1.0.14/bin/idb_companion Identifier: idb_companion Version: 0 Code Type: X86-64 (Native) Parent Process: ??? [14428] Responsible: Terminal [521] User ID: 504

Date/Time: 2020-09-23 10:12:31.812 -0500 OS Version: Mac OS X 10.15.6 (19G2021) Report Version: 12 Bridge OS Version: 3.0 (14Y908) Anonymous UUID: 7C0587D8-C2D1-4819-A207-AB6B8EDCB534

Sleep/Wake UUID: 1F85BCF9-4DB4-4D8F-9867-C142BE3DD026

Time Awake Since Boot: 28000 seconds Time Since Wake: 5800 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: Terminating app due to uncaught exception 'NSRangeException', reason: ' -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]' terminating with uncaught exception of type NSException abort() called

Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff34aeab57 exceptionPreprocess + 250 1 libobjc.A.dylib 0x00007fff6d95d5bf objc_exception_throw + 48 2 CoreFoundation 0x00007fff34a169a6 -[NSSingleObjectArrayI objectAtIndex:] + 112 3 FBControlCore 0x00000001078b82d9 -[FBOSVersion number] + 137 4 FBControlCore 0x00000001078f633d FBiOSTargetComparison + 333 5 FBDeviceControl 0x0000000107a41c14 -[FBDevice compare:] + 52 6 CoreFoundation 0x00007fff34a54cbd CFSimpleMergeSort + 126 7 CoreFoundation 0x00007fff34a54bad CFSortIndexes + 397 8 CoreFoundation 0x00007fff34a6f75f -[NSArray sortedArrayFromRange:options:usingComparator:] + 699 9 CoreFoundation 0x00007fff34a6f38d -[NSArray sortedArrayUsingSelector:] + 122 10 FBDeviceControl 0x0000000107a3b808 -[FBDeviceSet recalculateAllDevices] + 152 11 FBDeviceControl 0x0000000107a3b0c6 -[FBDeviceSet initWithLogger:delegate:] + 294 12 FBDeviceControl 0x0000000107a3aee2 51+[FBDeviceSet defaultSetWithLogger:error:delegate:]_block_invoke + 66 13 libdispatch.dylib 0x00007fff6eaac658 _dispatch_client_callout + 8 14 libdispatch.dylib 0x00007fff6eaad7de _dispatch_once_callout + 20 15 FBDeviceControl 0x0000000107a3ae0b +[FBDeviceSet defaultSetWithLogger:error:delegate:] + 251 16 idb_companion 0x000000010603dd1d DeviceSet + 269 17 idb_companion 0x000000010603d925 DefaultTargetSets + 1077 18 idb_companion 0x000000010603b498 NotiferFuture + 248 19 idb_companion 0x000000010603a360 GetCompanionCompletedFuture + 912 20 idb_companion 0x00000001060395a5 main + 1205 21 libdyld.dylib 0x00007fff6eb05cc9 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff6ec4d33a __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff6ed09e60 pthread_kill + 430 2 libsystem_c.dylib 0x00007fff6ebd4808 abort + 120 3 libc++abi.dylib 0x00007fff6be33458 abort_message + 231 4 libc++abi.dylib 0x00007fff6be248bf demangling_terminate_handler() + 262 5 libobjc.A.dylib 0x00007fff6d95f5a9 _objc_terminate() + 96 6 libc++abi.dylib 0x00007fff6be32887 std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x00007fff6be32829 std::terminate() + 41 8 libdispatch.dylib 0x00007fff6eaac66c _dispatch_client_callout + 28 9 libdispatch.dylib 0x00007fff6eaad7de _dispatch_once_callout + 20 10 com.facebook.FBDeviceControl 0x0000000107a3ae0b +[FBDeviceSet defaultSetWithLogger:error:delegate:] + 251 11 idb_companion 0x000000010603dd1d DeviceSet + 269 12 idb_companion 0x000000010603d925 DefaultTargetSets + 1077 13 idb_companion 0x000000010603b498 NotiferFuture + 248 14 idb_companion 0x000000010603a360 GetCompanionCompletedFuture + 912 15 idb_companion 0x00000001060395a5 main + 1205 16 libdyld.dylib 0x00007fff6eb05cc9 start + 1

Thread 1: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 2: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 3: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 4: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 5: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 6: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 7: 0 libsystem_pthread.dylib 0x00007fff6ed05b68 start_wqthread + 0

Thread 8:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff6ec4f0fe select + 10 1 com.apple.CoreFoundation 0x00007fff34a97c53 CFSocketManager + 641 2 libsystem_pthread.dylib 0x00007fff6ed0a109 _pthread_start + 148 3 libsystem_pthread.dylib 0x00007fff6ed05b8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000111348dc0 rcx: 0x00007ffee9c0fab8 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee9c0fae0 rsp: 0x00007ffee9c0fab8 r8: 0x00007ffee9c0f980 r9: 0x00007ffee9c0fb50 r10: 0x0000000111348dc0 r11: 0x0000000000000246 r12: 0x0000000000000307 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007fff6ec4d33a rfl: 0x0000000000000246 cr2: 0x00007fff9522bbc8

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x105fef000 - 0x106679ff7 +idb_companion (0) <16D4BBE3-57BD-3586-9B38-8AD92A82BF44> /usr/local/bin/idb_companion 0x107877000 - 0x10792dfff +com.facebook.FBControlCore (1.0 - 1) <84ABF868-7EEC-3949-8613-3C3E957B59AE> /usr/local/Cellar/idb-companion/1.0.14/Frameworks/FBControlCore.framework/Versions/A/FBControlCore 0x107a21000 - 0x107a6dffb +com.facebook.FBDeviceControl (1.0 - 1) /usr/local/Cellar/idb-companion/1.0.14/Frameworks/FBDeviceControl.framework/Versions/A/FBDeviceControl 0x107ad3000 - 0x107b5fffb +com.facebook.FBSimulatorControl (1.0 - 1) <452024AE-A73F-3A85-9F49-9A5D96FC674C> /usr/local/Cellar/idb-companion/1.0.14/Frameworks/FBSimulatorControl.framework/Versions/A/FBSimulatorControl 0x107c2e000 - 0x107c8aff7 +com.facebook.XCTestBootstrap (1.0 - 1) <88DDD938-7E55-3009-A0BD-6A1CA3F0ABA9> /usr/local/Cellar/idb-companion/1.0.14/Frameworks/XCTestBootstrap.framework/Versions/A/XCTestBootstrap 0x107d08000 - 0x107dbbff3 com.apple.CoreSimulator (732.17 - 732.17) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator 0x107e27000 - 0x107e36ff3 com.apple.CoreSimulator.CoreSimulatorUtilities (732.17 - 732.17) <92F26CEB-D619-35C3-8FD6-44DAFC039D3F> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities 0x107e4d000 - 0x107e80ff7 com.apple.CoreSimulator.SimPasteboardPlus (12.0 - 732.17) <910E1BD2-437F-37C7-AD9E-1BE5559EF3F0> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/SimPasteboardPlus.framework/Versions/A/SimPasteboardPlus 0x107ea7000 - 0x107eb6ff3 com.apple.CoreSimulator.CoreSimDeviceIO (732.17 - 732.17) <9CC67A7A-151E-3BD9-9C36-710F0B0B0105> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO 0x107ed3000 - 0x107f16fff com.apple.ROCKit (40 - 40) <211AE08A-D250-3FD2-B448-21862F4DD1AB> /Library/Developer/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x107f4a000 - 0x107f81ff7 com.apple.CoreSimulator.CoreDeviceUtilities (732.17 - 732.17) <66BB664C-DC3C-39A8-9AB3-9EB532EEC8C7> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreDeviceUtilities.framework/Versions/A/CoreDeviceUtilities 0x11127e000 - 0x11130ff47 dyld (750.6) /usr/lib/dyld 0x7fff27d2d000 - 0x7fff27e5bff8 com.apple.AMDMTLBronzeDriver (3.10.16 - 3.1.0) /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver 0x7fff2d3eb000 - 0x7fff2d7eaff1 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.7.8 - 14.0.7) /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver 0x7fff3028a000 - 0x7fff30485ff8 com.apple.avfoundation (2.0 - 1855.3) <0837D912-3783-35D6-A94A-E474E18600CF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff30486000 - 0x7fff30552ffe com.apple.audio.AVFAudio (1.0 - 415.75) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff30672000 - 0x7fff30672fff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff3068a000 - 0x7fff30ce0fff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff30ce1000 - 0x7fff30f48ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff30f49000 - 0x7fff3141cfef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3141d000 - 0x7fff317b8fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff317b9000 - 0x7fff317cefec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff317cf000 - 0x7fff317d4ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff317d5000 - 0x7fff31845fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff31846000 - 0x7fff31858fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff31859000 - 0x7fff31a30fd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff31a31000 - 0x7fff31af3fef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff31af4000 - 0x7fff31af4fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff31af5000 - 0x7fff31b54ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff31c9e000 - 0x7fff32a5eff2 com.apple.AppKit (6.9 - 1894.60.100) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff32aae000 - 0x7fff32aaefff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff32aaf000 - 0x7fff32b1afff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff32bb3000 - 0x7fff32bf1ff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff32c4c000 - 0x7fff32c7bfff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff32c7c000 - 0x7fff32c80ffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff32d1a000 - 0x7fff32d71ffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff32d72000 - 0x7fff32d80fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff32d81000 - 0x7fff32dc6ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff32dc7000 - 0x7fff32dd1ff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff32dd2000 - 0x7fff32ddfffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff32de0000 - 0x7fff32ec1ffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <8CFA0620-5E43-3C4D-A75B-981C0961C2DE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff32ec3000 - 0x7fff32ec3fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3325a000 - 0x7fff335e9ffa com.apple.CFNetwork (1128.0.1 - 1128.0.1) <07F9CA9C-B954-3EA0-A710-3122BFF9F057> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3366a000 - 0x7fff3395eff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff339a9000 - 0x7fff339affff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff339b0000 - 0x7fff33b48ffa com.apple.cloudkit.CloudKit (867 - 867) <1B851180-FC00-357F-B6C1-BB0EA7D6D5CA> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff33b49000 - 0x7fff33b49fff com.apple.Cocoa (6.11 - 23) <2F5C8ABA-711F-316C-BB97-921122AEE4DF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff33b57000 - 0x7fff33c4dfff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff33c4e000 - 0x7fff33d3eff7 com.apple.combine (1.0 - 134.102) <02C5D48A-E70F-3D68-8555-4211853F9C3B> /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x7fff33f38000 - 0x7fff34441ffb com.apple.audio.CoreAudio (5.0 - 5.0) <9DA02E7A-56A0-3FFF-94C2-1795BA761F07> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff34494000 - 0x7fff344ccfff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff344cd000 - 0x7fff348b7fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff348b8000 - 0x7fff349eaff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff349eb000 - 0x7fff34e6afeb com.apple.CoreFoundation (6.9 - 1677.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff34e6c000 - 0x7fff354e1ff8 com.apple.CoreGraphics (2.0 - 1355.22) <4A3CDE7B-4578-3058-966A-3D1DC095A935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff354ef000 - 0x7fff3584aff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff3584b000 - 0x7fff358b4ff0 com.apple.corelocation (2394.0.22 - 2394.0.22) <75966124-2FB7-33C3-BE49-3DD5F327F911> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff35c0b000 - 0x7fff35ce6ffc com.apple.CoreMedia (1.0 - 2625.9) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff35ce7000 - 0x7fff35d49ffe com.apple.CoreMediaIO (1000.0 - 5125.6) <8FDC573F-890A-3F08-B357-99895521C93D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff35dd3000 - 0x7fff35dd3fff com.apple.CoreServices (1069.24 - 1069.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff35dd4000 - 0x7fff35e59fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff35e5a000 - 0x7fff3613bff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff3613c000 - 0x7fff36189ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff3618a000 - 0x7fff36192ff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff36193000 - 0x7fff363cdff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff363ce000 - 0x7fff36466ff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff36467000 - 0x7fff36494fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff36495000 - 0x7fff364fcfff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff364fd000 - 0x7fff36521ff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff36846000 - 0x7fff369fdffc com.apple.CoreText (643.1.5.1 - 643.1.5.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff369fe000 - 0x7fff36a42ffb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff36a43000 - 0x7fff36ad0ffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6C76A9E0-430F-3B3C-AE8A-3005F8E6FCFF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff36c98000 - 0x7fff36d42ff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff36d67000 - 0x7fff36d6dfff com.apple.DiskArbitration (2.7 - 2.7) <63923E3F-1489-3762-B5EB-5CE28A35FF50> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff370a8000 - 0x7fff3746dfff com.apple.Foundation (6.9 - 1677.104) <7C69F845-F651-3193-8262-5938010EC67D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff374da000 - 0x7fff3752aff7 com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff37667000 - 0x7fff3777bff3 com.apple.Bluetooth (7.0.6 - 7.0.6f7) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff377e1000 - 0x7fff37885ff3 com.apple.framework.IOKit (2.0.2 - 1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff37887000 - 0x7fff37898ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff37917000 - 0x7fff37a73fee com.apple.ImageIO.framework (3.3.0 - 1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff37a74000 - 0x7fff37a77fff libGIF.dylib (1976.11) <7F53F2C2-0F2B-3308-9E90-F043F43DAB32> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff37a78000 - 0x7fff37b31ff7 libJP2.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff37b32000 - 0x7fff37b55fe3 libJPEG.dylib (1976.11) <47540108-F321-35F9-A98A-784E4D4F3C15> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff37dd3000 - 0x7fff37dedfef libPng.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff37dee000 - 0x7fff37deffff libRadiance.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff37df0000 - 0x7fff37e36fff libTIFF.dylib (1976.11) <79E99768-71D7-3EA9-9675-95EFACF32FC8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff39398000 - 0x7fff393aaff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff393ab000 - 0x7fff393abfff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff393ac000 - 0x7fff393e2ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <47D63DCF-2BDB-3983-B2A2-E9C47AA2401D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff3973d000 - 0x7fff39747ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff39813000 - 0x7fff39f60ff2 com.apple.MediaToolbox (1.0 - 2625.9) <3A848992-9182-382A-BF7D-5CB9707BE27B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff39f62000 - 0x7fff3a02cfff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3a049000 - 0x7fff3a086ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff3a087000 - 0x7fff3a111fe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff3a112000 - 0x7fff3a137ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff3a138000 - 0x7fff3a14dffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff3a14e000 - 0x7fff3a2acffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff3a2ad000 - 0x7fff3a2fcff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff3a2fd000 - 0x7fff3a2feff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff3b38c000 - 0x7fff3b398ffe com.apple.NetFS (6.0 - 4.0) <4415F027-D36D-3B9C-96BA-AD22B44A4722> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff3b399000 - 0x7fff3b4f0ff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff3b4f1000 - 0x7fff3b751ffa com.apple.NetworkExtension (1.0 - 1) <3ED35C5A-B170-373E-8277-D4198E408810> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension 0x7fff3df22000 - 0x7fff3df7afff com.apple.opencl (3.5 - 3.5) <293FE223-9186-320B-81A4-EC8104C38357> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3df7b000 - 0x7fff3df97fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff3df98000 - 0x7fff3dfa3ffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff3e909000 - 0x7fff3e90bfff libCVMSPluginSupport.dylib (17.10.22) <2B6C3C16-3F5F-36A8-8070-2A862B90328B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff3e90c000 - 0x7fff3e911fff libCoreFSCache.dylib (176.15) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff3e912000 - 0x7fff3e916fff libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff3e917000 - 0x7fff3e91fff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff3e920000 - 0x7fff3e92afff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff3e92b000 - 0x7fff3e95fff7 libGLImage.dylib (17.10.22) <9A3FE633-61B8-3CC7-8183-62960109401A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3eaf5000 - 0x7fff3eb31fff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3f56d000 - 0x7fff3f57cff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff3fbda000 - 0x7fff3fbe0ff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff4053a000 - 0x7fff407bdffb com.apple.QuartzCore (1.11 - 841.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff41340000 - 0x7fff41689ff1 com.apple.security (7.0 - 59306.140.5) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4168a000 - 0x7fff41712ffb com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff41741000 - 0x7fff41745ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <2C62956C-F2D4-3EB0-86C7-EAA06331621A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff423f1000 - 0x7fff4246bff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff42634000 - 0x7fff42669ff2 com.apple.UserNotifications (1.0 - ???) <8DB163D1-66F0-3B52-933F-48F945E3FF4D> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x7fff426eb000 - 0x7fff42a6eff4 com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff463db000 - 0x7fff464a0fe7 com.apple.APFS (1412.141.1 - 1412.141.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff46aec000 - 0x7fff46af7ffc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <7693F2BF-4DEB-3659-AA34-06322BAE38F8> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff46c14000 - 0x7fff46c67fff com.apple.AXRuntime (1.0.0 - 1) <8EAE0F82-4E6E-35BD-ABAA-811CE601A1C6> /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime 0x7fff46c7a000 - 0x7fff46c96ffe com.apple.accessibility.AccessibilityPlatformTranslation (1.0 - 1) /System/Library/PrivateFrameworks/AccessibilityPlatformTranslation.framework/Versions/A/AccessibilityPlatformTranslation 0x7fff475b5000 - 0x7fff475b6ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff4804e000 - 0x7fff48072ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff48330000 - 0x7fff4833ffd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff4843e000 - 0x7fff48449ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff4848b000 - 0x7fff484d3ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff48896000 - 0x7fff488bcffb com.apple.aps.framework (4.0 - 4.0) <3ED300B6-43E3-31DC-B3C6-6A0FF41A2595> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff488bd000 - 0x7fff488c1ff7 com.apple.AppleSRP (5.0 - 1) <70C25EA9-F7A7-366C-97C6-EEE7845FFCC3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff488c2000 - 0x7fff488e4fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff489a3000 - 0x7fff489a6fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff489a7000 - 0x7fff489f7ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <8E18983B-AF92-3853-8251-A6577A55AC15> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff48a40000 - 0x7fff48a4fff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff48f92000 - 0x7fff4938dff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff495e3000 - 0x7fff49823fe0 com.apple.audio.AudioToolboxCore (1.0 - 1104.93) <5B539F50-93E8-3F73-9E4C-678C85D0488F> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff49827000 - 0x7fff49943fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff49ae9000 - 0x7fff49affff8 com.apple.BackBoardServices (1.0 - 1.0) <18DEEF47-BA8F-38B9-A49A-C56C2BACE1CC> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x7fff49b00000 - 0x7fff49b09ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff49b0a000 - 0x7fff49babff5 com.apple.backup.framework (1.11.6 - 1298.6.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff49bac000 - 0x7fff49c38ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff49d09000 - 0x7fff49d39ffa com.apple.BoardServices (1.0 - 466.3) <95D829A0-6339-35F7-BC46-5A54AE62DB30> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x7fff49d3a000 - 0x7fff49d76ff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff49e94000 - 0x7fff49ecbff5 com.apple.C2 (1.3 - 495) <4A7E2A63-E19A-3936-92F5-03F2FD602172> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff4b7f1000 - 0x7fff4b801ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff4b815000 - 0x7fff4b82cfff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff4bf33000 - 0x7fff4c308fc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff4c309000 - 0x7fff4c336ff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff4c359000 - 0x7fff4c37aff4 com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff4c685000 - 0x7fff4c690ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff4c911000 - 0x7fff4c921ff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff4cf61000 - 0x7fff4cfcbff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff4d3f9000 - 0x7fff4d401ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff4ddee000 - 0x7fff4de11fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff4de12000 - 0x7fff4de45fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff4de46000 - 0x7fff4de74ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff4e4c7000 - 0x7fff4e5f3ff6 com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff4e5f4000 - 0x7fff4e7adffa com.apple.CoreUtils (6.2.4 - 624.7) <456CC907-E838-3945-B70A-66E862C19CD6> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff4e8e7000 - 0x7fff4e8faff1 com.apple.CrashReporterSupport (10.13 - 15016) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff4e9b3000 - 0x7fff4e9c5ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff4e9c6000 - 0x7fff4e9cbfff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff4ea55000 - 0x7fff4eacfff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff4eb59000 - 0x7fff4ece1ff6 com.apple.desktopservices (1.14.5 - 1281.5.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4ef90000 - 0x7fff4f058ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) <47CD30B9-887B-3660-B0EA-E8D8258263BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff4f1d9000 - 0x7fff4f20eff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff4f20f000 - 0x7fff4f213ff9 com.apple.EFILogin (2.0 - 2) <3BFE697B-469F-38F4-B380-4A4F4A37C836> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff506a2000 - 0x7fff50abdff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff5115c000 - 0x7fff51293ff4 libFontParser.dylib (277.2.6.1) <9E9E2EAA-3273-360E-A01B-EB986ECB7BCF> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff5132d000 - 0x7fff5133dff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <1605B441-08E0-332D-B7D8-0E13F37B54E7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff55ed9000 - 0x7fff55edffff com.apple.GPUWrangler (5.2.6 - 5.2.6) <487F2E7A-A5FF-3C36-A8E9-B85D98618116> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5623d000 - 0x7fff57226ff1 com.apple.GeoServices (1.0 - 1624.26.4.26.9) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff57352000 - 0x7fff57360ffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff57361000 - 0x7fff5736eff3 com.apple.GraphicsServices (1.0 - 1.0) <5DAF38C9-53CF-319A-A853-C2EDC46F30EF> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff574ff000 - 0x7fff575bdff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff59739000 - 0x7fff59742ffe com.apple.IOAccelMemoryInfo (1.0 - 1) <50DDA9C2-BDDF-33D4-9BA9-A161E99F1EAD> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo 0x7fff59743000 - 0x7fff5974bff5 com.apple.IOAccelerator (438.7.3 - 438.7.3) <06E3E70B-C0D0-39A2-96B7-12ED6A0EBEE7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff59757000 - 0x7fff59757fff com.apple.IOPlatformPluginFamily (1.0 - 1) <6DBCF6D8-773E-3D68-9ABF-B514819D530A> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff59758000 - 0x7fff5976ffff com.apple.IOPresentment (47.10 - 37) <32F1B3BC-4644-3982-AAB2-8EB5D5FF0161> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff59af7000 - 0x7fff59b42ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff59d00000 - 0x7fff59d07ff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff59f94000 - 0x7fff59fb3ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5a0e8000 - 0x7fff5a1b6ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5a1b7000 - 0x7fff5a1fffff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5a206000 - 0x7fff5a20bff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5a232000 - 0x7fff5a256ffe com.apple.locationsupport (2394.0.22 - 2394.0.22) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff5aaa4000 - 0x7fff5aaa7fff com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5ad10000 - 0x7fff5ad9aff8 com.apple.MediaExperience (1.0 - 1) <0203AF27-AB5E-32FA-B529-AB7F29EEB887> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff5ad9b000 - 0x7fff5adcefff com.apple.MediaKit (16 - 923) <09FEE738-41E4-3A9C-AF1E-1DD00C56339D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff5b574000 - 0x7fff5b5c0fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff5b5c1000 - 0x7fff5b692ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5b720000 - 0x7fff5b8d5ff7 com.apple.mobiledevice (1253.11.3 - 1253.11.3) /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x7fff5b8ee000 - 0x7fff5b90cfff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff5bb6f000 - 0x7fff5bb9fff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5c09f000 - 0x7fff5c0a9fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5cabf000 - 0x7fff5cb0affb com.apple.OTSVG (1.0 - 643.1.5.1) <001E5E8C-1DC0-3A6E-BDE4-1B7887E47F76> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff5dd27000 - 0x7fff5dd32ff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff5dd33000 - 0x7fff5dd5bffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff606c0000 - 0x7fff6071aff6 com.apple.ProtectedCloudStorage (1.0 - 1) <6F271388-3817-336D-9B96-08C7AAC4BA39> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff6071b000 - 0x7fff60734ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff60b74000 - 0x7fff60b80ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.140.1) <39BB0182-215C-3CD8-AF2D-C8DC44286ED4> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff60b94000 - 0x7fff60bbdff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff60bbe000 - 0x7fff60bd3ffa com.apple.xpc.RemoteXPC (1.0 - 1738.140.1) <8E372963-BE27-3A7B-A9BC-AACCBA3AE6B3> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff60d22000 - 0x7fff60d5dff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff627b4000 - 0x7fff628dbfff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff63cf0000 - 0x7fff63fe6ff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff64833000 - 0x7fff64841ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff65075000 - 0x7fff6507eff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.1) <14929A5D-C369-3B46-844B-CD29A3D1A015> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff65335000 - 0x7fff65345ff3 com.apple.TCC (1.0 - 1) <017AB27D-6821-303A-8FD2-6DAC795CC7AA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff6586a000 - 0x7fff65930ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff65ac7000 - 0x7fff65ac8fff com.apple.TrustEvaluationAgent (2.0 - 33) <10E56F70-E234-31E0-9286-96D93A8ED17E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff65b00000 - 0x7fff65d58ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff65dc2000 - 0x7fff65dd8ff9 com.apple.UIKitSystemAppServices (1.0 - 182.1) <620BE17A-586B-3418-99A8-5F55026B5C75> /System/Library/PrivateFrameworks/UIKitSystemAppServices.framework/Versions/A/UIKitSystemAppServices 0x7fff669cd000 - 0x7fff669edffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff67a29000 - 0x7fff67a2afff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff6865a000 - 0x7fff6865dffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff686d7000 - 0x7fff686e5ff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff68a27000 - 0x7fff68a29ff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff68a6f000 - 0x7fff68a7bffd com.apple.perfdata (1.0 - 51.100.6) <21760CFD-62FF-3466-B3AD-191D02411DA0> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff6b41b000 - 0x7fff6b430ffe libAccessibility.dylib (2790.70) <3F824859-2E9B-3772-A475-73E4F88A15C2> /usr/lib/libAccessibility.dylib 0x7fff6b500000 - 0x7fff6b50cff9 libAudioStatistics.dylib (1104.93) <42CAC6A2-BCC3-391B-B1C1-D0AC69E99CF4> /usr/lib/libAudioStatistics.dylib 0x7fff6b50d000 - 0x7fff6b540ffa libAudioToolboxUtility.dylib (1104.93) /usr/lib/libAudioToolboxUtility.dylib 0x7fff6b547000 - 0x7fff6b57bfff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib 0x7fff6b57e000 - 0x7fff6b588fff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib 0x7fff6b589000 - 0x7fff6b611fff libCoreStorage.dylib (551) /usr/lib/libCoreStorage.dylib 0x7fff6b614000 - 0x7fff6b616ff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6b65c000 - 0x7fff6b813ffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib 0x7fff6b83a000 - 0x7fff6b840ff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib 0x7fff6b958000 - 0x7fff6b978ff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib 0x7fff6b9f8000 - 0x7fff6bad5ff7 libSMC.dylib (20) <5C9C17F2-1E6F-3A19-A440-86F74D82284F> /usr/lib/libSMC.dylib 0x7fff6baea000 - 0x7fff6baebfff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib 0x7fff6bb78000 - 0x7fff6bb79fff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib 0x7fff6bb91000 - 0x7fff6bba7fff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib 0x7fff6bbdc000 - 0x7fff6bc4eff7 libarchive.2.dylib (72.140.1) /usr/lib/libarchive.2.dylib 0x7fff6bc4f000 - 0x7fff6bce8fe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib 0x7fff6bcec000 - 0x7fff6bcecff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff6bdb2000 - 0x7fff6bdc2ffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib 0x7fff6bdc3000 - 0x7fff6bdcffff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib 0x7fff6bdd0000 - 0x7fff6be22fff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib 0x7fff6be23000 - 0x7fff6be38ffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib 0x7fff6be39000 - 0x7fff6be39fff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib 0x7fff6be3a000 - 0x7fff6be4bfff libcmph.dylib (8) /usr/lib/libcmph.dylib 0x7fff6be4c000 - 0x7fff6be63fd7 libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib 0x7fff6c13d000 - 0x7fff6c153ff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib 0x7fff6c154000 - 0x7fff6c155fff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6c2f8000 - 0x7fff6c3f1fd7 libcrypto.35.dylib (47.140.1) /usr/lib/libcrypto.35.dylib 0x7fff6c5f8000 - 0x7fff6c6fcfef libcrypto.44.dylib (47.140.1) /usr/lib/libcrypto.44.dylib 0x7fff6c6ff000 - 0x7fff6c70afff libcsfde.dylib (551) /usr/lib/libcsfde.dylib 0x7fff6c712000 - 0x7fff6c771ff7 libcups.2.dylib (483.6) /usr/lib/libcups.2.dylib 0x7fff6c773000 - 0x7fff6c7d8ff7 libcurl.4.dylib (118.120.2) <28809E22-6EF2-3AC7-9501-D77FB6FC5FBD> /usr/lib/libcurl.4.dylib 0x7fff6c87b000 - 0x7fff6c87bfff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib 0x7fff6c87c000 - 0x7fff6c894fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib 0x7fff6c8a2000 - 0x7fff6c8a4fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib 0x7fff6c8b3000 - 0x7fff6c8b8fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib 0x7fff6c8b9000 - 0x7fff6c8c2ff7 libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib 0x7fff6c8c3000 - 0x7fff6c9b3fff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib 0x7fff6c9b4000 - 0x7fff6cc0bfff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib 0x7fff6cc25000 - 0x7fff6cc26fff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib 0x7fff6cc27000 - 0x7fff6cc3fff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib 0x7fff6cc57000 - 0x7fff6ccfeff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib 0x7fff6ccff000 - 0x7fff6cf61ff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib 0x7fff6d2ce000 - 0x7fff6d2fdfff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib 0x7fff6d42d000 - 0x7fff6d8a9ff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib 0x7fff6d8aa000 - 0x7fff6d8c1fff libnetworkextension.dylib (1095.140.2) /usr/lib/libnetworkextension.dylib 0x7fff6d94a000 - 0x7fff6d97dfde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib 0x7fff6d990000 - 0x7fff6d994fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib 0x7fff6d997000 - 0x7fff6d9cdff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib 0x7fff6da0d000 - 0x7fff6da1bff9 libperfcheck.dylib (37.100.2) <9D9C4879-8A80-34C4-B0D2-BE341FD6D321> /usr/lib/libperfcheck.dylib 0x7fff6da51000 - 0x7fff6da69fff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib 0x7fff6dab0000 - 0x7fff6dac2ff7 libsasl2.2.dylib (213.120.1) /usr/lib/libsasl2.2.dylib 0x7fff6dac3000 - 0x7fff6dac4ff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib 0x7fff6dac5000 - 0x7fff6dcafff7 libsqlite3.dylib (308.5) <35A2BD9F-4E33-30DE-A994-4AB585AC3AFE> /usr/lib/libsqlite3.dylib 0x7fff6dd0c000 - 0x7fff6dd3fff3 libssl.35.dylib (47.140.1) /usr/lib/libssl.35.dylib 0x7fff6dda3000 - 0x7fff6ddd0ffb libssl.46.dylib (47.140.1) <06932872-13DA-33E3-8C28-7B49FC582039> /usr/lib/libssl.46.dylib 0x7fff6ddd3000 - 0x7fff6de1dff7 libstdc++.6.dylib (104.1) <1AD78D98-D287-3A49-AFBB-4999CB334D2B> /usr/lib/libstdc++.6.dylib 0x7fff6df00000 - 0x7fff6df03ffb libutil.dylib (57) /usr/lib/libutil.dylib 0x7fff6df04000 - 0x7fff6df11ff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib 0x7fff6df17000 - 0x7fff6dff9ff7 libxml2.2.dylib (33.4) /usr/lib/libxml2.2.dylib 0x7fff6dffd000 - 0x7fff6e025fff libxslt.1.dylib (16.9) <34A45627-DA5B-37D2-9609-65B425E0010A> /usr/lib/libxslt.1.dylib 0x7fff6e026000 - 0x7fff6e038ff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib 0x7fff6e0ef000 - 0x7fff6e10572f libswiftAppKit.dylib (??? - ???) <18802260-9EFC-3E31-B9EA-7767A8B6AB52> /usr/lib/swift/libswiftAppKit.dylib 0x7fff6e10f000 - 0x7fff6e11e6f7 libswiftCloudKit.dylib (??? - ???) <18B281D8-E7D8-3997-9B6C-5D2C5F7EDEAB> /usr/lib/swift/libswiftCloudKit.dylib 0x7fff6e12f000 - 0x7fff6e4e4437 libswiftCore.dylib (5.2 - 1103.8.25.8) /usr/lib/swift/libswiftCore.dylib 0x7fff6e4f1000 - 0x7fff6e4f9d7f libswiftCoreData.dylib (??? - ???) <5188E034-FC7D-3C6B-A42A-69375097E05B> /usr/lib/swift/libswiftCoreData.dylib 0x7fff6e4fa000 - 0x7fff6e4fcfff libswiftCoreFoundation.dylib (??? - ???) /usr/lib/swift/libswiftCoreFoundation.dylib 0x7fff6e4fd000 - 0x7fff6e50afff libswiftCoreGraphics.dylib (??? - ???) /usr/lib/swift/libswiftCoreGraphics.dylib 0x7fff6e50b000 - 0x7fff6e50effb libswiftCoreImage.dylib (??? - ???) <1485E8EF-EDA9-3981-84D7-DF3BFE361929> /usr/lib/swift/libswiftCoreImage.dylib 0x7fff6e50f000 - 0x7fff6e514fb7 libswiftCoreLocation.dylib (??? - ???) <3732D3F0-9586-372E-82B0-2C76F401B793> /usr/lib/swift/libswiftCoreLocation.dylib 0x7fff6e569000 - 0x7fff6e56ffff libswiftDarwin.dylib (??? - ???) /usr/lib/swift/libswiftDarwin.dylib 0x7fff6e570000 - 0x7fff6e587cdf libswiftDispatch.dylib (??? - ???) <94D67EF4-42B5-3F54-8D86-B6B2B16827DC> /usr/lib/swift/libswiftDispatch.dylib 0x7fff6e588000 - 0x7fff6e70d277 libswiftFoundation.dylib (??? - ???) <0173898D-FDA6-378D-87E9-1F2A9BD227D3> /usr/lib/swift/libswiftFoundation.dylib 0x7fff6e71c000 - 0x7fff6e71eff3 libswiftIOKit.dylib (??? - ???) /usr/lib/swift/libswiftIOKit.dylib 0x7fff6e734000 - 0x7fff6e73bf0f libswiftMetal.dylib (??? - ???) /usr/lib/swift/libswiftMetal.dylib 0x7fff6e7b7000 - 0x7fff6e7bafe7 libswiftObjectiveC.dylib (??? - ???) /usr/lib/swift/libswiftObjectiveC.dylib 0x7fff6e7cc000 - 0x7fff6e7d1fbf libswiftQuartzCore.dylib (??? - ???) <101D3E4D-231A-3CD8-97B4-4E37F4081CD2> /usr/lib/swift/libswiftQuartzCore.dylib 0x7fff6e8bb000 - 0x7fff6e8bdfff libswiftXPC.dylib (??? - ???) <3CD547C3-7082-37EA-B289-F6BA6C4D4E26> /usr/lib/swift/libswiftXPC.dylib 0x7fff6e8be000 - 0x7fff6e8c4fe7 libswiftos.dylib (??? - ???) /usr/lib/swift/libswiftos.dylib 0x7fff6e8e7000 - 0x7fff6e8ecff3 libcache.dylib (83) /usr/lib/system/libcache.dylib 0x7fff6e8ed000 - 0x7fff6e8f8fff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff6e8f9000 - 0x7fff6e900fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib 0x7fff6e901000 - 0x7fff6e90aff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib 0x7fff6e90b000 - 0x7fff6e99dfdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib 0x7fff6eaaa000 - 0x7fff6eaeaff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib 0x7fff6eaeb000 - 0x7fff6eb21fff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib 0x7fff6eb22000 - 0x7fff6eb22ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib 0x7fff6eb23000 - 0x7fff6eb2fff3 libkxld.dylib (6153.141.1) <756B1F0D-2E37-31A7-A6F0-2E5C22E62C3D> /usr/lib/system/libkxld.dylib 0x7fff6eb30000 - 0x7fff6eb30ff7 liblaunch.dylib (1738.140.1) /usr/lib/system/liblaunch.dylib 0x7fff6eb31000 - 0x7fff6eb36ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib 0x7fff6eb37000 - 0x7fff6eb39ff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib 0x7fff6eb3a000 - 0x7fff6eb3bff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib 0x7fff6eb3c000 - 0x7fff6eb53ff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib 0x7fff6eb54000 - 0x7fff6eb54ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib 0x7fff6eb55000 - 0x7fff6ebdcfff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib 0x7fff6ebdd000 - 0x7fff6ebe0ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib 0x7fff6ebe1000 - 0x7fff6ebe4fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib 0x7fff6ebe5000 - 0x7fff6ebedfff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib 0x7fff6ebee000 - 0x7fff6ebf5fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib 0x7fff6ebf6000 - 0x7fff6ebf7ffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib 0x7fff6ebf8000 - 0x7fff6ec45ff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib 0x7fff6ec46000 - 0x7fff6ec72ff7 libsystem_kernel.dylib (6153.141.1) <2B6311E6-6240-3EF7-8C87-475B66F7452C> /usr/lib/system/libsystem_kernel.dylib 0x7fff6ec73000 - 0x7fff6ecbafff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib 0x7fff6ecbb000 - 0x7fff6ece2fff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib 0x7fff6ece3000 - 0x7fff6ecf0ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib 0x7fff6ecf1000 - 0x7fff6ecfaff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib 0x7fff6ecfb000 - 0x7fff6ed03fef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib 0x7fff6ed04000 - 0x7fff6ed0efff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib 0x7fff6ed0f000 - 0x7fff6ed13ff3 libsystem_sandbox.dylib (1217.141.1) <6DE13684-5A67-3009-A53A-C9086CF241C3> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6ed14000 - 0x7fff6ed16fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib 0x7fff6ed17000 - 0x7fff6ed1effb libsystem_symptoms.dylib (1238.120.1) <5820A2AF-CE72-3AB3-ABCC-273A3419FB55> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6ed1f000 - 0x7fff6ed35ff2 libsystem_trace.dylib (1147.120) <04B47629-847B-3D74-8ABE-C05EF9DEEFE4> /usr/lib/system/libsystem_trace.dylib 0x7fff6ed37000 - 0x7fff6ed3cff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib 0x7fff6ed3d000 - 0x7fff6ed72ffe libxpc.dylib (1738.140.1) <3E243A41-030F-38E3-9FD2-7B38C66C35B1> /usr/lib/system/libxpc.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 398231 thread_create: 0 thread_set_state: 93

VM Region Summary: ReadOnly portion of Libraries: Total=641.3M resident=0K(0%) swapped_out_or_unallocated=641.3M(100%) Writable regions: Total=105.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=105.5M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 Dispatch continuations 16.0M 1 Kernel Alloc Once 8K 1 MALLOC 75.3M 30 MALLOC guard page 16K 3 MALLOC_LARGE (reserved) 1672K 2 reserved VM address space (unallocated) STACK GUARD 56.0M 9 Stack 12.1M 9 VM_ALLOCATE 12K 2 DATA 30.9M 337 DATA_CONST 422K 25 FONT_DATA 4K 1 LINKEDIT 409.2M 18 OBJC_RO 32.3M 1 OBJC_RW 1904K 1 TEXT 232.2M 333 UNICODE 564K 1 mapped file 27.6M 3 shared memory 596K 9 =========== ======= ======= TOTAL 896.7M 787 TOTAL, minus reserved VM space 895.1M 787

Model: MacBookPro14,3, BootROM 428.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 3.1 GHz, 16 GB, SMC 2.45f4 Graphics: kHW_AMDRadeonPro560Item, Radeon Pro 560, spdisplays_pcie_device, 4 GB Graphics: kHW_IntelHDGraphics630Item, Intel HD Graphics 630, spdisplays_builtin Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x173), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.1) Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports Network Service: USB 10/100/1000 LAN, Ethernet, en5 Network Service: iPhone, Ethernet, en8 Network Service: iPad, Ethernet, en9 USB Device: USB3.0 Hub USB Device: USB3.0 Hub USB Device: USB3.0 Hub USB Device: USB3.0 Card Reader USB Device: 4-Port USB 3.0 Hub USB Device: USB 10/100/1000 LAN USB Device: USB 3.0 Bus USB Device: USB2.0 Hub USB Device: 4-Port USB 2.0 Hub USB Device: Hub USB Device: Das Keyboard USB Device: iPhone USB Device: iPad USB Device: USB 2.0 BILLBOARD USB Device: USB2.0 Hub USB Device: Apple Watch Magnetic Charging Cable USB Device: USB2.0 Hub USB Device: Apple T1 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4 Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4

BoilingOil commented 3 years ago

Anything? Fresh install, same issue listed here.

spdaly commented 3 years ago

+1

mehmetcansahin commented 3 years ago

+1

c-ryan747 commented 3 years ago

@lawrencelomax I think you've been touching FBOSVersion recently?

joemewes commented 3 years ago

+1

m41w4r3exe commented 3 years ago

same problem with fresh install +1

johnh-canada commented 3 years ago

+1 Mac OS 10.15.7 Python 3.8 Homebrew 2.7.5 XCode 12.3

johnh-canada commented 3 years ago

After going through a few uninstall/install cycles this problem seems to have gone away.

I did notice that when I acknowledged the "Trust this computer" dialog on the iPhone, all seemed to work as expected. If you are working with a device that is new to your computer, I can only suggest the following procedure that worked for me:

  1. unplug your phone from computer
  2. uninstall idb-companion
  3. install idb-companion
  4. connect your phone
  5. Wait for and acknowledge the "Trust this computer" on your iPhone (In retrospect this might seem obvious but the iPhone was locked, display was off and nothing appeared on my screen when I plugged it in. I hope this is of use to some people.)
etiennetestai commented 3 years ago

Can you try running sudo xcode-select -s $(ls -td /Applications/Xcode* | head -1)/Contents/Developer

see if it fixes your issue?