GithubHelp home page GithubHelp logo

daylen / stockfish-mac Goto Github PK

View Code? Open in Web Editor NEW
496.0 496.0 115.0 206.55 MB

Beautiful, powerful chess app for the Mac

Home Page: http://stockfishchess.org/mac/

License: GNU General Public License v3.0

C++ 62.12% Objective-C 32.73% Objective-C++ 4.61% Rich Text Format 0.03% C 0.50%
chess stockfish

stockfish-mac's People

Contributors

adriang133 avatar daylen avatar ewanmellor avatar johnfontaine avatar jpulgarin avatar maxgillett avatar paulz avatar prizz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stockfish-mac's Issues

Bug in cmd-D "Do best move"?

When Cmd-D (do best move) is pressed you get this screen? this is not in the prod version is there a reason for this screen?
cancel works, create variation also works but overwrite crashes the app.
screen shot 2017-12-18 at 9 57 08 pm

Opening book integration

Support opening books. I haven't looked into this much at all, but Stockfish used to use the .bin format, and the relevant code already exists in the Stockfish for iOS code. Investigate opening Chessbase .ctg format as well.

Crash when reverting changes

On Stockfish for Mac 2.1, when I add a variation and then close the app selecting "Revert changes", the app freezes. I'm running macOS Sierra Version 10.12.6.

Visual position editor

Add a visual position editor that would allow users to easily create FEN strings by clicking on the board to put pieces down. Specifically, add a menu item (e.g. Window > Position Editor) that displays a board and can export FEN strings.

Feature request: Configure the NNUE network used.

Add the possibility to configure the stockfish UCI engine's NNUE network.
I believe it's just an UCI option, so adding a button in preferences opening a file chooser, where a .nnue file could be selecteed, and the path then configured via the UCI option sounds like a fairly simple solution.

Highlight doesn't disappear when going back

Steps to reproduce:

  1. Make a move.
  2. Click on a piece to make another move. Observe that valid squares are highlighted in yellow.
  3. Click the back button to undo the move from Step 1.
  4. Observe that the squares from Step 2 are still highlighted.

Can't open after crash

I loaded an invalid pgn file and Stockfish crashed. Now I can't open even after reinstalling. Are there saved files being preserved. I have even tried reinstalling and the same thing keeps happening. I pasted the crash report:

Process: Stockfish [803]
Path: /Applications/Stockfish.app/Contents/MacOS/Stockfish
Identifier: com.daylenyang.Stockfish
Version: 2.1.2 (24)
App Item ID: 801463932
App External ID: 825883365
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Stockfish [803]
User ID: 501

Date/Time: 2018-05-23 10:26:02.944 -0400
OS Version: Mac OS X 10.13.4 (17E202)
Report Version: 12
Anonymous UUID: F5E8ADA8-03F1-81C5-E662-81B4DE7293B2

Time Awake Since Boot: 2000 seconds
Stockfish had been working fine for me for years. I edited a pgn file and opened it. It was invalid because of a typo and crashed Stockfish. Stockfish will no longer open. The Menu headings at the top of the screen show up and then I get these crash reports. I have included the crash report below. Reinstalling does not help which makes me think there is something is the Library or System or my User folder that keeps Stockfish from working.

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [0]

Application Specific Information:
Crashing on exception: Move text is invalid.

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff4338032b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff6a9fac76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff433860c2 +[NSException raise:format:arguments:] + 98
3 Stockfish 0x000000010beb274a Stockfish + 96074
4 Stockfish 0x000000010beb1fd6 Stockfish + 94166
5 Stockfish 0x000000010beb1f23 Stockfish + 93987
6 Stockfish 0x000000010bea18da Stockfish + 26842
7 Stockfish 0x000000010bea4d36 Stockfish + 40246
8 Stockfish 0x000000010bea4aae Stockfish + 39598
9 AppKit 0x00007fff40900e8c -[NSWindowController _windowDidLoad] + 547
10 AppKit 0x00007fff408a4d0f -[NSWindowController window] + 110
11 AppKit 0x00007fff41323389 -[NSDocument(NSPersistentUISupport) restoreDocumentWindowWithIdentifier:state:completionHandler:] + 151
12 AppKit 0x00007fff40de73c4 -[NSDocumentControllerPersistentRestoration loadedDocument:forAutoID:] + 176
13 AppKit 0x00007fff40dec221 __89-[NSDocumentController reopenDocumentForURL:withContentsOfURL:display:completionHandler:]_block_invoke_2 + 185
14 AppKit 0x00007fff40dfaf70 ___NSMainRunLoopPerformBlock_block_invoke + 25
15 CoreFoundation 0x00007fff433188cc CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12
16 CoreFoundation 0x00007fff432fb2a3 __CFRunLoopDoBlocks + 275
17 CoreFoundation 0x00007fff432fa952 __CFRunLoopRun + 1314
18 CoreFoundation 0x00007fff432fa1a3 CFRunLoopRunSpecific + 483
19 HIToolbox 0x00007fff425e2d96 RunCurrentEventLoopInMode + 286
20 HIToolbox 0x00007fff425e2a0f ReceiveNextEventCommon + 366
21 HIToolbox 0x00007fff425e2884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22 AppKit 0x00007fff40895a73 _DPSNextEvent + 2085
23 AppKit 0x00007fff4102be34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
24 AppKit 0x00007fff4088a885 -[NSApplication run] + 764
25 AppKit 0x00007fff40859a72 NSApplicationMain + 804
26 libdyld.dylib 0x00007fff6b614015 start + 1
27 ??? 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fff40bc0454 -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fff40bc033c -[NSApplication reportException:] + 953
2 com.daylenyang.Stockfish 0x000000010bedbe9d 0x10be9b000 + 265885
3 com.apple.AppKit 0x00007fff4088a946 -[NSApplication run] + 957
4 com.apple.AppKit 0x00007fff40859a72 NSApplicationMain + 804
5 libdyld.dylib 0x00007fff6b614015 start + 1

Thread 1:: Dispatch queue: com.apple.FileCoordination.3
0 com.apple.Foundation 0x00007fff4567b927 -[NSFilePresenterXPCMessenger _makePresenter:observeChangeWithSubitemURL:] + 0
1 com.apple.Foundation 0x00007fff456b114d NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S1 + 12
2 com.apple.Foundation 0x00007fff456af95c -[NSXPCConnection _decodeAndInvokeMessageWithEvent:flags:] + 2702
3 com.apple.Foundation 0x00007fff453fccb7 message_handler + 227
4 libxpc.dylib 0x00007fff6b96996b _xpc_connection_call_event_handler + 35
5 libxpc.dylib 0x00007fff6b96812d _xpc_connection_mach_event + 1092
6 libdispatch.dylib 0x00007fff6b5dfdf9 _dispatch_client_callout4 + 9
7 libdispatch.dylib 0x00007fff6b5e00b2 _dispatch_mach_msg_invoke + 488
8 libdispatch.dylib 0x00007fff6b5ef0ca _dispatch_queue_serial_drain + 222
9 libdispatch.dylib 0x00007fff6b5de9c2 _dispatch_mach_invoke + 534
10 libdispatch.dylib 0x00007fff6b5ef0ca _dispatch_queue_serial_drain + 222
11 libdispatch.dylib 0x00007fff6b5e21b6 _dispatch_queue_invoke + 373
12 libdispatch.dylib 0x00007fff6b5eff5d _dispatch_root_queue_drain_deferred_wlh + 332
13 libdispatch.dylib 0x00007fff6b5f3d71 _dispatch_workloop_worker_thread + 880
14 libsystem_pthread.dylib 0x00007fff6b92bfd2 _pthread_wqthread + 980
15 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 2:: Dispatch queue: com.twitter.crashlytics.mac.work-queue (QOS: UNSPECIFIED)
0 libsystem_kernel.dylib 0x00007fff6b766702 write + 10
1 com.daylenyang.Stockfish 0x000000010bedd43d 0x10be9b000 + 271421
2 com.daylenyang.Stockfish 0x000000010bedd33a 0x10be9b000 + 271162
3 com.daylenyang.Stockfish 0x000000010bedd604 0x10be9b000 + 271876
4 com.daylenyang.Stockfish 0x000000010bedd945 0x10be9b000 + 272709
5 com.daylenyang.Stockfish 0x000000010bedda0a 0x10be9b000 + 272906
6 com.daylenyang.Stockfish 0x000000010becd5c8 0x10be9b000 + 206280
7 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
8 com.daylenyang.Stockfish 0x000000010becde1d 0x10be9b000 + 208413
9 com.daylenyang.Stockfish 0x000000010becdfc4 0x10be9b000 + 208836
10 com.daylenyang.Stockfish 0x000000010bec5ffd 0x10be9b000 + 176125
11 com.daylenyang.Stockfish 0x000000010becdf55 0x10be9b000 + 208725
12 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
13 com.daylenyang.Stockfish 0x000000010bed78a7 0x10be9b000 + 247975
14 com.daylenyang.Stockfish 0x000000010becbd35 0x10be9b000 + 199989
15 com.daylenyang.Stockfish 0x000000010bed7670 0x10be9b000 + 247408
16 com.daylenyang.Stockfish 0x000000010bed3685 0x10be9b000 + 231045
17 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
18 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
19 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
20 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
21 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
22 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
23 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
24 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
25 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
26 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
27 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
28 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
29 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
30 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
31 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
32 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff6b765292 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff6b92c20e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 4:: Dispatch queue: io.answers.EventQueue (QOS: BACKGROUND)
0 libsystem_kernel.dylib 0x00007fff6b765da2 mkdirat + 10
1 libsystem_c.dylib 0x00007fff6b6722fc _mkpath + 56
2 com.apple.Foundation 0x00007fff453f0185 -[NSFileManager createDirectoryAtPath:withIntermediateDirectories:attributes:error:] + 130
3 com.daylenyang.Stockfish 0x000000010bef4be4 0x10be9b000 + 367588
4 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
5 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
6 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
7 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
9 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
11 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
12 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
13 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
15 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
16 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
17 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
18 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
19 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 5:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0
1 ??? 0x0000700006b4cbe0 0 + 123145414822880

Thread 6:: com.twitter.crashlytics.mac.MachExceptionServer
0 libsystem_kernel.dylib 0x00007fff6b766702 write + 10
1 com.daylenyang.Stockfish 0x000000010bed19e2 0x10be9b000 + 223714
2 com.daylenyang.Stockfish 0x000000010bec9020 0x10be9b000 + 188448
3 libsystem_pthread.dylib 0x00007fff6b92c661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff6b92c50d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff6b92bbf9 thread_start + 13

Thread 7:: Dispatch queue: NSOperationQueue 0x600000023ca0 (QOS: UNSPECIFIED)
0 com.apple.CFNetwork 0x00007fff423b6bfa URLCredentialServerTrust::URLCredentialServerTrust() + 0
1 com.apple.CFNetwork 0x00007fff422fd556 CFURLCredentialCreateWithTrust + 45
2 com.apple.CFNetwork 0x00007fff422f9b71 -[NSURLCredential initWithTrust:] + 73
3 com.apple.CFNetwork 0x00007fff422f9bd9 +[NSURLCredential credentialForTrust:] + 50
4 com.daylenyang.Stockfish 0x000000010befe2bc 0x10be9b000 + 406204
5 com.daylenyang.Stockfish 0x000000010bf0422a 0x10be9b000 + 430634
6 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
7 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
8 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
9 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
11 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
12 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
13 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
14 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
15 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
17 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
18 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
19 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
20 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
21 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 8:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0
1 ??? 0x0000883300000000 0 + 149752624709632

Thread 9:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0

Thread 10:
0 libsystem_kernel.dylib 0x00007fff6b765292 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff6b92c20e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007f8df90d9c00 rbx: 0x0000604000440a50 rcx: 0x0000000000000000 rdx: 0x0000000000000a82
rdi: 0x0000000008000101 rsi: 0x00007f8df90d9861 rbp: 0x00007ffee3d64920 rsp: 0x00007ffee3d64910
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007ffee3d64418 r11: 0x0000000000000dff
r12: 0x00007ffee3d64920 r13: 0x00006000001340a0 r14: 0x00007fff6a9ece80 r15: 0x00007ffee3d64930
rip: 0x00007fff40bc0454 rfl: 0x0000000000010202 cr2: 0x00000041c7fe2270

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

Binary Images:
0x10be9b000 - 0x10bf33fff +com.daylenyang.Stockfish (2.1.2 - 24) /Applications/Stockfish.app/Contents/MacOS/Stockfish
0x10c707000 - 0x10c7519df dyld (551.3) /usr/lib/dyld
0x7fff3b82e000 - 0x7fff3bb7cfff com.apple.RawCamera.bundle (8.03.0 - 1017.3.4) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff3d18b000 - 0x7fff3d210ff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.32.48 - 10.3.2) <22E85FE9-9836-3487-A6FC-19C545C73B31> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff3f7ef000 - 0x7fff3f7effff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3f7f0000 - 0x7fff3f806fef libCGInterfaces.dylib (417.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff3f807000 - 0x7fff3fd05fc3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3fd06000 - 0x7fff3fe60fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff3fe61000 - 0x7fff3fe8ffef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3fe90000 - 0x7fff4024fff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff40250000 - 0x7fff40265ff7 libLinearAlgebra.dylib (1211.50.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff40266000 - 0x7fff4026bff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff4026c000 - 0x7fff402ecfff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff402ed000 - 0x7fff40300fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff40301000 - 0x7fff404aefc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff404af000 - 0x7fff40560fff libvMisc.dylib (622.50.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff40561000 - 0x7fff40561fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff40854000 - 0x7fff416b2fff com.apple.AppKit (6.9 - 1561.40.112) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff41704000 - 0x7fff41704fff com.apple.ApplicationServices (48 - 50) <8DA47D38-B07B-3AE2-B343-4579864430C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff41705000 - 0x7fff4176bfff com.apple.ApplicationServices.ATS (377 - 445.3) <000C4E9F-E0D9-371D-B304-83BA37460724> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff41804000 - 0x7fff41926fff libFontParser.dylib (222.1.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff41927000 - 0x7fff41971ff7 libFontRegistry.dylib (221.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff41a16000 - 0x7fff41a49ff7 libTrueTypeScaler.dylib (222.1.4) <4734ECD6-6F41-3A16-AE35-265BDC1572C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff41ab3000 - 0x7fff41ab7ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff41b57000 - 0x7fff41ba9ffb com.apple.HIServices (1.22 - 624) <828E189A-62F9-3961-8A89-22F508870CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff41baa000 - 0x7fff41bb8fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff41bb9000 - 0x7fff41c05fff com.apple.print.framework.PrintCore (13.4 - 503.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff41c06000 - 0x7fff41c40fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff41c41000 - 0x7fff41c4dfff com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff41c4e000 - 0x7fff41edbff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <87D81714-F167-39F5-B5E7-A7A432EDAB5B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff41edd000 - 0x7fff41eddfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <513C9A4B-4F6D-3A21-921F-2CA101B97830> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff421ff000 - 0x7fff42599ff7 com.apple.CFNetwork (897.15 - 897.15) <0C03AF39-3527-3E0D-8413-8E1B2A962F0D> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff425b3000 - 0x7fff428b8fff com.apple.HIToolbox (2.1.1 - 911.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff428c3000 - 0x7fff42958ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff42999000 - 0x7fff4299ffff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff42ac0000 - 0x7fff42ac0fff com.apple.Cocoa (6.11 - 22) <4CF8E31C-B5C7-367B-B73D-1A8AC8E41B7F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff42ace000 - 0x7fff42b87fff com.apple.ColorSync (4.13.0 - 3325) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff42d14000 - 0x7fff42da7ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <6E3F958D-79BB-3658-99AD-59F16BF756F1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff42e0e000 - 0x7fff42e37ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff42e38000 - 0x7fff4318efef com.apple.CoreData (120 - 851) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff4318f000 - 0x7fff43274ff7 com.apple.CoreDisplay (1.0 - 97.16) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff43275000 - 0x7fff43716fef com.apple.CoreFoundation (6.9 - 1452.23) <945E5C0A-86C5-336E-A64F-5BF06E78985A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff43718000 - 0x7fff43d28fef com.apple.CoreGraphics (2.0 - 1161.10) <31C36FA0-4026-3347-93FD-71CD7287A6F0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff43d2a000 - 0x7fff44019fff com.apple.CoreImage (13.0.0 - 579.4.11) <702F8035-26FE-3C78-8587-4C9563E03CC4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff442a8000 - 0x7fff44391ff7 com.apple.CoreMedia (1.0 - 2275.61.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff443e1000 - 0x7fff443e1fff com.apple.CoreServices (822.31 - 822.31) <615919A2-AE11-3F27-9A37-FB0CFF8D36B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff443e2000 - 0x7fff44456ffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff44457000 - 0x7fff4472efff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff4472f000 - 0x7fff44763fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff44764000 - 0x7fff4476cffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff4476d000 - 0x7fff4492aff7 com.apple.LaunchServices (822.31 - 822.31) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff4492b000 - 0x7fff449dbff7 com.apple.Metadata (10.7.0 - 1191.4.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff449dc000 - 0x7fff44a3cfff com.apple.CoreServices.OSServices (822.31 - 822.31) <690E3C93-8799-39FF-8663-190A49B002E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff44a3d000 - 0x7fff44aabfff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff44aac000 - 0x7fff44ad0ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <7DB79D78-9925-33F8-96BA-35AB7AEB326A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff44d71000 - 0x7fff44ec1fff com.apple.CoreText (352.0 - 578.18) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff44ec2000 - 0x7fff44efcfff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff44efd000 - 0x7fff44f88ff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff45203000 - 0x7fff45208fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff453c9000 - 0x7fff4578ffff com.apple.Foundation (6.9 - 1452.23) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff457ff000 - 0x7fff4582ffff com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff45941000 - 0x7fff45a45ffb com.apple.Bluetooth (6.0.5 - 6.0.5f3) <85F1B5A6-03C5-3D5A-90B8-5FC86349E330> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff45aa5000 - 0x7fff45b40ff7 com.apple.framework.IOKit (2.0.2 - 1445.50.26) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff45b42000 - 0x7fff45b49ffb com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff45ba0000 - 0x7fff45d19fe7 com.apple.ImageIO.framework (3.3.0 - 1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff45d1a000 - 0x7fff45d1effb libGIF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff45d1f000 - 0x7fff45e06fef libJP2.dylib (1739.1) <053925CD-59DB-372F-98A8-C2372FF0B899> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff45e07000 - 0x7fff45e2aff7 libJPEG.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff46106000 - 0x7fff4612cfeb libPng.dylib (1739.1) <48633B0C-BE01-3D94-9D9D-A95D50466AF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4612d000 - 0x7fff4612fffb libRadiance.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff46130000 - 0x7fff4617efef libTIFF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4701a000 - 0x7fff47033ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff472f1000 - 0x7fff472f8fff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff473a4000 - 0x7fff47a0bff7 com.apple.MediaToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff47a0d000 - 0x7fff47a8eff7 com.apple.Metal (125.25 - 125.25) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff47aab000 - 0x7fff47ac6fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff47ac7000 - 0x7fff47b36fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff47b37000 - 0x7fff47b5bfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff47b5c000 - 0x7fff47c43ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff47c44000 - 0x7fff47c44ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff48c43000 - 0x7fff48c4fffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4ba41000 - 0x7fff4ba8ffff com.apple.opencl (2.8.15 - 2.8.15) <83ED39D0-1D39-3593-BA25-70A8A911DE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4ba90000 - 0x7fff4baacffb com.apple.CFOpenDirectory (10.13 - 207.50.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4baad000 - 0x7fff4bab8fff com.apple.OpenDirectory (10.13 - 207.50.1) <220FB6F2-4892-3A66-8838-C134CF657D3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4cc37000 - 0x7fff4cc39fff libCVMSPluginSupport.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4cc3a000 - 0x7fff4cc3fffb libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4cc40000 - 0x7fff4cc44fff libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4cc45000 - 0x7fff4cc4eff7 libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4cc4f000 - 0x7fff4cc5afff libGL.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4cc5b000 - 0x7fff4cc96fe7 libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4ce04000 - 0x7fff4ce42ffb libGLU.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4d7ba000 - 0x7fff4d7c9fff com.apple.opengl (16.5.10 - 16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4e618000 - 0x7fff4e863ff7 com.apple.QuartzCore (1.11 - 584.40) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4f097000 - 0x7fff4f3bffff com.apple.security (7.0 - 58286.51.6) <7212D257-5324-3DBA-8C26-504D6B8F632A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff4f3c0000 - 0x7fff4f44cff7 com.apple.securityfoundation (6.0 - 55185.50.5) <087D601E-7813-3F9E-97EE-BC7081F520BD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4f47e000 - 0x7fff4f482ffb com.apple.xpc.ServiceManagement (1.0 - 1) <5BFDB3ED-73A7-3035-A5BC-ADA6E4F74BFD> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff4f827000 - 0x7fff4f897ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff4fa4c000 - 0x7fff4fdc7fff com.apple.VideoToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff52788000 - 0x7fff5281bff7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff533e9000 - 0x7fff53404ff3 com.apple.AppContainer (4.0 - 360.50.7) <59F95A1A-15DF-33CE-9E52-DDEEFDC4D138> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff53436000 - 0x7fff5345efff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff53460000 - 0x7fff5346ffef com.apple.AppleFSCompression (96.30.2 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff535b1000 - 0x7fff535f9ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff53634000 - 0x7fff5365cfff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff53729000 - 0x7fff53779ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <8169ABC4-56F0-301E-B913-A762F7E40DBF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff53e7c000 - 0x7fff53e83ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff53e84000 - 0x7fff53f0bff7 com.apple.backup.framework (1.9.5 - 1.9.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff54ce9000 - 0x7fff54d38ff3 com.apple.ChunkingLibrary (189 - 189) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff54d3f000 - 0x7fff54dd0ff7 com.apple.CloudDocs (1.0 - 575.14) <7B39EEBE-88FA-39B9-BB89-F2AE6DF9FB50> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff558b4000 - 0x7fff558c0ffb com.apple.CommerceCore (1.0 - 656.20) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff558c1000 - 0x7fff558caff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff55c06000 - 0x7fff5600efff com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5600f000 - 0x7fff5603fff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff563cd000 - 0x7fff563ddff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff56df7000 - 0x7fff56e54ff7 com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff572bb000 - 0x7fff572ecff3 com.apple.CoreServicesInternal (309.1 - 309.1) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff57628000 - 0x7fff576b9fff com.apple.CoreSymbolication (9.3 - 64026) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5773c000 - 0x7fff57870fff com.apple.coreui (2.1 - 494.1) <19624CAA-74DE-3DD3-9585-E64BE866EBFF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff57871000 - 0x7fff579a1ff7 com.apple.CoreUtils (5.5 - 550.44) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff579f6000 - 0x7fff57a5afff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff57a5b000 - 0x7fff57a6bff7 com.apple.CrashReporterSupport (10.13 - 1) <42451386-F745-38B9-896F-49996B26D066> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff57ae9000 - 0x7fff57af8ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff57afb000 - 0x7fff57affffb com.apple.DSExternalDisplay (3.1 - 380) <8D03D346-887A-3CE7-9483-4AD7804D1FBB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff57b81000 - 0x7fff57bf7fff com.apple.datadetectorscore (7.0 - 590.3) <83E85A62-44A8-33F8-AD79-AC4C807184C4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff57c45000 - 0x7fff57c85ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff57c86000 - 0x7fff57db5fff com.apple.desktopservices (1.12.4 - 1.12.4) <47C3FBF3-5E75-3821-B003-2A4DC3657D8D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff58bcc000 - 0x7fff58ffafff com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5902d000 - 0x7fff590b6ff3 com.apple.FileProvider (125.15 - 125.15) <2E707F97-6271-3561-8A94-54412293B783> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff5ac56000 - 0x7fff5ac56fff libmetal_timestamp.dylib (802.4.5) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff5c2c2000 - 0x7fff5c2c7ff7 com.apple.GPUWrangler (3.18.48 - 3.18.48) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5c67b000 - 0x7fff5c6a0ff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5d03d000 - 0x7fff5d04cfff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5d0cf000 - 0x7fff5d143fff com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5da3f000 - 0x7fff5da46ff7 com.apple.IOAccelerator (378.18.1 - 378.18.1) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5da4a000 - 0x7fff5da62fff com.apple.IOPresentment (1.0 - 35.1) <214AD582-466F-3844-A0A4-DE0742A8B899> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5de2d000 - 0x7fff5de53ffb com.apple.IconServices (97.6 - 97.6) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5e0eb000 - 0x7fff5e1e0ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5e1e1000 - 0x7fff5e223fff com.apple.Lexicon-framework (1.0 - 33.5) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5e227000 - 0x7fff5e22eff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5ea2d000 - 0x7fff5ea30fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5ef0d000 - 0x7fff5ef76ff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5ef7f000 - 0x7fff5ef96ff7 com.apple.MobileAssets (1.0 - 437.50.37) <675063CD-8335-32C2-AAAF-46CA5C265800> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5f197000 - 0x7fff5f1c1ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5f428000 - 0x7fff5f433fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff60cc5000 - 0x7fff60cd5ffb com.apple.PerformanceAnalysis (1.194 - 194) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff62a93000 - 0x7fff62ab1fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff62c8b000 - 0x7fff62caeffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff64483000 - 0x7fff64486ff3 com.apple.SecCodeWrapper (4.0 - 360.50.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff645cb000 - 0x7fff646ddfff com.apple.Sharing (1019.46 - 1019.46) <1266C41E-3CA9-3EFC-8413-A37D52EA9FB2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff64708000 - 0x7fff64709ff7 com.apple.performance.SignpostNotification (1.2.4 - 2.4) <9957B2C0-4D48-3337-8A4D-5E457CC7B542> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff65451000 - 0x7fff656edfff com.apple.SkyLight (1.600.0 - 312.50) <0CF4C608-8748-32BF-9586-A1601945F82C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff65eb3000 - 0x7fff65ec0ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <8B5418A4-CDC5-3200-AEF0-F109E0DF9019> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff65f72000 - 0x7fff661b0ff3 com.apple.spotlight.index (10.7.0 - 1191.4.13) <14C6EDFD-B843-35A4-AEA6-F485D756FF88> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff6636b000 - 0x7fff66392fff com.apple.StreamingZip (1.0 - 1) <3DE92A6D-565E-3477-82B1-660987317BD8> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff66a64000 - 0x7fff66aedfc7 com.apple.Symbolication (9.3 - 64033) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff66afe000 - 0x7fff66b06ffb com.apple.SymptomDiagnosticReporter (1.0 - 820.50.37) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff6705d000 - 0x7fff67065ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff67272000 - 0x7fff6732fff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff673dc000 - 0x7fff6758bfff com.apple.UIFoundation (1.0 - 547.3) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff68c94000 - 0x7fff68c96ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff68dfd000 - 0x7fff68e30ff7 libclosured.dylib (551.3) /usr/lib/closure/libclosured.dylib
0x7fff68eea000 - 0x7fff68f23ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib
0x7fff68f24000 - 0x7fff68f2ffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff68fc1000 - 0x7fff68fc2ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff68ff9000 - 0x7fff691c3ff3 libFosl_dynamic.dylib (17.8) /usr/lib/libFosl_dynamic.dylib
0x7fff691fb000 - 0x7fff691fbfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff69332000 - 0x7fff69336ffb libScreenReader.dylib (562.18.4) /usr/lib/libScreenReader.dylib
0x7fff69337000 - 0x7fff69338ffb libSystem.B.dylib (1252.50.4) /usr/lib/libSystem.B.dylib
0x7fff693b7000 - 0x7fff693b8fff libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
0x7fff693cb000 - 0x7fff693cbfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff693cc000 - 0x7fff693e2ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff693e3000 - 0x7fff6940dff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6940e000 - 0x7fff6948ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff69493000 - 0x7fff69493ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff69494000 - 0x7fff6954cff3 libboringssl.dylib (109.50.14) /usr/lib/libboringssl.dylib
0x7fff6954d000 - 0x7fff6955dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6955e000 - 0x7fff6956bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6956c000 - 0x7fff695c2fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff695c3000 - 0x7fff695e7ff7 libc++abi.dylib (400.8.2) /usr/lib/libc++abi.dylib
0x7fff695e9000 - 0x7fff695f9fff libcmph.dylib (6) /usr/lib/libcmph.dylib
0x7fff695fa000 - 0x7fff69610fff libcompression.dylib (47.50.1) <491784AE-CB90-3E27-9081-95C3A1211760> /usr/lib/libcompression.dylib
0x7fff698bb000 - 0x7fff698d3ff7 libcoretls.dylib (155.50.1) /usr/lib/libcoretls.dylib
0x7fff698d4000 - 0x7fff698d5ff3 libcoretls_cfhelpers.dylib (155.50.1) /usr/lib/libcoretls_cfhelpers.dylib
0x7fff69da6000 - 0x7fff69dfcff3 libcups.2.dylib (462.2) <64864CBE-03A3-34C7-9DBB-C93601F183FD> /usr/lib/libcups.2.dylib
0x7fff69f3c000 - 0x7fff69f3cfff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib
0x7fff69f6e000 - 0x7fff69f72ff7 libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
0x7fff69f73000 - 0x7fff69f78ff3 libheimdal-asn1.dylib (520.50.6) /usr/lib/libheimdal-asn1.dylib
0x7fff69fa4000 - 0x7fff6a095ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6a096000 - 0x7fff6a2bdffb libicucore.A.dylib (59173.0.1) /usr/lib/libicucore.A.dylib
0x7fff6a30a000 - 0x7fff6a30bfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6a30c000 - 0x7fff6a325ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6a326000 - 0x7fff6a33cff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib
0x7fff6a33d000 - 0x7fff6a3ecfff libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
0x7fff6a3ed000 - 0x7fff6a615ff7 libmecabra.dylib (779.7.6) /usr/lib/libmecabra.dylib
0x7fff6a7ed000 - 0x7fff6a967fff libnetwork.dylib (1229.51.2) /usr/lib/libnetwork.dylib
0x7fff6a9e6000 - 0x7fff6add47e7 libobjc.A.dylib (723) /usr/lib/libobjc.A.dylib
0x7fff6ade7000 - 0x7fff6adebfff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6adee000 - 0x7fff6ae22fff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib
0x7fff6aea1000 - 0x7fff6aebdffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib
0x7fff6af0c000 - 0x7fff6af0dff3 libspindump.dylib (252) /usr/lib/libspindump.dylib
0x7fff6af0e000 - 0x7fff6b0a1ff7 libsqlite3.dylib (274.8.1) /usr/lib/libsqlite3.dylib
0x7fff6b275000 - 0x7fff6b2d5ff3 libusrtcp.dylib (1229.51.2) <3D8806D9-4BA9-35EE-BC44-F58BC2A0962D> /usr/lib/libusrtcp.dylib
0x7fff6b2d6000 - 0x7fff6b2d9ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6b2da000 - 0x7fff6b2e7fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6b2eb000 - 0x7fff6b3d2fff libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib
0x7fff6b3d3000 - 0x7fff6b3fbfff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6b3fc000 - 0x7fff6b40effb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff6b4aa000 - 0x7fff6b4aeff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff6b4af000 - 0x7fff6b4b9ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff6b4ba000 - 0x7fff6b4c1fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff6b4c2000 - 0x7fff6b4cbffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff6b4cc000 - 0x7fff6b551fff libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib
0x7fff6b5d9000 - 0x7fff6b612ff7 libdispatch.dylib (913.50.12) <848EEE57-4235-3A61-9A52-C0097DD2AB5E> /usr/lib/system/libdispatch.dylib
0x7fff6b613000 - 0x7fff6b630ff7 libdyld.dylib (551.3) /usr/lib/system/libdyld.dylib
0x7fff6b631000 - 0x7fff6b631ffb libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
0x7fff6b632000 - 0x7fff6b63eff3 libkxld.dylib (4570.51.2) /usr/lib/system/libkxld.dylib
0x7fff6b63f000 - 0x7fff6b63fff7 liblaunch.dylib (1205.50.76) <4D52BB64-C568-3A36-8935-2480427EE2A2> /usr/lib/system/liblaunch.dylib
0x7fff6b640000 - 0x7fff6b644ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff6b645000 - 0x7fff6b647ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff6b648000 - 0x7fff6b649ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff6b64a000 - 0x7fff6b661fff libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib
0x7fff6b662000 - 0x7fff6b662fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff6b663000 - 0x7fff6b6ecff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff6b6ed000 - 0x7fff6b6f0ffb libsystem_configuration.dylib (963.50.8) /usr/lib/system/libsystem_configuration.dylib
0x7fff6b6f1000 - 0x7fff6b6f4ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff6b6f5000 - 0x7fff6b6f6fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff6b6f7000 - 0x7fff6b6fdff7 libsystem_dnssd.dylib (878.50.17) <9033B909-BCF7-37EB-A040-ADE8081611D6> /usr/lib/system/libsystem_dnssd.dylib
0x7fff6b6fe000 - 0x7fff6b747ff7 libsystem_info.dylib (517.30.1) /usr/lib/system/libsystem_info.dylib
0x7fff6b748000 - 0x7fff6b76eff7 libsystem_kernel.dylib (4570.51.2) <7FF1E390-2FAC-33A7-A545-60D9BB6692D4> /usr/lib/system/libsystem_kernel.dylib
0x7fff6b76f000 - 0x7fff6b7bafcb libsystem_m.dylib (3147.50.1) /usr/lib/system/libsystem_m.dylib
0x7fff6b7bb000 - 0x7fff6b7dafff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff6b7db000 - 0x7fff6b90bff3 libsystem_network.dylib (1229.51.2) /usr/lib/system/libsystem_network.dylib
0x7fff6b90c000 - 0x7fff6b916ffb libsystem_networkextension.dylib (767.50.25) <758F1414-796D-3422-83C9-92D2915A06CE> /usr/lib/system/libsystem_networkextension.dylib
0x7fff6b917000 - 0x7fff6b920ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff6b921000 - 0x7fff6b928ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff6b929000 - 0x7fff6b934fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff6b935000 - 0x7fff6b938fff libsystem_sandbox.dylib (765.50.51) /usr/lib/system/libsystem_sandbox.dylib
0x7fff6b939000 - 0x7fff6b93aff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib
0x7fff6b93b000 - 0x7fff6b942ff7 libsystem_symptoms.dylib (820.50.37) /usr/lib/system/libsystem_symptoms.dylib
0x7fff6b943000 - 0x7fff6b956fff libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib
0x7fff6b958000 - 0x7fff6b95dff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff6b95e000 - 0x7fff6b98bfff libxpc.dylib (1205.50.76) <25DB244E-217D-3CE0-A8F2-0C4255783B42> /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: 1296
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 240K 3
CG image 68K 2
CoreImage 8K 3
CoreUI image file 216K 6
Foundation 4K 2
Image IO 64K 2
Kernel Alloc Once 8K 2
MALLOC 104.3M 44
MALLOC guard page 64K 16
Mach message 8K 3
Memory Tag 242 12K 2
Memory Tag 251 40K 2
SQLite page cache 64K 2
STACK GUARD 56.0M 11
Stack 12.6M 12
VM_ALLOCATE 648K 14
__DATA 24.0M 239
__FONT_DATA 4K 2
__LINKEDIT 192.5M 4
__TEXT 158.3M 243
__UNICODE 560K 2
mapped file 56.8M 31
shared memory 632K 11
=========== ======= =======
TOTAL 607.6M 637

Model: MacBookAir6,1, BootROM MBA61.0106.B00, 2 processors, Intel Core i5, 1.4 GHz, 4 GB, SMC 2.12f143
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.37.29.1a7)
Bluetooth: Version 6.0.5f3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet Slot 1, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@194,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@191,0,0
PCI Card: ethernet, Ethernet Controller, Thunderbolt@193,0,0
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@192,0,0
Serial ATA Device: APPLE SSD TS0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: USB audio CODEC
USB Device: USB 3.0 Bus
USB Device: Basic Optical Mouse
USB Device: USB 3.0 Bus
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6
Thunderbolt Device: Thunderbolt 2 Dock, Other World Computing, Inc., 1, 25.1
Process: Stockfish [803]
Path: /Applications/Stockfish.app/Contents/MacOS/Stockfish
Identifier: com.daylenyang.Stockfish
Version: 2.1.2 (24)
App Item ID: 801463932
App External ID: 825883365
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Stockfish [803]
User ID: 501

Date/Time: 2018-05-23 10:26:02.944 -0400
OS Version: Mac OS X 10.13.4 (17E202)
Report Version: 12
Anonymous UUID: F5E8ADA8-03F1-81C5-E662-81B4DE7293B2

Time Awake Since Boot: 2000 seconds
Stockfish had been working fine for me for years. I edited a pgn file and opened it. It was invalid because of a typo and crashed Stockfish. Stockfish will no longer open. The Menu headings at the top of the screen show up and then I get these crash reports. I have included the crash report below. Reinstalling does not help which makes me think there is something is the Library or System or my User folder that keeps Stockfish from working.

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [0]

Application Specific Information:
Crashing on exception: Move text is invalid.

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff4338032b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff6a9fac76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff433860c2 +[NSException raise:format:arguments:] + 98
3 Stockfish 0x000000010beb274a Stockfish + 96074
4 Stockfish 0x000000010beb1fd6 Stockfish + 94166
5 Stockfish 0x000000010beb1f23 Stockfish + 93987
6 Stockfish 0x000000010bea18da Stockfish + 26842
7 Stockfish 0x000000010bea4d36 Stockfish + 40246
8 Stockfish 0x000000010bea4aae Stockfish + 39598
9 AppKit 0x00007fff40900e8c -[NSWindowController _windowDidLoad] + 547
10 AppKit 0x00007fff408a4d0f -[NSWindowController window] + 110
11 AppKit 0x00007fff41323389 -[NSDocument(NSPersistentUISupport) restoreDocumentWindowWithIdentifier:state:completionHandler:] + 151
12 AppKit 0x00007fff40de73c4 -[NSDocumentControllerPersistentRestoration loadedDocument:forAutoID:] + 176
13 AppKit 0x00007fff40dec221 __89-[NSDocumentController reopenDocumentForURL:withContentsOfURL:display:completionHandler:]_block_invoke_2 + 185
14 AppKit 0x00007fff40dfaf70 ___NSMainRunLoopPerformBlock_block_invoke + 25
15 CoreFoundation 0x00007fff433188cc CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12
16 CoreFoundation 0x00007fff432fb2a3 __CFRunLoopDoBlocks + 275
17 CoreFoundation 0x00007fff432fa952 __CFRunLoopRun + 1314
18 CoreFoundation 0x00007fff432fa1a3 CFRunLoopRunSpecific + 483
19 HIToolbox 0x00007fff425e2d96 RunCurrentEventLoopInMode + 286
20 HIToolbox 0x00007fff425e2a0f ReceiveNextEventCommon + 366
21 HIToolbox 0x00007fff425e2884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22 AppKit 0x00007fff40895a73 _DPSNextEvent + 2085
23 AppKit 0x00007fff4102be34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
24 AppKit 0x00007fff4088a885 -[NSApplication run] + 764
25 AppKit 0x00007fff40859a72 NSApplicationMain + 804
26 libdyld.dylib 0x00007fff6b614015 start + 1
27 ??? 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fff40bc0454 -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fff40bc033c -[NSApplication reportException:] + 953
2 com.daylenyang.Stockfish 0x000000010bedbe9d 0x10be9b000 + 265885
3 com.apple.AppKit 0x00007fff4088a946 -[NSApplication run] + 957
4 com.apple.AppKit 0x00007fff40859a72 NSApplicationMain + 804
5 libdyld.dylib 0x00007fff6b614015 start + 1

Thread 1:: Dispatch queue: com.apple.FileCoordination.3
0 com.apple.Foundation 0x00007fff4567b927 -[NSFilePresenterXPCMessenger _makePresenter:observeChangeWithSubitemURL:] + 0
1 com.apple.Foundation 0x00007fff456b114d NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S1 + 12
2 com.apple.Foundation 0x00007fff456af95c -[NSXPCConnection _decodeAndInvokeMessageWithEvent:flags:] + 2702
3 com.apple.Foundation 0x00007fff453fccb7 message_handler + 227
4 libxpc.dylib 0x00007fff6b96996b _xpc_connection_call_event_handler + 35
5 libxpc.dylib 0x00007fff6b96812d _xpc_connection_mach_event + 1092
6 libdispatch.dylib 0x00007fff6b5dfdf9 _dispatch_client_callout4 + 9
7 libdispatch.dylib 0x00007fff6b5e00b2 _dispatch_mach_msg_invoke + 488
8 libdispatch.dylib 0x00007fff6b5ef0ca _dispatch_queue_serial_drain + 222
9 libdispatch.dylib 0x00007fff6b5de9c2 _dispatch_mach_invoke + 534
10 libdispatch.dylib 0x00007fff6b5ef0ca _dispatch_queue_serial_drain + 222
11 libdispatch.dylib 0x00007fff6b5e21b6 _dispatch_queue_invoke + 373
12 libdispatch.dylib 0x00007fff6b5eff5d _dispatch_root_queue_drain_deferred_wlh + 332
13 libdispatch.dylib 0x00007fff6b5f3d71 _dispatch_workloop_worker_thread + 880
14 libsystem_pthread.dylib 0x00007fff6b92bfd2 _pthread_wqthread + 980
15 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 2:: Dispatch queue: com.twitter.crashlytics.mac.work-queue (QOS: UNSPECIFIED)
0 libsystem_kernel.dylib 0x00007fff6b766702 write + 10
1 com.daylenyang.Stockfish 0x000000010bedd43d 0x10be9b000 + 271421
2 com.daylenyang.Stockfish 0x000000010bedd33a 0x10be9b000 + 271162
3 com.daylenyang.Stockfish 0x000000010bedd604 0x10be9b000 + 271876
4 com.daylenyang.Stockfish 0x000000010bedd945 0x10be9b000 + 272709
5 com.daylenyang.Stockfish 0x000000010bedda0a 0x10be9b000 + 272906
6 com.daylenyang.Stockfish 0x000000010becd5c8 0x10be9b000 + 206280
7 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
8 com.daylenyang.Stockfish 0x000000010becde1d 0x10be9b000 + 208413
9 com.daylenyang.Stockfish 0x000000010becdfc4 0x10be9b000 + 208836
10 com.daylenyang.Stockfish 0x000000010bec5ffd 0x10be9b000 + 176125
11 com.daylenyang.Stockfish 0x000000010becdf55 0x10be9b000 + 208725
12 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
13 com.daylenyang.Stockfish 0x000000010bed78a7 0x10be9b000 + 247975
14 com.daylenyang.Stockfish 0x000000010becbd35 0x10be9b000 + 199989
15 com.daylenyang.Stockfish 0x000000010bed7670 0x10be9b000 + 247408
16 com.daylenyang.Stockfish 0x000000010bed3685 0x10be9b000 + 231045
17 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
18 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
19 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
20 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
21 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
22 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
23 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
24 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
25 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
26 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
27 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
28 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
29 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
30 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
31 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
32 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff6b765292 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff6b92c20e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 4:: Dispatch queue: io.answers.EventQueue (QOS: BACKGROUND)
0 libsystem_kernel.dylib 0x00007fff6b765da2 mkdirat + 10
1 libsystem_c.dylib 0x00007fff6b6722fc _mkpath + 56
2 com.apple.Foundation 0x00007fff453f0185 -[NSFileManager createDirectoryAtPath:withIntermediateDirectories:attributes:error:] + 130
3 com.daylenyang.Stockfish 0x000000010bef4be4 0x10be9b000 + 367588
4 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
5 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
6 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
7 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
9 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
11 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
12 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
13 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
15 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
16 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
17 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
18 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
19 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 5:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0
1 ??? 0x0000700006b4cbe0 0 + 123145414822880

Thread 6:: com.twitter.crashlytics.mac.MachExceptionServer
0 libsystem_kernel.dylib 0x00007fff6b766702 write + 10
1 com.daylenyang.Stockfish 0x000000010bed19e2 0x10be9b000 + 223714
2 com.daylenyang.Stockfish 0x000000010bec9020 0x10be9b000 + 188448
3 libsystem_pthread.dylib 0x00007fff6b92c661 _pthread_body + 340
4 libsystem_pthread.dylib 0x00007fff6b92c50d _pthread_start + 377
5 libsystem_pthread.dylib 0x00007fff6b92bbf9 thread_start + 13

Thread 7:: Dispatch queue: NSOperationQueue 0x600000023ca0 (QOS: UNSPECIFIED)
0 com.apple.CFNetwork 0x00007fff423b6bfa URLCredentialServerTrust::URLCredentialServerTrust() + 0
1 com.apple.CFNetwork 0x00007fff422fd556 CFURLCredentialCreateWithTrust + 45
2 com.apple.CFNetwork 0x00007fff422f9b71 -[NSURLCredential initWithTrust:] + 73
3 com.apple.CFNetwork 0x00007fff422f9bd9 +[NSURLCredential credentialForTrust:] + 50
4 com.daylenyang.Stockfish 0x000000010befe2bc 0x10be9b000 + 406204
5 com.daylenyang.Stockfish 0x000000010bf0422a 0x10be9b000 + 430634
6 com.apple.Foundation 0x00007fff454055df NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
7 com.apple.Foundation 0x00007fff45405441 -[NSBlockOperation main] + 68
8 com.apple.Foundation 0x00007fff454038ee -[__NSOperationInternal _start:] + 778
9 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
11 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
12 libdispatch.dylib 0x00007fff6b5ed38e _dispatch_block_invoke_direct + 317
13 libdispatch.dylib 0x00007fff6b5ed231 dispatch_block_perform + 109
14 com.apple.Foundation 0x00007fff453ff8fc __NSOQSchedule_f + 342
15 libdispatch.dylib 0x00007fff6b5dae08 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00007fff6b5eded1 _dispatch_continuation_pop + 472
17 libdispatch.dylib 0x00007fff6b5e5783 _dispatch_async_redirect_invoke + 703
18 libdispatch.dylib 0x00007fff6b5dc9f9 _dispatch_root_queue_drain + 515
19 libdispatch.dylib 0x00007fff6b5dc7a5 _dispatch_worker_thread3 + 101
20 libsystem_pthread.dylib 0x00007fff6b92c169 _pthread_wqthread + 1387
21 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 8:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0
1 ??? 0x0000883300000000 0 + 149752624709632

Thread 9:
0 libsystem_pthread.dylib 0x00007fff6b92bbdc start_wqthread + 0

Thread 10:
0 libsystem_kernel.dylib 0x00007fff6b765292 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff6b92c20e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff6b92bbe9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007f8df90d9c00 rbx: 0x0000604000440a50 rcx: 0x0000000000000000 rdx: 0x0000000000000a82
rdi: 0x0000000008000101 rsi: 0x00007f8df90d9861 rbp: 0x00007ffee3d64920 rsp: 0x00007ffee3d64910
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007ffee3d64418 r11: 0x0000000000000dff
r12: 0x00007ffee3d64920 r13: 0x00006000001340a0 r14: 0x00007fff6a9ece80 r15: 0x00007ffee3d64930
rip: 0x00007fff40bc0454 rfl: 0x0000000000010202 cr2: 0x00000041c7fe2270

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

Binary Images:
0x10be9b000 - 0x10bf33fff +com.daylenyang.Stockfish (2.1.2 - 24) /Applications/Stockfish.app/Contents/MacOS/Stockfish
0x10c707000 - 0x10c7519df dyld (551.3) /usr/lib/dyld
0x7fff3b82e000 - 0x7fff3bb7cfff com.apple.RawCamera.bundle (8.03.0 - 1017.3.4) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff3d18b000 - 0x7fff3d210ff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.32.48 - 10.3.2) <22E85FE9-9836-3487-A6FC-19C545C73B31> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff3f7ef000 - 0x7fff3f7effff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3f7f0000 - 0x7fff3f806fef libCGInterfaces.dylib (417.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff3f807000 - 0x7fff3fd05fc3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3fd06000 - 0x7fff3fe60fe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff3fe61000 - 0x7fff3fe8ffef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3fe90000 - 0x7fff4024fff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff40250000 - 0x7fff40265ff7 libLinearAlgebra.dylib (1211.50.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff40266000 - 0x7fff4026bff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff4026c000 - 0x7fff402ecfff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff402ed000 - 0x7fff40300fff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff40301000 - 0x7fff404aefc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff404af000 - 0x7fff40560fff libvMisc.dylib (622.50.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff40561000 - 0x7fff40561fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff40854000 - 0x7fff416b2fff com.apple.AppKit (6.9 - 1561.40.112) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff41704000 - 0x7fff41704fff com.apple.ApplicationServices (48 - 50) <8DA47D38-B07B-3AE2-B343-4579864430C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff41705000 - 0x7fff4176bfff com.apple.ApplicationServices.ATS (377 - 445.3) <000C4E9F-E0D9-371D-B304-83BA37460724> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff41804000 - 0x7fff41926fff libFontParser.dylib (222.1.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff41927000 - 0x7fff41971ff7 libFontRegistry.dylib (221.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff41a16000 - 0x7fff41a49ff7 libTrueTypeScaler.dylib (222.1.4) <4734ECD6-6F41-3A16-AE35-265BDC1572C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff41ab3000 - 0x7fff41ab7ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff41b57000 - 0x7fff41ba9ffb com.apple.HIServices (1.22 - 624) <828E189A-62F9-3961-8A89-22F508870CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff41baa000 - 0x7fff41bb8fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff41bb9000 - 0x7fff41c05fff com.apple.print.framework.PrintCore (13.4 - 503.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff41c06000 - 0x7fff41c40fff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff41c41000 - 0x7fff41c4dfff com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff41c4e000 - 0x7fff41edbff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <87D81714-F167-39F5-B5E7-A7A432EDAB5B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff41edd000 - 0x7fff41eddfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <513C9A4B-4F6D-3A21-921F-2CA101B97830> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff421ff000 - 0x7fff42599ff7 com.apple.CFNetwork (897.15 - 897.15) <0C03AF39-3527-3E0D-8413-8E1B2A962F0D> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff425b3000 - 0x7fff428b8fff com.apple.HIToolbox (2.1.1 - 911.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff428c3000 - 0x7fff42958ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff42999000 - 0x7fff4299ffff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff42ac0000 - 0x7fff42ac0fff com.apple.Cocoa (6.11 - 22) <4CF8E31C-B5C7-367B-B73D-1A8AC8E41B7F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff42ace000 - 0x7fff42b87fff com.apple.ColorSync (4.13.0 - 3325) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff42d14000 - 0x7fff42da7ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <6E3F958D-79BB-3658-99AD-59F16BF756F1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff42e0e000 - 0x7fff42e37ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff42e38000 - 0x7fff4318efef com.apple.CoreData (120 - 851) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff4318f000 - 0x7fff43274ff7 com.apple.CoreDisplay (1.0 - 97.16) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff43275000 - 0x7fff43716fef com.apple.CoreFoundation (6.9 - 1452.23) <945E5C0A-86C5-336E-A64F-5BF06E78985A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff43718000 - 0x7fff43d28fef com.apple.CoreGraphics (2.0 - 1161.10) <31C36FA0-4026-3347-93FD-71CD7287A6F0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff43d2a000 - 0x7fff44019fff com.apple.CoreImage (13.0.0 - 579.4.11) <702F8035-26FE-3C78-8587-4C9563E03CC4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff442a8000 - 0x7fff44391ff7 com.apple.CoreMedia (1.0 - 2275.61.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff443e1000 - 0x7fff443e1fff com.apple.CoreServices (822.31 - 822.31) <615919A2-AE11-3F27-9A37-FB0CFF8D36B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff443e2000 - 0x7fff44456ffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff44457000 - 0x7fff4472efff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff4472f000 - 0x7fff44763fff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff44764000 - 0x7fff4476cffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff4476d000 - 0x7fff4492aff7 com.apple.LaunchServices (822.31 - 822.31) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff4492b000 - 0x7fff449dbff7 com.apple.Metadata (10.7.0 - 1191.4.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff449dc000 - 0x7fff44a3cfff com.apple.CoreServices.OSServices (822.31 - 822.31) <690E3C93-8799-39FF-8663-190A49B002E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff44a3d000 - 0x7fff44aabfff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff44aac000 - 0x7fff44ad0ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <7DB79D78-9925-33F8-96BA-35AB7AEB326A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff44d71000 - 0x7fff44ec1fff com.apple.CoreText (352.0 - 578.18) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff44ec2000 - 0x7fff44efcfff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff44efd000 - 0x7fff44f88ff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff45203000 - 0x7fff45208fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff453c9000 - 0x7fff4578ffff com.apple.Foundation (6.9 - 1452.23) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff457ff000 - 0x7fff4582ffff com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff45941000 - 0x7fff45a45ffb com.apple.Bluetooth (6.0.5 - 6.0.5f3) <85F1B5A6-03C5-3D5A-90B8-5FC86349E330> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff45aa5000 - 0x7fff45b40ff7 com.apple.framework.IOKit (2.0.2 - 1445.50.26) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff45b42000 - 0x7fff45b49ffb com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff45ba0000 - 0x7fff45d19fe7 com.apple.ImageIO.framework (3.3.0 - 1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff45d1a000 - 0x7fff45d1effb libGIF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff45d1f000 - 0x7fff45e06fef libJP2.dylib (1739.1) <053925CD-59DB-372F-98A8-C2372FF0B899> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff45e07000 - 0x7fff45e2aff7 libJPEG.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff46106000 - 0x7fff4612cfeb libPng.dylib (1739.1) <48633B0C-BE01-3D94-9D9D-A95D50466AF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4612d000 - 0x7fff4612fffb libRadiance.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff46130000 - 0x7fff4617efef libTIFF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff4701a000 - 0x7fff47033ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff472f1000 - 0x7fff472f8fff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff473a4000 - 0x7fff47a0bff7 com.apple.MediaToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff47a0d000 - 0x7fff47a8eff7 com.apple.Metal (125.25 - 125.25) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff47aab000 - 0x7fff47ac6fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff47ac7000 - 0x7fff47b36fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff47b37000 - 0x7fff47b5bfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff47b5c000 - 0x7fff47c43ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff47c44000 - 0x7fff47c44ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff48c43000 - 0x7fff48c4fffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4ba41000 - 0x7fff4ba8ffff com.apple.opencl (2.8.15 - 2.8.15) <83ED39D0-1D39-3593-BA25-70A8A911DE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4ba90000 - 0x7fff4baacffb com.apple.CFOpenDirectory (10.13 - 207.50.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4baad000 - 0x7fff4bab8fff com.apple.OpenDirectory (10.13 - 207.50.1) <220FB6F2-4892-3A66-8838-C134CF657D3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4cc37000 - 0x7fff4cc39fff libCVMSPluginSupport.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4cc3a000 - 0x7fff4cc3fffb libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4cc40000 - 0x7fff4cc44fff libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4cc45000 - 0x7fff4cc4eff7 libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4cc4f000 - 0x7fff4cc5afff libGL.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4cc5b000 - 0x7fff4cc96fe7 libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4ce04000 - 0x7fff4ce42ffb libGLU.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4d7ba000 - 0x7fff4d7c9fff com.apple.opengl (16.5.10 - 16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4e618000 - 0x7fff4e863ff7 com.apple.QuartzCore (1.11 - 584.40) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4f097000 - 0x7fff4f3bffff com.apple.security (7.0 - 58286.51.6) <7212D257-5324-3DBA-8C26-504D6B8F632A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff4f3c0000 - 0x7fff4f44cff7 com.apple.securityfoundation (6.0 - 55185.50.5) <087D601E-7813-3F9E-97EE-BC7081F520BD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4f47e000 - 0x7fff4f482ffb com.apple.xpc.ServiceManagement (1.0 - 1) <5BFDB3ED-73A7-3035-A5BC-ADA6E4F74BFD> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff4f827000 - 0x7fff4f897ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff4fa4c000 - 0x7fff4fdc7fff com.apple.VideoToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff52788000 - 0x7fff5281bff7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff533e9000 - 0x7fff53404ff3 com.apple.AppContainer (4.0 - 360.50.7) <59F95A1A-15DF-33CE-9E52-DDEEFDC4D138> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff53436000 - 0x7fff5345efff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff53460000 - 0x7fff5346ffef com.apple.AppleFSCompression (96.30.2 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff535b1000 - 0x7fff535f9ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff53634000 - 0x7fff5365cfff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff53729000 - 0x7fff53779ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <8169ABC4-56F0-301E-B913-A762F7E40DBF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff53e7c000 - 0x7fff53e83ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff53e84000 - 0x7fff53f0bff7 com.apple.backup.framework (1.9.5 - 1.9.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff54ce9000 - 0x7fff54d38ff3 com.apple.ChunkingLibrary (189 - 189) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff54d3f000 - 0x7fff54dd0ff7 com.apple.CloudDocs (1.0 - 575.14) <7B39EEBE-88FA-39B9-BB89-F2AE6DF9FB50> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff558b4000 - 0x7fff558c0ffb com.apple.CommerceCore (1.0 - 656.20) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff558c1000 - 0x7fff558caff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff55c06000 - 0x7fff5600efff com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5600f000 - 0x7fff5603fff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff563cd000 - 0x7fff563ddff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff56df7000 - 0x7fff56e54ff7 com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff572bb000 - 0x7fff572ecff3 com.apple.CoreServicesInternal (309.1 - 309.1) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff57628000 - 0x7fff576b9fff com.apple.CoreSymbolication (9.3 - 64026) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff5773c000 - 0x7fff57870fff com.apple.coreui (2.1 - 494.1) <19624CAA-74DE-3DD3-9585-E64BE866EBFF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff57871000 - 0x7fff579a1ff7 com.apple.CoreUtils (5.5 - 550.44) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff579f6000 - 0x7fff57a5afff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff57a5b000 - 0x7fff57a6bff7 com.apple.CrashReporterSupport (10.13 - 1) <42451386-F745-38B9-896F-49996B26D066> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff57ae9000 - 0x7fff57af8ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff57afb000 - 0x7fff57affffb com.apple.DSExternalDisplay (3.1 - 380) <8D03D346-887A-3CE7-9483-4AD7804D1FBB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff57b81000 - 0x7fff57bf7fff com.apple.datadetectorscore (7.0 - 590.3) <83E85A62-44A8-33F8-AD79-AC4C807184C4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff57c45000 - 0x7fff57c85ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff57c86000 - 0x7fff57db5fff com.apple.desktopservices (1.12.4 - 1.12.4) <47C3FBF3-5E75-3821-B003-2A4DC3657D8D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff58bcc000 - 0x7fff58ffafff com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5902d000 - 0x7fff590b6ff3 com.apple.FileProvider (125.15 - 125.15) <2E707F97-6271-3561-8A94-54412293B783> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff5ac56000 - 0x7fff5ac56fff libmetal_timestamp.dylib (802.4.5) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
0x7fff5c2c2000 - 0x7fff5c2c7ff7 com.apple.GPUWrangler (3.18.48 - 3.18.48) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5c67b000 - 0x7fff5c6a0ff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5d03d000 - 0x7fff5d04cfff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5d0cf000 - 0x7fff5d143fff com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5da3f000 - 0x7fff5da46ff7 com.apple.IOAccelerator (378.18.1 - 378.18.1) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5da4a000 - 0x7fff5da62fff com.apple.IOPresentment (1.0 - 35.1) <214AD582-466F-3844-A0A4-DE0742A8B899> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5de2d000 - 0x7fff5de53ffb com.apple.IconServices (97.6 - 97.6) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5e0eb000 - 0x7fff5e1e0ff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5e1e1000 - 0x7fff5e223fff com.apple.Lexicon-framework (1.0 - 33.5) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5e227000 - 0x7fff5e22eff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5ea2d000 - 0x7fff5ea30fff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5ef0d000 - 0x7fff5ef76ff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5ef7f000 - 0x7fff5ef96ff7 com.apple.MobileAssets (1.0 - 437.50.37) <675063CD-8335-32C2-AAAF-46CA5C265800> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5f197000 - 0x7fff5f1c1ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5f428000 - 0x7fff5f433fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff60cc5000 - 0x7fff60cd5ffb com.apple.PerformanceAnalysis (1.194 - 194) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff62a93000 - 0x7fff62ab1fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff62c8b000 - 0x7fff62caeffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff64483000 - 0x7fff64486ff3 com.apple.SecCodeWrapper (4.0 - 360.50.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff645cb000 - 0x7fff646ddfff com.apple.Sharing (1019.46 - 1019.46) <1266C41E-3CA9-3EFC-8413-A37D52EA9FB2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff64708000 - 0x7fff64709ff7 com.apple.performance.SignpostNotification (1.2.4 - 2.4) <9957B2C0-4D48-3337-8A4D-5E457CC7B542> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x7fff65451000 - 0x7fff656edfff com.apple.SkyLight (1.600.0 - 312.50) <0CF4C608-8748-32BF-9586-A1601945F82C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff65eb3000 - 0x7fff65ec0ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <8B5418A4-CDC5-3200-AEF0-F109E0DF9019> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff65f72000 - 0x7fff661b0ff3 com.apple.spotlight.index (10.7.0 - 1191.4.13) <14C6EDFD-B843-35A4-AEA6-F485D756FF88> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff6636b000 - 0x7fff66392fff com.apple.StreamingZip (1.0 - 1) <3DE92A6D-565E-3477-82B1-660987317BD8> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff66a64000 - 0x7fff66aedfc7 com.apple.Symbolication (9.3 - 64033) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff66afe000 - 0x7fff66b06ffb com.apple.SymptomDiagnosticReporter (1.0 - 820.50.37) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff6705d000 - 0x7fff67065ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff67272000 - 0x7fff6732fff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff673dc000 - 0x7fff6758bfff com.apple.UIFoundation (1.0 - 547.3) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff68c94000 - 0x7fff68c96ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff68dfd000 - 0x7fff68e30ff7 libclosured.dylib (551.3) /usr/lib/closure/libclosured.dylib
0x7fff68eea000 - 0x7fff68f23ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib
0x7fff68f24000 - 0x7fff68f2ffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
0x7fff68fc1000 - 0x7fff68fc2ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff68ff9000 - 0x7fff691c3ff3 libFosl_dynamic.dylib (17.8) /usr/lib/libFosl_dynamic.dylib
0x7fff691fb000 - 0x7fff691fbfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff69332000 - 0x7fff69336ffb libScreenReader.dylib (562.18.4) /usr/lib/libScreenReader.dylib
0x7fff69337000 - 0x7fff69338ffb libSystem.B.dylib (1252.50.4) /usr/lib/libSystem.B.dylib
0x7fff693b7000 - 0x7fff693b8fff libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
0x7fff693cb000 - 0x7fff693cbfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
0x7fff693cc000 - 0x7fff693e2ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
0x7fff693e3000 - 0x7fff6940dff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
0x7fff6940e000 - 0x7fff6948ffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
0x7fff69493000 - 0x7fff69493ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff69494000 - 0x7fff6954cff3 libboringssl.dylib (109.50.14) /usr/lib/libboringssl.dylib
0x7fff6954d000 - 0x7fff6955dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
0x7fff6955e000 - 0x7fff6956bffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
0x7fff6956c000 - 0x7fff695c2fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
0x7fff695c3000 - 0x7fff695e7ff7 libc++abi.dylib (400.8.2) /usr/lib/libc++abi.dylib
0x7fff695e9000 - 0x7fff695f9fff libcmph.dylib (6) /usr/lib/libcmph.dylib
0x7fff695fa000 - 0x7fff69610fff libcompression.dylib (47.50.1) <491784AE-CB90-3E27-9081-95C3A1211760> /usr/lib/libcompression.dylib
0x7fff698bb000 - 0x7fff698d3ff7 libcoretls.dylib (155.50.1) /usr/lib/libcoretls.dylib
0x7fff698d4000 - 0x7fff698d5ff3 libcoretls_cfhelpers.dylib (155.50.1) /usr/lib/libcoretls_cfhelpers.dylib
0x7fff69da6000 - 0x7fff69dfcff3 libcups.2.dylib (462.2) <64864CBE-03A3-34C7-9DBB-C93601F183FD> /usr/lib/libcups.2.dylib
0x7fff69f3c000 - 0x7fff69f3cfff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib
0x7fff69f6e000 - 0x7fff69f72ff7 libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
0x7fff69f73000 - 0x7fff69f78ff3 libheimdal-asn1.dylib (520.50.6) /usr/lib/libheimdal-asn1.dylib
0x7fff69fa4000 - 0x7fff6a095ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
0x7fff6a096000 - 0x7fff6a2bdffb libicucore.A.dylib (59173.0.1) /usr/lib/libicucore.A.dylib
0x7fff6a30a000 - 0x7fff6a30bfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
0x7fff6a30c000 - 0x7fff6a325ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
0x7fff6a326000 - 0x7fff6a33cff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib
0x7fff6a33d000 - 0x7fff6a3ecfff libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
0x7fff6a3ed000 - 0x7fff6a615ff7 libmecabra.dylib (779.7.6) /usr/lib/libmecabra.dylib
0x7fff6a7ed000 - 0x7fff6a967fff libnetwork.dylib (1229.51.2) /usr/lib/libnetwork.dylib
0x7fff6a9e6000 - 0x7fff6add47e7 libobjc.A.dylib (723) /usr/lib/libobjc.A.dylib
0x7fff6ade7000 - 0x7fff6adebfff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
0x7fff6adee000 - 0x7fff6ae22fff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib
0x7fff6aea1000 - 0x7fff6aebdffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib
0x7fff6af0c000 - 0x7fff6af0dff3 libspindump.dylib (252) /usr/lib/libspindump.dylib
0x7fff6af0e000 - 0x7fff6b0a1ff7 libsqlite3.dylib (274.8.1) /usr/lib/libsqlite3.dylib
0x7fff6b275000 - 0x7fff6b2d5ff3 libusrtcp.dylib (1229.51.2) <3D8806D9-4BA9-35EE-BC44-F58BC2A0962D> /usr/lib/libusrtcp.dylib
0x7fff6b2d6000 - 0x7fff6b2d9ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
0x7fff6b2da000 - 0x7fff6b2e7fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
0x7fff6b2eb000 - 0x7fff6b3d2fff libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib
0x7fff6b3d3000 - 0x7fff6b3fbfff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
0x7fff6b3fc000 - 0x7fff6b40effb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
0x7fff6b4aa000 - 0x7fff6b4aeff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
0x7fff6b4af000 - 0x7fff6b4b9ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
0x7fff6b4ba000 - 0x7fff6b4c1fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
0x7fff6b4c2000 - 0x7fff6b4cbffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
0x7fff6b4cc000 - 0x7fff6b551fff libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib
0x7fff6b5d9000 - 0x7fff6b612ff7 libdispatch.dylib (913.50.12) <848EEE57-4235-3A61-9A52-C0097DD2AB5E> /usr/lib/system/libdispatch.dylib
0x7fff6b613000 - 0x7fff6b630ff7 libdyld.dylib (551.3) /usr/lib/system/libdyld.dylib
0x7fff6b631000 - 0x7fff6b631ffb libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
0x7fff6b632000 - 0x7fff6b63eff3 libkxld.dylib (4570.51.2) /usr/lib/system/libkxld.dylib
0x7fff6b63f000 - 0x7fff6b63fff7 liblaunch.dylib (1205.50.76) <4D52BB64-C568-3A36-8935-2480427EE2A2> /usr/lib/system/liblaunch.dylib
0x7fff6b640000 - 0x7fff6b644ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
0x7fff6b645000 - 0x7fff6b647ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
0x7fff6b648000 - 0x7fff6b649ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
0x7fff6b64a000 - 0x7fff6b661fff libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib
0x7fff6b662000 - 0x7fff6b662fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
0x7fff6b663000 - 0x7fff6b6ecff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
0x7fff6b6ed000 - 0x7fff6b6f0ffb libsystem_configuration.dylib (963.50.8) /usr/lib/system/libsystem_configuration.dylib
0x7fff6b6f1000 - 0x7fff6b6f4ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff6b6f5000 - 0x7fff6b6f6fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
0x7fff6b6f7000 - 0x7fff6b6fdff7 libsystem_dnssd.dylib (878.50.17) <9033B909-BCF7-37EB-A040-ADE8081611D6> /usr/lib/system/libsystem_dnssd.dylib
0x7fff6b6fe000 - 0x7fff6b747ff7 libsystem_info.dylib (517.30.1) /usr/lib/system/libsystem_info.dylib
0x7fff6b748000 - 0x7fff6b76eff7 libsystem_kernel.dylib (4570.51.2) <7FF1E390-2FAC-33A7-A545-60D9BB6692D4> /usr/lib/system/libsystem_kernel.dylib
0x7fff6b76f000 - 0x7fff6b7bafcb libsystem_m.dylib (3147.50.1) /usr/lib/system/libsystem_m.dylib
0x7fff6b7bb000 - 0x7fff6b7dafff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
0x7fff6b7db000 - 0x7fff6b90bff3 libsystem_network.dylib (1229.51.2) /usr/lib/system/libsystem_network.dylib
0x7fff6b90c000 - 0x7fff6b916ffb libsystem_networkextension.dylib (767.50.25) <758F1414-796D-3422-83C9-92D2915A06CE> /usr/lib/system/libsystem_networkextension.dylib
0x7fff6b917000 - 0x7fff6b920ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
0x7fff6b921000 - 0x7fff6b928ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
0x7fff6b929000 - 0x7fff6b934fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff6b935000 - 0x7fff6b938fff libsystem_sandbox.dylib (765.50.51) /usr/lib/system/libsystem_sandbox.dylib
0x7fff6b939000 - 0x7fff6b93aff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib
0x7fff6b93b000 - 0x7fff6b942ff7 libsystem_symptoms.dylib (820.50.37) /usr/lib/system/libsystem_symptoms.dylib
0x7fff6b943000 - 0x7fff6b956fff libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib
0x7fff6b958000 - 0x7fff6b95dff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff6b95e000 - 0x7fff6b98bfff libxpc.dylib (1205.50.76) <25DB244E-217D-3CE0-A8F2-0C4255783B42> /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: 1296
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 240K 3
CG image 68K 2
CoreImage 8K 3
CoreUI image file 216K 6
Foundation 4K 2
Image IO 64K 2
Kernel Alloc Once 8K 2
MALLOC 104.3M 44
MALLOC guard page 64K 16
Mach message 8K 3
Memory Tag 242 12K 2
Memory Tag 251 40K 2
SQLite page cache 64K 2
STACK GUARD 56.0M 11
Stack 12.6M 12
VM_ALLOCATE 648K 14
__DATA 24.0M 239
__FONT_DATA 4K 2
__LINKEDIT 192.5M 4
__TEXT 158.3M 243
__UNICODE 560K 2
mapped file 56.8M 31
shared memory 632K 11
=========== ======= =======
TOTAL 607.6M 637

Model: MacBookAir6,1, BootROM MBA61.0106.B00, 2 processors, Intel Core i5, 1.4 GHz, 4 GB, SMC 2.12f143
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638454455302D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.37.29.1a7)
Bluetooth: Version 6.0.5f3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet Slot 1, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@194,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@191,0,0
PCI Card: ethernet, Ethernet Controller, Thunderbolt@193,0,0
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@192,0,0
Serial ATA Device: APPLE SSD TS0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: USB audio CODEC
USB Device: USB 3.0 Bus
USB Device: Basic Optical Mouse
USB Device: USB 3.0 Bus
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6
Thunderbolt Device: Thunderbolt 2 Dock, Other World Computing, Inc., 1, 25.1

Missing Object in Mac GUI

Had SF running for maybe 14 hours on my laptop with the SF app GUI and this happened.
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [4733]

Application Specific Information:
Crashing on exception: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff3c5da439 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff66d4d3c6 objc_exception_throw + 48
2 CoreFoundation 0x00007fff3c6199f0 -[CFPrefsConfigurationFileSource initWithConfigurationPropertyList:containingPreferences:] + 0
3 CoreFoundation 0x00007fff3c515b5b -[__NSArrayM insertObject:atIndex:] + 1198
4 Stockfish 0x0000000102a96d8f Stockfish + 97679
5 Stockfish 0x0000000102a9698b Stockfish + 96651
6 Stockfish 0x0000000102a967b8 Stockfish + 96184
7 Stockfish 0x0000000102a86363 Stockfish + 29539
8 Stockfish 0x0000000102a96585 Stockfish + 95621
9 Stockfish 0x0000000102a9dcc9 Stockfish + 126153
10 Stockfish 0x0000000102aa9856 Stockfish + 174166
11 AppKit 0x00007fff3a0bf661 -[NSDocument revertToContentsOfURL:ofType:error:] + 382
12 AppKit 0x00007fff3a0bcd6b -[NSDocument _revertToContentsOfURL:ofType:error:] + 61
13 AppKit 0x00007fff3a0bd8b1 __53-[NSDocument _revertToVersion:preservingFirst:error:]_block_invoke.503 + 240
14 Foundation 0x00007fff3e85524c -[NSFileCoordinator _invokeAccessor:thenCompletionHandler:] + 143
15 Foundation 0x00007fff3e8551b7 __73-[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke + 91
16 Foundation 0x00007fff3ea1895b __85-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke.346 + 107
17 Foundation 0x00007fff3e855107 -[NSFileCoordinator(NSPrivate) _withAccessArbiter:invokeAccessor:orDont:andRelinquishAccessClaim:] + 438
18 Foundation 0x00007fff3e852c0a -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:] + 859
19 Foundation 0x00007fff3e8528a9 -[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:] + 77
20 AppKit 0x00007fff3a0bd311 __53-[NSDocument _revertToVersion:preservingFirst:error:]_block_invoke + 308
21 AppKit 0x00007fff3a16e100 __83-[NSDocument(NSDocumentSerializationAPIs) _performSynchronousFileAccessUsingBlock:]_block_invoke + 16
22 AppKit 0x00007fff3a16ce33 -[NSDocument(NSDocumentSerializationAPIs) _continueCurrentFileAccessDuringBlock:] + 259
23 AppKit 0x00007fff3a16e04e -[NSDocument(NSDocumentSerializationAPIs) _performSynchronousFileAccessUsingBlock:] + 103
24 AppKit 0x00007fff3a0bd1a3 -[NSDocument _revertToVersion:preservingFirst:error:] + 122
25 AppKit 0x00007fff3a0de2a9 __46-[NSDocument relinquishPresentedItemToWriter:]_block_invoke.2662 + 50
26 AppKit 0x00007fff3a16cbad -[NSDocument(NSDocumentSerializationAPIs) continueFileAccessUsingBlock:] + 237
27 AppKit 0x00007fff3a0dde6a __46-[NSDocument relinquishPresentedItemToWriter:]_block_invoke_9 + 959
28 AppKit 0x00007fff3a0f6079 __62-[NSDocumentController(NSInternal) _onMainThreadInvokeWorker:]_block_invoke_3 + 152
29 AppKit 0x00007fff3a0f8834 ___NSMainRunLoopPerformBlockInModes_block_invoke + 25
30 CoreFoundation 0x00007fff3c560590 CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12
31 CoreFoundation 0x00007fff3c524107 __CFRunLoopDoBlocks + 392
32 CoreFoundation 0x00007fff3c523e66 __CFRunLoopRun + 2783
33 CoreFoundation 0x00007fff3c523135 CFRunLoopRunSpecific + 459
34 HIToolbox 0x00007fff3b7741ab RunCurrentEventLoopInMode + 292
35 HIToolbox 0x00007fff3b773ee5 ReceiveNextEventCommon + 603
36 HIToolbox 0x00007fff3b773c76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
37 AppKit 0x00007fff39b0c79d _DPSNextEvent + 1135
38 AppKit 0x00007fff39b0b48b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
39 AppKit 0x00007fff39b055a8 -[NSApplication run] + 699
40 AppKit 0x00007fff39af4ae8 NSApplicationMain + 777
41 libdyld.dylib 0x00007fff685123d5 start + 1

Preference for changing colours

While I know the stockfish thematic colour is green, I especially don't really like looking at that. Completely subjectively, it looks a sickly colour to me.

Anyway, all that I ask for would be a simple [two] preference [options] to choose a custom white / black colour through a colour picker or similar.

Chess clocks

Add chess clocks. GUI-wise, this would be added above the notation view.

PGN loading error should report line number

It's one thing that the PGN loader is intolerant of errors, but it would be immensely more helpful if it reported something about the error such as the line number the error was found on.

related to #55

Edit PGN tags

Allow editing of PGN tags. Specifically, add a menu item that, when clicked, displays a dropdown allowing users to edit the required fields or add new fields.

VoiceOver support

I am told Stockfish for Mac currently has very bad support for VoiceOver. This ticket is to investigate existing VoiceOver support and improve it.

Repeatable GUI crash with this FEN when analysis starts

Version: 2.1.2 (24)
Platform: macOS Sierra (10.12.6). Stock 4GB 13" non-retina mid-2012 Mac Pro.
Issue: GUI crashes when analysis starts
To reproduce:

Copy the FEN to clipboard: r6k1/p1p2ppp/5b2/3R4/6rP/2P2N1R/PPP2P2/1K6 w - - 1 21
Open a new Stockfish window
Edit:Paste FEN
Press Cmd-+ 4 times to spin up a total of 5 analysis lines
Press Go button at upper right
GUI disappears

Minidump attached

minidump.txt

Incorrect Pawn Promotion query

Using version 2.0.4 (21), in this position:
q5k1/5p2/p5pp/3bp1b1/Pp1n4/1P1P1P1P/2rN2P1/1NBQR1K1 w Kk - 0 1

If White selects the king for a move, the program shows that the white king can move to where he currently sits (in addition to his 4 possible moves), AND if the king moves to h1 the program offers pawn promotion?!?

Note that if the following FEN is loaded:
q5k1/5p2/p5pp/3bp1b1/Pp1n4/1P1P1P1P/2rN2P1/1NBQR1K1 w - - 0 1

the program behaves correctly.

Stockfish reports draw even though it is opposite side to move

I have played following sequence of moves:

  1. Qe6+ Rf7 2. Qc8+ Kg7 3. Qc3+ Kf8 4. Qc8+ Kg7 5. Kg2 Kf6 6. Kf3 Ke5+ 7. Ke3 Kf6 8. Qc3+ Ke7 9. Qc5+ Kd7 10. Ke4 Rf6 11. Ke5 Rh6 12. Qb5+ Kc7 13. Kd4 Rh4+ 14. Kc3 Kd6 15. Qd3+ Ke5 16. Qe2+ Re4 17. Qb5+ Kf4 18. Qf1+ Ke5 19. Qf2 Ke6 20. Qb6+ Kf7 21. Qb3+ Kf6 22. Qd5 Re7 23. Kd4 Kg7 24. Qg5+ Kf8 25. Kd5 Rb7 26. Ke6 Rb6+ 27. Kd7 Rb7+ 28. Kc6 Rg7 29. Qf5+ Rf7 30. Qg6 Rf2 31. Kd6 Rd2+ 32. Ke5 Rd7 33. Qf5+ Rf7 34. Qc8+ Kg7 35. Ke6 Rf6+ 36. Ke7 Rf4 37. Qc3+ Kg6 38. Qg3+ Kf5 39. Qd3+ Ke5 40. Qd6+ Ke4 41. Qc6+ Kd3 42. Qd5+ Kc3 43. Qe5+ Rd4 44. Qe1+ Kc2 45. Qg3 Rd1 46. Qe3 Rc1 47. Kd6 Ra1 48. Qd4 Rb1 49. Kc5 Rc1 50. Kb4 Ra1 51. Qf2+ Kb1 52. Kc3 Ra2 53. Qf5+ Ka1 54. Qf1#

On move 50. Ra1 played by Stockfish it reported that 'It's a draw' even though it was my turn to play. However after clicking 'Ok' I was able to finish mating sequence.

Crash upon opening PGN file

Hi

I just downloaded stockfish and was trying to load a PGN file (attached). It crashed stockfish. I am able to open other files but this one crashed it.

My OS is Catalina 10.15.5 on MacBook Air 2020. I downloaded stockfish from the App Store today so I believe I have the latest build.

Thanks

CB - Chess Openings BASIC.pgn.zip

3 Major Improvements (that aren't that hard)

  1. Add an option to copy the pgn file
  2. Add an option to highlight squares and draw arrows
  3. An option to create folders and open them IN THE APP
    If you do this then this Chess app (In my opinion) will be the best Chess Mac app existing

Single player mode

Add single player mode, possibly integrated with the skill level option. Let the user choose to play white, play black, or play both when creating a new game, and integrate the clocks (#3).

Fatal Exception: NSInvalidArgumentException

http://crashes.to/s/621a2458908

We are getting the following exception:

Fatal Exception: NSInvalidArgumentException
*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

with the following stack trace

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x7fff361feff3 (Missing)
1  libobjc.A.dylib                0x7fff5cdd9c76 (Missing)
2  CoreFoundation                 0x7fff36240514 (Missing)
3  CoreFoundation                 0x7fff3611d200 (Missing)
4  Stockfish                      0x10f78550a +[SFMParser parseToken:fromNode:position:] (SFMParser.m:87)
5  Stockfish                      0x10f78520b +[SFMParser parseString:fromNode:position:] (SFMParser.m:71)
6  Stockfish                      0x10f785077 +[SFMParser parseMoveText:position:] (SFMParser.m:63)
7  Stockfish                      0x10f774b02 -[SFMChessGame parseMoveText:] (SFMChessGame.m:77)
8  Stockfish                      0x10f777ebe -[SFMWindowController loadGameAtIndex:] (SFMWindowController.m:217)
9  Stockfish                      0x10f777c33 -[SFMWindowController windowDidLoad] (SFMWindowController.m:201)

Seems to be related to the new variations support.

FEN is not correctly computed.

Hi,

I've just installed Stockfish Version 2.0.2 (19) from the AppStore and I was trying out the FEN capabilities by looking at a recent game from the Baku Olympiad. I'm attaching a sample PGN file.
baku-game.zip

After 2.g3, Stockfish reports this FEN:

rnbqkb1r/pppppppp/5n2/8/8/5NP1/PPPPPP1P/RNBQKB1R b KQkq - 3 2

But since a pawn has moved, the move number (the 3 above) should be set to 0, so the FEN should look like:

rnbqkb1r/pppppppp/5n2/8/8/5NP1/PPPPPP1P/RNBQKB1R b KQkq - 0 2

Also, after 2... d5, the move number should be reset to 0 again (another pawn has moved), and the enpassant portion of the FEN should be set to d6

rnbqkb1r/ppp1pppp/5n2/3p4/8/5NP1/PPPPPP1P/RNBQKB1R w KQkq d6 0 3

But the application reports

rnbqkb1r/ppp1pppp/5n2/3p4/8/5NP1/PPPPPP1P/RNBQKB1R w KQkq - 4 3

Unable to read moves beyond pawn promotion

I'm running version 2.1 on macOS Sierra version 10.12.6. I tried to load a game with pawn promotion. The game loads and everything goes well until the pawn promotion and the game after that doesn't load. I created a separate .pgn to verify this:

[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "1-0"]
[WhiteElo ""]
[BlackElo ""]
[ECO ""]
[FEN "3k4/8/6P1/4K3/8/8/8/8 w - - 0 1"]
[SetUp "1"]
[CurrentPosition "6Q1/4k3/8/4K3/8/8/8/8 b - - 2 2"]

1.g7 Ke7 2.g8=Q  1-0

screenshot 2018-01-05 at 23 32 36

Crash when using Duplicate menu item

Reported by Fabio Scognamiglio.

After using File > Duplicate, Stockfish for Mac will crash and always crash on launches thereafter.

Workaround: delete com.daylenyang.stockfish.plist in Autosave Information directory.

Infinite "ball of death" in mate in four position

Hi Daylen,

I had an infinite "ball of death" in the new version of Stockfish app with SF9 (version 2.1.2 (24)).

I was analyzing a game, browsing some new variation and saw that it was "Mate in 4". Then I switched on something else on my Mac, and when I came back to Stockfish app an hour later it was stuck in an infinite loop with a rolling "beach ball of death" cursor.

==> The only way out was to force-quit the app

Hope this helps,
Stéphane


Three attached files:
• screenshot of the app with the displayed position
• preferences that I use
• PGN file I add opened at that moment

results.pgn.zip
preferences

infinite

Variations and commentary

Support reading PGN files with variations and commentary. This would involve changing the internal representation of chess games in SFMChessGame from an NSMutableArray of move objects into a tree with node objects that can hold subtrees and comments (for that node).

PGN games with promotions are truncated

Hi Daylen,

There seem to be a problem when opening a PGN file with a collection of games, as the games which contain a promotion to Queen at move n are truncated to move (n-1): the promotion and the subsequent moves are not parsed.

I have attached a zip archive which contains a PGN file demonstrating the problem.

Steps to reproduce the bug:

• unzip the zip archive
• open the file "bug.pgn" in a editor and note that game 2 has a promotion to Queen by Black at move #48, but ends at move #103
• drag the file "bug.pgn" on the Stockfish icon in the dock
• play out the moves of the second game in the list (White:base Black:stockfish Result:0-1)

=> the game is truncated to move #48.

And thanks for the nice Stockfish app !
Sincerely yours,
Stéphane Nicolet

bug.pgn.zip

Crash when FEN string contains whitespace

Steps:

  1. Open Stockfish app
  2. Paste
r2r4/ppqnb1kp/2p1bpp1/2P1p3/1P2P3/P1N1BP2/1Q2B1PP/1RR4K w - - 1 20

(with trailing whitespaces and newline character)
3. Start Infinite Analysis

Just to recap, in previous issue, the app also crashed when fen started with whitespace character.

Please fix the fen issues as copy-pasting from external sources, it is very common that sometimes unnecessary whitespace/newline characters sneak through.

Problems with the 'Skill Level' parameter.

I'm pretty new to chess engines and I've been trying to figure out how the skill level parameter works. I've set it to 20 and played a Level 10 Computer on chess.com and I won. Next, I set the skill level to 1 and I played the Level 10 computer again and I still won. Am I doing something wrong or am I experiencing a bug?

Cannot import PGN file from chessbase.com

Hi there. I don't seem to be able to open PGN file downloaded from chessbase.com site.

I get this error: "The document “...” could not be opened."

This is what's inside the file:

`[Event "10m + 0s"]
[White "Waveman777"]
[Black "Ant49"]
[Site "play.chessbase.com"]
[Round ""]
[Annotator ""]
[Result "1-0"]
[Date "2018.12.21"]
[WhiteElo "1620"]
[BlackElo "1295"]
[PlyCount "155"]

  1. e4 {[%emt 0:0:4]} e5 {[%emt 0:0:3]} 2. Nf3 {[%emt 0:0:1]} d6 {[%emt 0:0:1]} 3. h3 {[%emt 0:0:3]} Nf6 {[%emt 0:0:2]} 4. Nc3 {[%emt 0:0:5]} Be7 {[%emt 0:0:2]} 5. Bc4 {[%emt 0:0:2]} Be6 {[%emt 0:0:9]} 6. Bxe6 {[%emt 0:0:12]} fxe6 {[%emt 0:0:2]} 7. d3 {[%emt 0:0:2]} 0-0 {[%emt 0:0:2]} 8. 0-0 {[%emt 0:0:1]} Nc6 {[%emt 0:0:8]} 9. Bg5 {[%emt 0:0:1]} Nd4 {[%emt 0:0:3]} 10. Nxd4 {[%emt 0:0:2]} exd4 {[%emt 0:0:3]} 11. Nb5 {[%emt 0:0:5]} e5 {[%emt 0:0:8]} 12. f4 {[%emt 0:0:6]} a6 {[%emt 0:0:2]} 13. Bxf6 {[%emt 0:0:13]} Bxf6 {[%emt 0:0:9]} 14. fxe5 {[%emt 0:0:9]} dxe5 {[%emt 0:0:8]} 15. Na3 {[%emt 0:0:8]} c5 {[%emt 0:0:6]} 16. Nc4 {[%emt 0:0:2]} b5 {[%emt 0:0:4]} 17. Na5 {[%emt 0:0:10]} Qxa5 {[%emt 0:0:4]} 18. Qh5 {[%emt 0:0:6]} Qd8 {[%emt 0:0:22]} 19. c3 {[%emt 0:0:10]} Qe7 {[%emt 0:0:7]} 20. c4 {[%emt 0:0:5]} b4 {[%emt 0:0:4]} 21. a4 {[%emt 0:0:3]} a5 {[%emt 0:0:2]} 22. b3 {[%emt 0:0:1]} Qf7 {[%emt 0:0:20]} 23. Qf5 {[%emt 0:0:43]} Ra7 {[%emt 0:0:15]} 24. Ra2 {[%emt 0:0:2]} Ra6 {[%emt 0:0:20]} 25. Raf2 {[%emt 0:0:4]} Qg6 {[%emt 0:0:16]} 26. Qd7 {[%emt 0:0:16]} Qe8 {[%emt 0:0:15]} 27. Qd5+ {[%emt 0:0:14]} Kh8 {[%emt 0:0:16]} 28. Qb7 {[%emt 0:0:11]} Qc6 {[%emt 0:0:18]} 29. Qe7 {[%emt 0:1:4]} Raa8 {[%emt 0:0:24]} 30. Rxf6 {[%emt 0:0:22]} gxf6 {[%emt 0:0:9]} 31. Rf5 {[%emt 0:0:20]} Rae8 {[%emt 0:0:21]} 32. Qa7 {[%emt 0:0:29]} Ra8 {[%emt 0:0:7]} 33. Qe7 {[%emt 0:0:8]} Rae8 {[%emt 0:0:13]} 34. Qa7 {[%emt 0:0:2]} Ra8 {[%emt 0:0:2]} 35. Qe7 {[%emt 0:0:2]} Qe8 {[%emt 0:0:13]} 36. Qxc5 {[%emt 0:0:5]} Qf7 {[%emt 0:0:27]} 37. Qb5 {[%emt 0:0:17]} Rfb8 {[%emt 0:0:10]} 38. Qc6 {[%emt 0:0:16]} Rc8 {[%emt 0:0:2]} 39. Qb6 {[%emt 0:0:7]} Rcb8 {[%emt 0:0:4]} 40. Qc6 {[%emt 0:0:12]} Rc8 {[%emt 0:0:3]} 41. Qd6 {[%emt 0:0:13]} Rd8 {[%emt 0:0:7]} 42. Qb6 {[%emt 0:0:10]} Rdb8 {[%emt 0:0:2]} 43. Qc6 {[%emt 0:0:2]} Rc8 {[%emt 0:0:1]} 44. Qd6 {[%emt 0:0:1]} Rd8 {[%emt 0:0:1]} 45. Qb6 {[%emt 0:0:21]} Rdb8 {[%emt 0:0:2]} 46. Qc5 {[%emt 0:0:4]} Rc8 {[%emt 0:0:7]} 47. Qd6 {[%emt 0:0:6]} Rd8 {[%emt 0:0:2]} 48. Qc5 {[%emt 0:0:8]} Rdc8 {[%emt 0:0:3]} 49. Qb5 {[%emt 0:0:1]} Rcb8 {[%emt 0:0:10]} 50. Qd5 {[%emt 0:0:2]} Rd8 {[%emt 0:0:5]} 51. Qxf7 {[%emt 0:0:2]} Rf8 {[%emt 0:0:5]} 52. Qe6 {[%emt 0:0:12]} Rae8 {[%emt 0:0:6]} 53. Qb6 {[%emt 0:0:4]} Ra8 {[%emt 0:0:4]} 54. Qd6 {[%emt 0:0:4]} Rad8 {[%emt 0:0:3]} 55. Qe6 {[%emt 0:0:2]} Rde8 {[%emt 0:0:1]} 56. Qd5 {[%emt 0:0:3]} Ra8 {[%emt 0:0:3]} 57. Qc6 {[%emt 0:0:5]} Rac8 {[%emt 0:0:3]} 58. Qd6 {[%emt 0:0:1]} Rcd8 {[%emt 0:0:2]} 59. Qb6 {[%emt 0:0:2]} Ra8 {[%emt 0:0:2]} 60. Qe6 {[%emt 0:0:2]} Rae8 {[%emt 0:0:4]} 61. Qd5 {[%emt 0:0:1]} Ra8 {[%emt 0:0:3]} 62. Qb7 {[%emt 0:0:1]} Rab8 {[%emt 0:0:3]} 63. Qc7 {[%emt 0:0:1]} Rbc8 {[%emt 0:0:2]} 64. Qxa5 {[%emt 0:0:1]} Ra8 {[%emt 0:0:2]} 65. Qd5 {[%emt 0:0:5]} Rad8 {[%emt 0:0:6]} 66. Qc5 {[%emt 0:0:1]} Rc8 {[%emt 0:0:1]} 67. Qxb4 {[%emt 0:0:1]} Rb8 {[%emt 0:0:2]} 68. Qc5 {[%emt 0:0:4]} Rxb3 {[%emt 0:0:3]} 69. Rxf6 {[%emt 0:0:2]} Rxf6 {[%emt 0:0:7]} 70. Qxe5 {[%emt 0:0:1]} Kg7 {[%emt 0:0:4]} 71. Kh2 {[%emt 0:0:3]} Rxd3 {[%emt 0:0:4]} 72. c5 {[%emt 0:0:1]} Ra3 {[%emt 0:0:8]} 73. Qxd4 {[%emt 0:0:2]} Kg6 {[%emt 0:0:11]} 74. c6 {[%emt 0:0:1]} Rxc6 {[%emt 0:0:7]} 75. Qe5 {[%emt 0:0:6]} Rxa4 {[%emt 0:0:12]} 76. Qe8+ {[%emt 0:0:2]} Kf6 {[%emt 0:0:4]} 77. Qxc6+ {[%emt 0:0:1]} Ke5 {[%emt 0:0:3]} 78. Qxa4 {[%emt 0:0:0]} 1-0

`

Endgame tablebase integration

The Stockfish engine now supports Syzygy table bases. To use them, we just need to set the SyzygyPath UCI option to a fully qualified path, e.g. /Users/daylenyang/syzygy.

Documentation suggestion

It's not clear from the documentation what an asterisk means next to the evaluation score.

• What DOES it mean?
• Could someone add this information to the doc?

Thanks so much!

Can't open stockfish

Stockfish crashed when there was nothing to import from clipboard. I've uninstalled and reinstalled with no success. I think that I've deleted all stockfish related files. Can anyone help?System Integrity Protection: enabled

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

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [77834]

Application Specific Information:
Crashing on exception: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

Recompile with latest engine version

More of a question. I'm more familiar with Xcode and Swift Programming, I was able to run a build of your code but I'm wondering how I can properly replace the engines you have and update them with the latest builds and recompile your code. I was trying the simple replace binaries but the file names don't match. So where in your code are you calling these from? or is it a setting import in xcode?

Cosmetic: line swhowing Score, Depth…

First, I must say that it's an excellent software. Thanks.
Then, the line showing the Score, Depth, Current, move Speed, MultiPV doesn't adjust to the width of the parent window and it causes jumps when the size is little.
Thank you again

multi platform?

is there any change to turn this software for multi platform

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.