Giter Club home page Giter Club logo

boxer's Introduction

Boxer

Some notes on building Boxer

The Boxer Xcode project is designed to be a painless one-click build. Here's a quick rundown of how it's set up:

Build requirements

To build the Boxer project you will need macOS 10.14 or higher and XCode 11.3 or higher.

All necessary frameworks and other dependencies are included in the Boxer repo, or as git submodules, so the project itself is all you'll need.

After cloning, run:

git submodule update --init --recursive

Build Targets

The Boxer project has three targets:

  • "Boxer": the standard Boxer emulator you know and love, as seen on http://boxerapp.com. This is almost certainly the one you'll want to use.

  • "Boxer Standalone": a cut-down version of Boxer that wraps up a gamebox into a single unified app. Game importing and settings UIs have been stripped out of this version, and it will only launch the gamebox that bundled inside it. This target is not meant to be used on its own: instead it's a build component for…

  • "Boxer Bundler": a graphical tool for converting gameboxes into standalone apps using its own self-contained copy of Boxer Standalone.

Build Configurations

The Boxer target has 2 build configurations: Release and Debug. Both of them compile fully optimized 64-bit binaries using the LLVM compiler. Debug works almost exactly the same as Release but turns on console debug messages and additional error-checking.

App requirements

Boxer and Boxer Standalone both run on macOS 10.14.4 and above, while Boxer Bundler runs on OS X 10.8 and above.

OSX 10.5 and PowerPC support has been removed from the Boxer master branch: if you need these, use the older "leopard_legacy" maintenance branch from http://github.com/alunbestor/Boxer/tree/leopard_legacy/.

Having trouble?

If you have any problems building the Boxer project, or questions about Boxer's code, please get in touch with me at [email protected] and I'll help out as best I can.

License

The project is licensed using GPLv2. Originally developed by Alun Bestor and other contributors.

boxer's People

Contributors

ajmas avatar alinebee avatar cyril634 avatar getaaron avatar humbertocsjr avatar j-rg avatar jodelamo avatar kronuz avatar maddthesane avatar pulsedrivervstibby avatar stuartcarnie avatar tdolik 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  avatar  avatar  avatar  avatar

boxer's Issues

PS5 controller support?

I'm trying to use the joysticks on a PS5 controller and not having any luck. Boxer detects the controller, and I can use the d-pad, but the joysticks aren't being detected. Does anyone know how to get them working? I'm running macOS 14.4.1 (23E224) with Boxer 2.0.0-alpha+20210308 (the latest Apple Silicon beta).

Latest binary files

Where can I get your bin files?
Is there a place where to download the latest built app?
Thanks for your effort !!

My own answer one year later:
Looks like if you want to be at the edge you must look for them at
https://boxer.thec0de.com/

Error: "Only letters, digits, and underscores are allowed in property name"

Hi everyone,
I managed to build the Boxer app, but when I try opening an actual game, the thing crashes every time and gives me the error:
"Only letters, digits, and underscores are allowed in property name"

`Process: Boxer [46262]
Path: /Users/USER/Library/Developer/Xcode/DerivedData/Boxer-flujobqovxnimpgabobhyqdbccaq/Build/Products/Debug/Boxer.app/Contents/MacOS/Boxer
Identifier: net.washboardabs.boxer
Version: 2.0.0-alpha (2.0.0-alpha+20191017)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Boxer [46262]
User ID: 501

Date/Time: 2021-02-10 22:09:19.331 +0100
OS Version: macOS 11.1 (20C5048k)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: C94ED913-732F-9A25-9738-1AE3192FA08F

Sleep/Wake UUID: 454D2960-6DE6-4DA3-9A9F-52CA7021BCE8

Time Awake Since Boot: 1000000 seconds
Time Since Wake: 50000 seconds

System Integrity Protection: enabled

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

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

ID Vend/Dev
ad59 731f1002
Seconds Ago ID Type
1100000.0 ad59 Attach

Application Specific Information:
Assertion failed: (((void)"Only letters, digits, and underscores are allowed in property name", std::regex_match(name, std::regex{"[a-zA-Z0-9_]+"}))), function Property, file /Users/thomin/BoxerTemp/Boxer/DOSBox-Staging/src/misc/setup.cpp, line 235.

`
Any ideas what that could be?

(KVO) Crash on exit

There's a crash on exit due to Key-value observing not being happy:

2021-04-05 12:35:41.568218-0600 Boxer[13480:13258843] [General] Cannot remove an observer <NSKeyValueObservance 0x600001ac4870> for the key path "currentFrame.scaledResolution" from <BXMetalRenderingView 0x12a990600>, most likely because the value for the key "currentFrame" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the BXMetalRenderingView class.
2021-04-05 12:35:41.573053-0600 Boxer[13480:13258843] [General] (
	0   CoreFoundation                      0x000000019c39a320 __exceptionPreprocess + 240
	1   libobjc.A.dylib                     0x000000019c0c8c04 objc_exception_throw + 60
	2   Foundation                          0x000000019d0c8aa4 -[NSKeyValueNestedProperty object:didRemoveObservance:recurse:] + 672
	3   Foundation                          0x000000019d0975a8 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 284
	4   Foundation                          0x000000019d097434 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 88
	5   Foundation                          0x000000019d0c893c -[NSKeyValueNestedProperty object:didRemoveObservance:recurse:] + 312
	6   Foundation                          0x000000019d097bc4 -[NSKeyValueUnnestedProperty object:didRemoveObservance:recurse:] + 204
	7   Foundation                          0x000000019d0975a8 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 284
	8   Foundation                          0x000000019d097434 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 88
	9   AppKit                              0x000000019ec7e230 -[NSAutounbinder removeObserver:forKeyPath:] + 204
	10  AppKit                              0x000000019eadbb8c -[NSBinder _updateObservingRegistration:] + 600
	11  AppKit                              0x000000019eb84aa0 -[NSBinder breakConnection] + 112
	12  AppKit                              0x000000019eb84794 -[NSObject(NSKeyValueBindingCreation) unbind:] + 192
	13  AppKit                              0x000000019ec89ec4 -[NSAutounbinder retainBindingTargetAndUnbind] + 148
	14  AppKit                              0x000000019ecc7268 -[NSWindowController release] + 100
	15  Foundation                          0x000000019d1fb84c empty + 76
	16  Foundation                          0x000000019d095650 dealloc + 52
	17  Foundation                          0x000000019d0955c0 -[NSConcreteMapTable dealloc] + 68
	18  AppKit                              0x000000019f1973bc ___NSTouchBarFinderSetNeedsUpdateOnMain_block_invoke_2 + 1764
	19  AppKit                              0x000000019ebc99a0 NSDisplayCycleObserverInvoke + 188
	20  AppKit                              0x000000019ebc951c NSDisplayCycleFlush + 832
	21  QuartzCore                          0x00000001a25a1aa0 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 120
	22  QuartzCore                          0x00000001a25a08e8 _ZN2CA11Transaction6commitEv + 332
	23  AppKit                              0x000000019ec72c88 __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 304
	24  AppKit                              0x000000019f3c5c6c ___NSRunLoopObserverCreateWithHandler_block_invoke + 64
	25  CoreFoundation                      0x000000019c31be08 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36
	26  CoreFoundation                      0x000000019c31bc54 __CFRunLoopDoObservers + 576
	27  CoreFoundation                      0x000000019c31b1ac __CFRunLoopRun + 768
	28  CoreFoundation                      0x000000019c31a740 CFRunLoopRunSpecific + 600
	29  HIToolbox                           0x00000001a3e3f5c4 RunCurrentEventLoopInMode + 292
	30  HIToolbox                           0x00000001a3e3f284 ReceiveNextEventCommon + 320
	31  HIToolbox                           0x00000001a3e3f124 _BlockUntilNextEventMatchingListInModeWithFilter + 76
	32  AppKit                              0x000000019eaf482c _DPSNextEvent + 868
	33  AppKit                              0x000000019eaf31ac -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1312
	34  AppKit                              0x000000019eae5060 -[NSApplication run] + 600
	35  AppKit                              0x000000019eab6804 NSApplicationMain + 1064
	36  Boxer                               0x0000000100a539f8 main + 40
	37  libdyld.dylib                       0x000000019c23df34 start + 4
)

Crash on open

Hi, I have just downloaded your last beta release and moved the app to the Application folder. However, on opening it says the app is corrupted and does not open. Asks to move it to trash:( My OS is 10.14.
Cheers, Michael

Game installers fail to start

When importing the game into Boxer, the application offers to run the installer - however this option always fails with the following message:

Screenshot 2021-06-16 at 18 44 17

This makes the CD versions impossible to play in Boxer, as they need to be installed first.

Problems building Boxer

Sorry for being a n00b, but in the absence of binaries, I tried my luck with building this thing.

I could already troubleshoot a little bit by myself, but now I get the following errors when trying to build:
/Users/mintho/XCode/Boxer/Vendor/OpenEmuShaders/3rdparty/SPIRV-Tools/source/opcode.cpp:340:10: use of undeclared identifier 'SpvOpTypeRayQueryProvisionalKHR'; did you mean 'SpvCapabilityRayQueryProvisionalKHR'?
And
Command CompileSwift failed with a nonzero exit code

Can somebody lead me into the right direction please? That would be very much appreciated

Control-Key Inputs from macOS Mission Control interfering with Boxer

When playing a game, e.g. «Commander Keen», where the Control (CTRL ^) key is needed to «jump», it's often triggering the switch between desktops of macOS' Mission Control instead.

This happens even with the required Accessibility Setting set to "allow" for the Boxer App.

The Control key input should be directed to Boxer / the running game only.

Improved smoothing of text

The graphics smoothing capabilities of Boxer are amazing. They improve the graphics by at least ten years.

However, smoothing does not do wonders for blocky text, and it seems that this should be fixable—if Boxer can recognize the characters, it can render them as something more readable. Perhaps it could recognize specific troublesome fonts.

Or something; I’m not a programmer. But I would love to see text smoothing be greatly improved, at least in certain cases like this one (from Dark Sun Shattered Lands). Other times (even in this game) the text is fine.

Screen Shot 2021-02-25 at 10 33 19 PM

Screen Shot 2021-02-25 at 10 33 25 PM

[Audio] Issue with Roland CM-32 emulation

This may be a setting issue, but I can't seem to get the Roland sound to work.

I have the Roland roms in the Application Support folder.

Screenshot 2021-12-10 at 12 09 55

In games I tested where I can choose which sound system to use, internal speakers work (but make my ears bleed), but the Roland CM-32 option is just silent.

Left analog stick not working on PS4/Switch gamepads

I do not know if others have the same problem, but in my DOS games the left analog stick of my gamepads (one Dualshock 4 and a Switch Pro Controller) can never be detected. The d-pad, however, is detected as the main source for joystick directions, but only in binary...

The right analog sticks seems to work properly: for example in Need For Speed 1, both axes are detected as analog pedals without problems.

I have this problems both on intel and M1 macs. All DOS games compatible with analog joysticks I have are affected. I have tested the other joystick modes available in the settings, but it remains the same.

Anyone has an idea?

Thanks in advance!

New Homebrew path for cmake

Hi there,

I was trying to build the Xcode project on my new MacBook Air M1 and it was erroring out saying "Could not find cmake; install it from the official distribution, Homebrew or MacPorts"

I installed cmake via Homebrew and it still errored out.

Running a "which cmake" in my terminal printed out: /opt/homebrew/bin/cmake

I found the error coming from "./Vendor/OpenEmuShaders/3rdparty/find-cmake.sh"

At the top of this file, there is a variable called "known_cmake_paths." I edited the line and added "/opt/homebrew/bin/cmake" and now it builds properly.

The variable now reads:
known_cmake_paths="/usr/local/bin/cmake \
/opt/local/bin/cmake \
/Applications/CMake.app/Contents/bin/cmake \
/opt/homebrew/bin/cmake"

Turns out all new homebrew installed apps on Apple Silicon now use the "/opt/homebrew" prefix since version 3.0. (https://brew.sh/2021/02/05/homebrew-3.0.0/)

I realize this is in the VENDOR folder and most likely an OpenEmu issue first but wanted to mention it. I will look at their repo and see if it's been updated/notified at all.

Cannot clone MT32Emu/munt due to updated GitHub security

When updating the submodules, cloning munt will fail:

Submodule 'munt' (git://github.com/munt/munt.git) registered for path 'Vendor/MT32Emu/munt'
Cloning into '/Users/xianmo/Downloads/Boxer/Vendor/MT32Emu/munt'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
fatal: clone of 'git://github.com/munt/munt.git' into submodule path '/Users/xianmo/Downloads/Boxer/Vendor/MT32Emu/munt' failed

The reason for the failure is updated security on GitHub which is described here.

I searched a bit for fixes, and I found this example from another project where they change the git path to github.

So if git://github.com/munt/munt.git is changed to github:munt/munt.git it might fix the issue.

Update About Box

Screenshot 2023-05-19 at 10 46 04 AM

The current About Box for version 4.1 Beta still shows the version as 2.0.0 and links to the legacy project's website. It should be updated to clearly indicate that this is a fork and include the new links and version number.

CI code signing

To get code signing to work on CI, I recommend setting up fastlane match which creates and encrypts code signing certificates in a separate git repo. Then you store the decryption key in your CI's secret store. This will allow CI to create code-signed downloadable apps. I'm happy to set it up if you want (will need access to a few things).

Issue building Xcode project on M1 - OpenEmu Shaders: ExternalBuildToolExecution failed with nonzero exit

I cloned the project and updated the submodules.

When attempting to build it fails with an error relating to the OpenEmu Shaders.

The log is attached here:
Build target ToolDependencies.txt

There is a warning that cmake could not be found:
Could not find cmake; install it from the official distribution, Homebrew or MacPorts

This may be because Homebrew installs all the ARM binaries in opt/homebrew as opposed to /usr/local for x86. I suspect that a usr/local path is hardcoded in somewhere.

Floppy IMG Drive Support

Was support for floppy disk images removed?

With Version 2.0.0-alpha | build 2.0.0-alpha+20191017 (the only release I've been able to download and/or build) there is no opportunity to mount IMG disk images (they are greyed-out in the Finder selector and cannot be drag/dropped into the Import window.

(GUS) Crash On Exit

First, thanks for taking the time to maintain this fork.

I built a release build of Boxer using Xcode's Archive functionality. App appears to work fine and games play without issue. However almost every time I quit Boxer, I get this crash. I'm not a C++ dev (Obj-c/Swift iOS dev by trade) so I can't follow the stack trace terribly well but it looks like potentially an open IO pointer is left open during application exit when the NSMenuItem goes to terminate?

Let me know how else I can help. I built this against hash a822a205a06112696202e1f64c5976edf726f90b

Process:               Boxer [37594]
Path:                  /Applications/Boxer.app/Contents/MacOS/Boxer
Identifier:            net.washboardabs.boxer
Version:               2.0.0-alpha (2.0.0-alpha+20191017)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Boxer [37594]
User ID:               501

Date/Time:             2020-12-29 10:52:37.340 -0500
OS Version:            macOS 11.1 (20C69)
Report Version:        12
Bridge OS Version:     5.1 (18P3030)
Anonymous UUID:        D639D5EE-829D-BD2F-D809-87C061194897

Sleep/Wake UUID:       4EADED27-B1D4-493B-BA4E-3E5B5907AFFF

Time Awake Since Boot: 240000 seconds
Time Since Wake:       3300 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000608
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [37594]

VM Regions Near 0x608:
--> 
    __TEXT                      100000000-1003e4000    [ 3984K] r-x/r-x SM=COW  /Applications/Boxer.app/Contents/MacOS/Boxer

Application Specific Information:
Performing @selector(terminate:) from sender NSMenuItem 0x600002904cb0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   net.washboardabs.boxer        	0x00000001002698bf std::__1::__hash_iterator<std::__1::__hash_node<std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, void*>*> std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::hash<unsigned long>, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::equal_to<unsigned long>, true>, std::__1::allocator<std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> > > >::find<unsigned long>(unsigned long const&) + 153 (__hash_table:2463)
1   net.washboardabs.boxer        	0x00000001002697f3 unsigned long std::__1::__hash_table<std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::__unordered_map_hasher<unsigned long, std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::hash<unsigned long>, true>, std::__1::__unordered_map_equal<unsigned long, std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> >, std::__1::equal_to<unsigned long>, true>, std::__1::allocator<std::__1::__hash_value_type<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)> > > >::__erase_unique<unsigned long>(unsigned long const&) + 23 (__hash_table:2635)
2   net.washboardabs.boxer        	0x0000000100266f8b std::__1::unordered_map<unsigned long, std::__1::function<void (unsigned long, unsigned long, unsigned long)>, std::__1::hash<unsigned long>, std::__1::equal_to<unsigned long>, std::__1::allocator<std::__1::pair<unsigned long const, std::__1::function<void (unsigned long, unsigned long, unsigned long)> > > >::erase(unsigned long const&) + 11 (unordered_map:1195) [inlined]
3   net.washboardabs.boxer        	0x0000000100266f8b IO_FreeWriteHandler(unsigned long, unsigned long, unsigned long) + 79 (iohandler.cpp:162)
4   net.washboardabs.boxer        	0x00000001002672ae IO_WriteHandleObject::Uninstall() + 34 (iohandler.cpp:211) [inlined]
5   net.washboardabs.boxer        	0x00000001002672ae IO_WriteHandleObject::~IO_WriteHandleObject() + 38 (iohandler.cpp:216)
6   net.washboardabs.boxer        	0x00000001002672cd IO_WriteHandleObject::~IO_WriteHandleObject() + 13 (iohandler.cpp:215)
7   net.washboardabs.boxer        	0x00000001002654a2 std::__1::array<IO_WriteHandleObject, 9ul>::~array() + 18 (array:127) [inlined]
8   net.washboardabs.boxer        	0x00000001002654a2 std::__1::array<IO_WriteHandleObject, 9ul>::~array() + 18 (array:127) [inlined]
9   net.washboardabs.boxer        	0x00000001002654a2 Gus::~Gus() + 124 (gus.cpp:209) [inlined]
10  net.washboardabs.boxer        	0x00000001002654a2 Gus::~Gus() + 124 (gus.cpp:209) [inlined]
11  net.washboardabs.boxer        	0x00000001002654a2 std::__1::default_delete<Gus>::operator()(Gus*) const + 124 (memory:2368) [inlined]
12  net.washboardabs.boxer        	0x00000001002654a2 std::__1::unique_ptr<Gus, std::__1::default_delete<Gus> >::reset(Gus*) + 156 (memory:2623)
13  net.washboardabs.boxer        	0x0000000100261dcf std::__1::unique_ptr<Gus, std::__1::default_delete<Gus> >::~unique_ptr() + 7 (memory:2577) [inlined]
14  net.washboardabs.boxer        	0x0000000100261dcf std::__1::unique_ptr<Gus, std::__1::default_delete<Gus> >::~unique_ptr() + 15 (memory:2577)
15  libsystem_c.dylib             	0x00007fff20272ca7 __cxa_finalize_ranges + 316
16  libsystem_c.dylib             	0x00007fff20272f92 exit + 53
17  com.apple.AppKit              	0x00007fff22f01746 -[NSApplication terminate:] + 1725
18  com.apple.AppKit              	0x00007fff22e79c4e -[NSApplication(NSResponder) sendAction:to:from:] + 283
19  com.apple.AppKit              	0x00007fff22f7ca61 -[NSMenuItem _corePerformAction] + 413
20  com.apple.AppKit              	0x00007fff22f7c780 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 95
21  com.apple.AppKit              	0x00007fff22fc8afc -[NSMenu performActionForItemAtIndex:] + 113
22  com.apple.AppKit              	0x00007fff22fc8a82 -[NSMenu _internalPerformActionForItemAtIndex:] + 82
23  com.apple.AppKit              	0x00007fff22fc88ca -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 101
24  com.apple.AppKit              	0x00007fff22f5f409 NSSLMMenuEventHandler + 889
25  com.apple.HIToolbox           	0x00007fff286994a0 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1431
26  com.apple.HIToolbox           	0x00007fff28698879 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 329
27  com.apple.HIToolbox           	0x00007fff286ae18a SendEventToEventTarget + 39
28  com.apple.HIToolbox           	0x00007fff2870e0d7 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 368
29  com.apple.HIToolbox           	0x00007fff28735451 SendMenuCommandWithContextAndModifiers + 45
30  com.apple.HIToolbox           	0x00007fff287353fc SendMenuItemSelectedEvent + 346
31  com.apple.HIToolbox           	0x00007fff28735245 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
32  com.apple.HIToolbox           	0x00007fff28735c52 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 613
33  com.apple.HIToolbox           	0x00007fff28735958 _HandleMenuSelection2 + 460
34  com.apple.AppKit              	0x00007fff22e11c95 _NSHandleCarbonMenuEvent + 215
35  com.apple.AppKit              	0x00007fff22e11b02 _DPSEventHandledByCarbon + 54
36  com.apple.AppKit              	0x00007fff22c57c55 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3068
37  net.washboardabs.boxer        	0x000000010000e322 -[BXSession _processEventsUntilDate:] + 264 (BXSession.m:1618)
38  net.washboardabs.boxer        	0x000000010000d58b -[BXSession processEventsForEmulator:] + 54 (BXSession.m:1404)
39  net.washboardabs.boxer        	0x000000010001df1b -[BXEmulator(BXEmulatorInternals) _processEvents] + 231 (BXEmulator.mm:936)
40  net.washboardabs.boxer        	0x000000010005e3be boxer_processEvents + 48 (BXCoalface.mm:23)
41  net.washboardabs.boxer        	0x00000001001c4bab Normal_Loop() + 89 (dosbox.cpp:157)
42  net.washboardabs.boxer        	0x00000001001c4c10 DOSBOX_RunMachine() + 34 (dosbox.cpp:337)
43  net.washboardabs.boxer        	0x00000001001224c8 CALLBACK_RunRealInt(unsigned char) + 75 (callback.cpp:105)
44  net.washboardabs.boxer        	0x0000000100196667 device_CON::Read(unsigned char*, unsigned short*) + 161 (dev_con.h:75)
45  net.washboardabs.boxer        	0x00000001001971b3 DOS_Device::Read(unsigned char*, unsigned short*) + 29 (dos_devices.cpp:96)
46  net.washboardabs.boxer        	0x000000010019987f DOS_ReadFile(unsigned short, unsigned char*, unsigned short*, bool) + 143 (dos_files.cpp:400)
47  net.washboardabs.boxer        	0x00000001002cb446 DOS_Shell::InputCommand(char*) + 206 (shell_misc.cpp:67)
48  net.washboardabs.boxer        	0x00000001002c0fc8 DOS_Shell::Run() + 858 (shell.cpp:406)
49  net.washboardabs.boxer        	0x00000001002c1c06 SHELL_Init() + 2723 (shell.cpp:867)
50  net.washboardabs.boxer        	0x00000001002bc02d Config::StartUp() + 11 (setup.cpp:998)
51  net.washboardabs.boxer        	0x000000010001e1e7 -[BXEmulator(BXEmulatorInternals) _startDOSBox] + 439 (BXEmulator.mm:1032)
52  net.washboardabs.boxer        	0x000000010001c498 -[BXEmulator start] + 206 (BXEmulator.mm:251)
53  net.washboardabs.boxer        	0x000000010000edc9 -[BXSession _startEmulator] + 508 (BXSession.m:1836)
54  com.apple.Foundation          	0x00007fff211e9adb __NSFireDelayedPerform + 415
55  com.apple.CoreFoundation      	0x00007fff2045690d __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
56  com.apple.CoreFoundation      	0x00007fff204563e8 __CFRunLoopDoTimer + 922
57  com.apple.CoreFoundation      	0x00007fff20455f42 __CFRunLoopDoTimers + 307
58  com.apple.CoreFoundation      	0x00007fff2043c57f __CFRunLoopRun + 2008
59  com.apple.CoreFoundation      	0x00007fff2043b6ce CFRunLoopRunSpecific + 563
60  com.apple.HIToolbox           	0x00007fff286c06d0 RunCurrentEventLoopInMode + 292
61  com.apple.HIToolbox           	0x00007fff286c04cc ReceiveNextEventCommon + 709
62  com.apple.HIToolbox           	0x00007fff286c01ef _BlockUntilNextEventMatchingListInModeWithFilter + 64
63  com.apple.AppKit              	0x00007fff22c58de9 _DPSNextEvent + 883
64  com.apple.AppKit              	0x00007fff22c575af -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366
65  com.apple.AppKit              	0x00007fff22c49b0a -[NSApplication run] + 586
66  com.apple.AppKit              	0x00007fff22c1ddf2 NSApplicationMain + 816
67  net.washboardabs.boxer        	0x0000000100055058 main + 13 (main.m:12)
68  libdyld.dylib                 	0x00007fff20360621 start + 1

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

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff20310e7e mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff203111f0 mach_msg + 60
2   com.apple.audio.midi.CoreMIDI 	0x00007fff34eb74ca XServerMachPort::ReceiveMessage(int&, void*, int&) + 94
3   com.apple.audio.midi.CoreMIDI 	0x00007fff34ee826f MIDIProcess::MIDIInPortThread::Run() + 137
4   com.apple.audio.midi.CoreMIDI 	0x00007fff34ece072 XThread::RunHelper(void*) + 10
5   com.apple.audio.midi.CoreMIDI 	0x00007fff34ecf1e9 CAPThread::Entry(CAPThread*) + 77
6   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff20310e7e mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff203111f0 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2043dbf7 __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff2043c2ca __CFRunLoopRun + 1315
4   com.apple.CoreFoundation      	0x00007fff2043b6ce CFRunLoopRunSpecific + 563
5   com.apple.AppKit              	0x00007fff22ddec16 _NSEventThread + 124
6   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 4:: AMCP Logging Spool
0   libsystem_kernel.dylib        	0x00007fff20310eba semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff2844092a caulk::mach::semaphore::wait_or_error() + 16
2   com.apple.audio.caulk         	0x00007fff2842d6e6 caulk::semaphore::timed_wait(double) + 110
3   com.apple.audio.caulk         	0x00007fff2842d634 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff2842d3c0 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 45
5   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 5:: AudioQueue thread
0   libsystem_kernel.dylib        	0x00007fff20310e7e mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff203111f0 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2043dbf7 __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff2043c2ca __CFRunLoopRun + 1315
4   com.apple.CoreFoundation      	0x00007fff2043b6ce CFRunLoopRunSpecific + 563
5   org.libsdl.SDL2               	0x00000001030a6999 0x103068000 + 256409
6   org.libsdl.SDL2               	0x0000000103082285 0x103068000 + 107141
7   org.libsdl.SDL2               	0x000000010309d7a9 0x103068000 + 219049
8   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff20310eba semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff2844092a caulk::mach::semaphore::wait_or_error() + 16
2   com.apple.audio.caulk         	0x00007fff2842d6e6 caulk::semaphore::timed_wait(double) + 110
3   com.apple.audio.caulk         	0x00007fff2842d634 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff2842d3c0 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 45
5   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 7:: AQConverterThread
0   libsystem_kernel.dylib        	0x00007fff203138e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20345e6f _pthread_cond_wait + 1254
2   libAudioToolboxUtility.dylib  	0x00007fff2bc2d910 CADeprecated::CAGuard::Wait() + 54
3   com.apple.audio.toolbox.AudioToolbox	0x00007fff2cbfbbe0 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 812
4   libAudioToolboxUtility.dylib  	0x00007fff2bc112cd CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77
5   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 8:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fff20310e7e mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff203111f0 mach_msg + 60
2   com.apple.audio.CoreAudio     	0x00007fff21e33de5 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111
3   com.apple.audio.CoreAudio     	0x00007fff21ccf477 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 3435
4   com.apple.audio.CoreAudio     	0x00007fff21e72f3a HALB_IOThread::Entry(void*) + 72
5   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 9:: com.apple.coreaudio.AQClient
0   libsystem_kernel.dylib        	0x00007fff20310e7e mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff203111f0 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2043dbf7 __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff2043c2ca __CFRunLoopRun + 1315
4   com.apple.CoreFoundation      	0x00007fff2043b6ce CFRunLoopRunSpecific + 563
5   com.apple.audio.toolbox.AudioToolbox	0x00007fff2cbd52f0 GenericRunLoopThread::Entry(void*) + 166
6   libAudioToolboxUtility.dylib  	0x00007fff2bc112cd CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77
7   libsystem_pthread.dylib       	0x00007fff20345950 _pthread_start + 224
8   libsystem_pthread.dylib       	0x00007fff2034147b thread_start + 15

Thread 10:: Dispatch queue: com.apple.root.user-interactive-qos
0   libsystem_kernel.dylib        	0x00007fff20310ed2 semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff2019acda _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff2019b106 _dispatch_semaphore_wait_slow + 58
3   com.apple.AppKit              	0x00007fff2354b902 __22-[NSCGSLocalFence set]_block_invoke_2 + 128
4   com.apple.QuartzCore          	0x00007fff26bd909e CA::Transaction::run_commit_handlers(CATransactionPhase) + 92
5   com.apple.QuartzCore          	0x00007fff26d36832 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 764
6   com.apple.QuartzCore          	0x00007fff26bd7fd5 CA::Transaction::commit() + 783
7   com.apple.AppKit              	0x00007fff22cab164 NSPerformVisuallyAtomicChange + 154
8   com.apple.AppKit              	0x00007fff22edb699 __42-[NSAnimation(NSInternal) _runInNewThread]_block_invoke + 80
9   libdispatch.dylib             	0x00007fff201995dd _dispatch_call_block_and_release + 12
10  libdispatch.dylib             	0x00007fff2019a7c7 _dispatch_client_callout + 8
11  libdispatch.dylib             	0x00007fff201a99b5 _dispatch_root_queue_drain + 676
12  libdispatch.dylib             	0x00007fff201a9fb8 _dispatch_worker_thread2 + 92
13  libsystem_pthread.dylib       	0x00007fff20342453 _pthread_wqthread + 244
14  libsystem_pthread.dylib       	0x00007fff20341467 start_wqthread + 15

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff20341458 start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib       	0x00007fff20341458 start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	0x00007fff20341458 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000102ebfba0  rcx: 0x000000000000024b  rdx: 0x00000000000000c1
  rdi: 0x0000000102ebfba0  rsi: 0x0000000000000001  rbp: 0x00007ffeefbfaab0  rsp: 0x00007ffeefbfaab0
   r8: 0x00000000000000c1   r9: 0x00000000000000c5  r10: 0x0000000000000004  r11: 0x0000000000000060
  r12: 0x00007ffeefbfab00  r13: 0x0000000102ebfbc8  r14: 0x0000000000000001  r15: 0x0000000102ebfba0
  rip: 0x00000001002698bf  rfl: 0x0000000000010246  cr2: 0x0000000000000608
  
Logical CPU:     12
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 0 instruction stream:
  33 33 48 89 c6 48 21 d6-48 c1 e8 02 48 21 d0 48  33H..H!.H...H!.H
  01 f0 48 89 c2 48 c1 ea-04 48 01 c2 48 b8 0f 0f  ..H..H...H..H...
  0f 0f 0f 0f 0f 0f 48 21-d0 49 ba 01 01 01 01 01  ......H!.I......
  01 01 01 4c 0f af d0 49-c1 ea 38 49 83 fa 01 76  ...L...I..8I...v
  15 49 89 c8 4c 39 c9 72-14 48 89 c8 31 d2 49 f7  .I..L9.r.H..1.I.
  f1 49 89 d0 eb 07 4d 8d-41 ff 49 21 c8 48 8b 07  .I....M.A.I!.H..
 [4a]8b 04 c0 48 85 c0 74-42 48 8b 30 48 85 f6 74  J...H..tBH.0H..t	<==
  3a 49 8d 79 ff 48 8b 46-08 48 39 c8 75 08 48 39  :I.y.H.F.H9.u.H9
  4e 10 75 1f eb 27 41 83-fa 01 76 0f 4c 39 c8 72  N.u..'A...v.L9.r
  0d 31 d2 49 f7 f1 48 89-d0 eb 03 48 21 f8 4c 39  .1.I..H....H!.L9
  c0 75 08 48 8b 36 48 85-f6 75 ca 31 f6 48 89 f0  .u.H.6H..u.1.H..
  48 89 ec 5d c3 55 48 89-e5 41 57 41 56 53 48 83  H..].UH..AWAVSH.
  
Thread 0 last branch register state not available.


Binary Images:
       0x100000000 -        0x1003e3fff +net.washboardabs.boxer (2.0.0-alpha - 2.0.0-alpha+20191017) <EEB18E6F-AF80-3562-881A-8693ACED7E4A> /Applications/Boxer.app/Contents/MacOS/Boxer
       0x102f0c000 -        0x102f33fff +com.binarymethod.BGHUDAppKit (1.0 - 1.0) <48D34762-2AC9-350E-B22C-7A783F615019> /Applications/Boxer.app/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit
       0x102f54000 -        0x102f57fff +org.libsdl.SDL2-net (2.0.1 - 2.0.1) <55838CD1-17FF-319C-A11F-7ED2A5F0139B> /Applications/Boxer.app/Contents/Frameworks/SDL2_net.framework/Versions/A/SDL2_net
       0x102f64000 -        0x102f7bfff +net.sourceforge.munt.MT32Emu (2.3.0 - 2.3.0) <EF8438CB-D2D1-3A78-8E2C-29ADE6982715> /Applications/Boxer.app/Contents/Frameworks/MT32Emu.framework/Versions/A/MT32Emu
       0x102f9c000 -        0x102fe3fff +org.sparkle-project.Sparkle (2.0.0 984-g438f4a21 - 2.0.0) <44B4873E-F46D-3F55-964A-0D352F20412F> /Applications/Boxer.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x103068000 -        0x1031affff +org.libsdl.SDL2 (2.0.13 - 2.0.13) <4BA56C6B-67CE-3247-970E-C764E27B7D85> /Applications/Boxer.app/Contents/Frameworks/SDL2.framework/Versions/A/SDL2
       0x1031e0000 -        0x1031effff +org.dribin.dave.DDHidLib (1.1.1 - 1010.9.0) <88B48043-0FC6-3631-A236-E926AAE2BACA> /Applications/Boxer.app/Contents/Frameworks/DDHidLib.framework/Versions/A/DDHidLib
       0x103208000 -        0x10374ffff +org.openemu.OpenEmuShaders (1.13 - 1) <9EA97172-1905-3185-94F1-A4101EB9FEC6> /Applications/Boxer.app/Contents/Frameworks/OpenEmuShaders.framework/Versions/A/OpenEmuShaders
       0x104054000 -        0x104057fff +org.libsdl.hidapi (1.0 - 1.0) <70C8331E-F964-3B21-8CAD-1BC3E8161E77> /Applications/Boxer.app/Contents/Frameworks/SDL2.framework/Versions/A/Frameworks/hidapi.framework/Versions/A/hidapi
       0x1043e5000 -        0x1043f4fff  libobjc-trampolines.dylib (818.2) <12B587A2-8631-3B7A-B862-5091C411AC2C> /usr/lib/libobjc-trampolines.dylib
       0x107f81000 -        0x10801cfff  dyld (832.7.1) <DEA51514-B4E8-3368-979B-89D0F8397ABC> /usr/lib/dyld
       0x10e3b9000 -        0x10e3bcfff  com.apple.CloudDocsFileProvider (1.0 - 726) <89C091B1-BB9C-3919-8051-B8A86E94FC57> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
       0x10e3cd000 -        0x10e3d0fff  com.apple.FileProviderOverride (326 - 326) <30A4FABB-09A9-3847-9097-C47264FE43CC> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x10ff74000 -        0x10ff8ffff  com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (1.0 - 1350.2.10) <13CEAF66-0099-3F21-B489-6DA4F088AB43> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x13a089000 -        0x13a090fff  com.apple.audio.AppleGFXHDAHALPlugIn (100.1.431 - 100.1.431) <1D81516F-8D70-3D37-8BAE-00541CB3FA99> /System/Library/Extensions/AppleGFXHDA.kext/Contents/PlugIns/AppleGFXHDAHALPlugIn.bundle/Contents/MacOS/AppleGFXHDAHALPlugIn
       0x13ea81000 -        0x13ee00fff  com.apple.AMDRadeonX6000MTLDriver (4.2.13 - 4.0.2) <1448CDC1-D6D3-3312-A291-7E17D1610D5D> /System/Library/Extensions/AMDRadeonX6000MTLDriver.bundle/Contents/MacOS/AMDRadeonX6000MTLDriver
       0x16ac00000 -        0x16ad63fff  com.apple.audio.units.Components (1.14 - 1.14) <79BEEEC4-3C3B-3C49-AF25-792C6CE5BF68> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x7fff2007b000 -     0x7fff2007cfff  libsystem_blocks.dylib (78) <9CF131C6-16FB-3DD0-B046-9E0B6AB99935> /usr/lib/system/libsystem_blocks.dylib
    0x7fff2007d000 -     0x7fff200b2fff  libxpc.dylib (2038.40.38) <003A027D-9CE3-3794-A319-88495844662D> /usr/lib/system/libxpc.dylib
    0x7fff200b3000 -     0x7fff200cafff  libsystem_trace.dylib (1277.50.1) <48C14376-626E-3C81-B0F5-7416E64580C7> /usr/lib/system/libsystem_trace.dylib
    0x7fff200cb000 -     0x7fff20169fff  libcorecrypto.dylib (1000.60.19) <92F0211E-506E-3760-A3C2-808BF3905C07> /usr/lib/system/libcorecrypto.dylib
    0x7fff2016a000 -     0x7fff20196fff  libsystem_malloc.dylib (317.40.8) <2EF43B96-90FB-3C50-B73E-035238504E33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff20197000 -     0x7fff201dbfff  libdispatch.dylib (1271.40.12) <CEF1460B-1362-381A-AE69-6BCE2D8C215B> /usr/lib/system/libdispatch.dylib
    0x7fff201dc000 -     0x7fff20214fff  libobjc.A.dylib (818.2) <45EA2DE2-B612-3486-B156-2359CE279159> /usr/lib/libobjc.A.dylib
    0x7fff20215000 -     0x7fff20217fff  libsystem_featureflags.dylib (28.60.1) <7B4EBDDB-244E-3F78-8895-566FE22288F3> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff20218000 -     0x7fff202a0fff  libsystem_c.dylib (1439.40.11) <06D9F593-C815-385D-957F-2B5BCC223A8A> /usr/lib/system/libsystem_c.dylib
    0x7fff202a1000 -     0x7fff202f6fff  libc++.1.dylib (904.4) <AE3A940A-7A9C-3F99-B175-3511528D8DFE> /usr/lib/libc++.1.dylib
    0x7fff202f7000 -     0x7fff2030ffff  libc++abi.dylib (904.4) <DDFCBF9C-432D-3B8A-8641-578D2EDDCAD8> /usr/lib/libc++abi.dylib
    0x7fff20310000 -     0x7fff2033efff  libsystem_kernel.dylib (7195.60.75) <4BD61365-29AF-3234-8002-D989D295FDBB> /usr/lib/system/libsystem_kernel.dylib
    0x7fff2033f000 -     0x7fff2034afff  libsystem_pthread.dylib (454.60.1) <8DD3A0BC-2C92-31E3-BBAB-CE923A4342E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff2034b000 -     0x7fff20385fff  libdyld.dylib (832.7.1) <2F8A14F5-7CB8-3EDD-85EA-7FA960BBC04E> /usr/lib/system/libdyld.dylib
    0x7fff20386000 -     0x7fff2038ffff  libsystem_platform.dylib (254.60.1) <3F7F6461-7B5C-3197-ACD7-C8A0CFCC6F55> /usr/lib/system/libsystem_platform.dylib
    0x7fff20390000 -     0x7fff203bbfff  libsystem_info.dylib (542.40.3) <0979757C-5F0D-3F5A-9E0E-EBF234B310AF> /usr/lib/system/libsystem_info.dylib
    0x7fff203bc000 -     0x7fff20857fff  com.apple.CoreFoundation (6.9 - 1770.300) <EAC298C4-CE3E-3551-A832-42ED9A13EF74> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff20858000 -     0x7fff20a87fff  com.apple.LaunchServices (1122.11 - 1122.11) <CAEEC254-68AE-39B5-8452-EC3E1EE8577B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20a88000 -     0x7fff20b5bfff  com.apple.gpusw.MetalTools (1.0 - 1) <C235D5FA-0B9D-3E72-A8CE-67174E1B9E7C> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20b5c000 -     0x7fff20dbffff  libBLAS.dylib (1336.40.1) <AD2D155C-1294-3D10-817A-F6A581E6ACF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff20dc0000 -     0x7fff20e0dfff  com.apple.Lexicon-framework (1.0 - 86.1) <D54364A6-1C4C-33D7-8B24-C753777B3654> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff20e0e000 -     0x7fff20e7cfff  libSparse.dylib (106) <60559226-6E4B-3601-B6CA-E3B85B5EB27B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff20e7d000 -     0x7fff20efafff  com.apple.SystemConfiguration (1.20 - 1.20) <8524EE4C-628F-315A-9531-44DD83CE275E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff20efb000 -     0x7fff20f30fff  libCRFSuite.dylib (50) <6CA29EAA-0585-3682-9AD2-DFD3D87A74D4> /usr/lib/libCRFSuite.dylib
    0x7fff20f31000 -     0x7fff21168fff  libmecabra.dylib (929.1.1) <39F5AD50-3AF2-3CFB-BD21-2DC45AA92A91> /usr/lib/libmecabra.dylib
    0x7fff21169000 -     0x7fff214ccfff  com.apple.Foundation (6.9 - 1770.300) <44A7115B-7FF0-3300-B61B-0FA71B63C715> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff214cd000 -     0x7fff215b9fff  com.apple.LanguageModeling (1.0 - 247.1) <BCB1F8A7-54B9-36D1-B742-70DF7657BF0B> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff215ba000 -     0x7fff216f0fff  com.apple.CoreDisplay (231.3 - 231.3) <229BF97A-1D56-3CB4-8338-E0D464F73A33> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff216f1000 -     0x7fff21966fff  com.apple.audio.AudioToolboxCore (1.0 - 1180.23) <56821802-07B9-3FA9-AF73-D943BAE0DE57> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff21967000 -     0x7fff21b4ffff  com.apple.CoreText (677.2.0.5 - 677.2.0.5) <B0B2A8DD-A6F1-3EF7-9351-1BA604353A11> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff21b50000 -     0x7fff221f3fff  com.apple.audio.CoreAudio (5.0 - 5.0) <DF623EC9-FC55-3B3C-94FF-6A5C50A981B3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff221f4000 -     0x7fff22545fff  com.apple.security (7.0 - 59754.60.13) <A20AB68D-51DA-340B-B813-F2AFC81F7143> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff22546000 -     0x7fff227a7fff  libicucore.A.dylib (66109) <6C0A0196-2778-3035-81CE-7CA48D6C0628> /usr/lib/libicucore.A.dylib
    0x7fff227a8000 -     0x7fff227b1fff  libsystem_darwin.dylib (1439.40.11) <BD269412-C9D0-32EE-B42B-B09A187A9B95> /usr/lib/system/libsystem_darwin.dylib
    0x7fff227b2000 -     0x7fff22a99fff  com.apple.CoreServices.CarbonCore (1307 - 1307) <9C615967-6D8E-307F-B028-6278A4FA7C8C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22a9a000 -     0x7fff22ad8fff  com.apple.CoreServicesInternal (476 - 476) <FD1692F7-A4B4-3FE5-B9C8-E0840D53C7D0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff22ad9000 -     0x7fff22b13fff  com.apple.CSStore (1122.11 - 1122.11) <088D0108-AA14-3610-86A0-89D0C605384F> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22b14000 -     0x7fff22bc1fff  com.apple.framework.IOKit (2.0.2 - 1845.60.2) <F2299682-5884-363F-9069-AA804E712C74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22bc2000 -     0x7fff22bcdfff  libsystem_notify.dylib (279.40.4) <98D74EEF-60D9-3665-B877-7BE1558BA83E> /usr/lib/system/libsystem_notify.dylib
    0x7fff22bce000 -     0x7fff22c19fff  libsandbox.1.dylib (1441.60.4) <243C983D-0AEF-3A09-9489-CF1FC75925CC> /usr/lib/libsandbox.1.dylib
    0x7fff22c1a000 -     0x7fff2397cfff  com.apple.AppKit (6.9 - 2022.20.119) <4CB42914-672D-3AF0-A0A5-2209088A3DA0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2397d000 -     0x7fff23bd0fff  com.apple.UIFoundation (1.0 - 726.11) <71C63CE5-094D-34AF-B538-8DCAB3B66DE9> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff23bd1000 -     0x7fff23be3fff  com.apple.UniformTypeIdentifiers (633.0.2 - 633.0.2) <7BEC7DDC-2B7A-3B5D-B994-5FA352FC485A> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    0x7fff23be4000 -     0x7fff23d6efff  com.apple.desktopservices (1.17 - 1346.2.1) <732C8A0C-E7F8-372D-AE5B-84497067135E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff23d6f000 -     0x7fff23d81fff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <C49ACE74-8DBC-300C-8A31-FD95FE8BC03A> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
    0x7fff23d82000 -     0x7fff23f7ffff  com.apple.CoreDuet (1.0 - 1) <A8010564-458F-310D-A165-0CA0C734CBBF> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff2403b000 -     0x7fff2467efff  libnetwork.dylib (2288.60.5) <180FE916-8DD6-3385-B231-0C423B7D2BD3> /usr/lib/libnetwork.dylib
    0x7fff2467f000 -     0x7fff24b1cfff  com.apple.CFNetwork (1209.1 - 1209.1) <60DE4CD6-B5AF-3E0E-8AF1-39ECFC1B8C98> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24b1d000 -     0x7fff24b2bfff  libsystem_networkextension.dylib (1295.60.5) <F476B1CB-3561-30C5-A78E-44E99B1720A3> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24b2c000 -     0x7fff24b2cfff  libenergytrace.dylib (22) <9BE5E51A-F531-3D59-BBBC-486FFF97BD30> /usr/lib/libenergytrace.dylib
    0x7fff24b2d000 -     0x7fff24b88fff  libMobileGestalt.dylib (978.60.2) <F721B185-0E6A-396B-A50F-0F55810D9A67> /usr/lib/libMobileGestalt.dylib
    0x7fff24b89000 -     0x7fff24b9ffff  libsystem_asl.dylib (385) <940C5BB9-4928-3A63-97F2-132797C8B7E5> /usr/lib/system/libsystem_asl.dylib
    0x7fff24ba0000 -     0x7fff24bb7fff  com.apple.TCC (1.0 - 1) <457D5F24-A346-38FC-8FA1-43B0C835E035> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff24bb8000 -     0x7fff24f1dfff  com.apple.SkyLight (1.600.0 - 569.6) <35876384-45F9-3C62-995B-38EC31BE75D7> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff24f1e000 -     0x7fff255b1fff  com.apple.CoreGraphics (2.0 - 1463.2.2) <323F725F-CB03-3AAD-AFBC-37B430B3FD4E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff255b2000 -     0x7fff256a8fff  com.apple.ColorSync (4.13.0 - 3472) <7387EBC7-CBD9-34FE-B4A3-345E4750FD81> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff256a9000 -     0x7fff25704fff  com.apple.HIServices (1.22 - 713) <9AF2CDD9-8B68-3606-8C9E-1842420ACDA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff25705000 -     0x7fff25741fff  libAWDSupport.dylib (949) <9BD1DC56-F379-3A34-83C1-86C76CCC331C> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
    0x7fff25742000 -     0x7fff2579ffff  libprotobuf.dylib (3919) <0619A20B-1DB6-3946-AD7D-F50E762AF7BB> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff257a0000 -     0x7fff257b1fff  libprotobuf-lite.dylib (3919) <9F51BAF9-823B-3989-9597-C1B40112A153> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff257b2000 -     0x7fff257f6fff  com.apple.awd (1.0 - 949) <B4019125-7ABC-3BCE-9E57-685F0C22501A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff257f7000 -     0x7fff259bbfff  com.apple.Montreal (1.0 - 142) <63CE0363-8DDC-3D97-A063-7840B02F3F58> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff25ab0000 -     0x7fff25ecefff  com.apple.CoreData (120 - 1044.3) <76179A55-CA89-3967-A0A7-C419DB735983> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff25ecf000 -     0x7fff25ee5fff  com.apple.ProtocolBuffer (1 - 285.20.8.8.1) <8EE538E7-2BB1-3E29-8FC3-938335998B22> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff25ee6000 -     0x7fff260a5fff  libsqlite3.dylib (321.1) <D7017429-8D46-3ECB-8B70-4625C74918F3> /usr/lib/libsqlite3.dylib
    0x7fff260a6000 -     0x7fff26122fff  com.apple.Accounts (113 - 113) <99421243-019F-3A2F-A671-092026FA2F74> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff26123000 -     0x7fff2613bfff  com.apple.commonutilities (8.0 - 900) <76711775-FF46-38CA-88F3-B4201C285C7F> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff2613c000 -     0x7fff261bdfff  com.apple.BaseBoard (526 - 526) <38C24B3A-8226-3FD5-8C28-B11D02747B56> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff261be000 -     0x7fff26209fff  com.apple.RunningBoardServices (1.0 - 505.60.2) <F99A0D0C-D063-3E3F-8D1F-0E0B35E7CE2C> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff2620a000 -     0x7fff2627ffff  com.apple.AE (918.0.1 - 918.0.1) <3A298716-A130-345E-B8FF-74194849015E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff26280000 -     0x7fff26286fff  libdns_services.dylib (1310.60.4) <61EB26AD-C09E-3140-955E-16BF7DD2D6E3> /usr/lib/libdns_services.dylib
    0x7fff26287000 -     0x7fff2628efff  libsystem_symptoms.dylib (1431.60.1) <88F35AAC-746F-3176-81DF-49CE3D285636> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff2628f000 -     0x7fff26413fff  com.apple.Network (1.0 - 1) <EED4099E-B17C-3E0B-AA8F-78A2D4F26CBF> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff26414000 -     0x7fff26438fff  com.apple.analyticsd (1.0 - 1) <99FE0234-454F-36FF-9DE9-36B94D8753F9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff26439000 -     0x7fff2643bfff  libDiagnosticMessagesClient.dylib (112) <1014A32B-89EE-3ADD-971F-9CB973172F69> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff2643c000 -     0x7fff26488fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.7.2) <37A1E760-2006-366C-9FAC-FB70227393FB> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff26489000 -     0x7fff26523fff  com.apple.Metadata (10.7.0 - 2150.7.2) <509C6597-ABB2-3B81-8E09-C51A755CCDA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff26524000 -     0x7fff2652afff  com.apple.DiskArbitration (2.7 - 2.7) <83DED679-BE65-3475-8AFF-D664BBAFA60A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff2652b000 -     0x7fff26bd1fff  com.apple.vImage (8.1 - 544) <305D97CC-B47C-32FD-9EC5-43259A469A14> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff26bd2000 -     0x7fff26e9ffff  com.apple.QuartzCore (1.11 - 925.5) <D59138DC-10CD-3DF8-9F04-CCDB6102C370> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff26ea0000 -     0x7fff26ee1fff  libFontRegistry.dylib (309) <790676A3-2B74-3239-A60D-429069933542> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff26ee2000 -     0x7fff27023fff  com.apple.coreui (2.1 - 689.4) <0DA8F4E0-9473-374E-8B48-F0A40AEC63CE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff27024000 -     0x7fff2710ffff  com.apple.ViewBridge (551.3 - 551.3) <36D0DCA7-CAAE-33C1-90F6-98876CB8BCF3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff27110000 -     0x7fff2711bfff  com.apple.PerformanceAnalysis (1.275 - 275) <2F811EE6-D4D4-347E-B4A0-961F0DF050E5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff2711c000 -     0x7fff2712bfff  com.apple.OpenDirectory (11.1 - 230.40.1) <7710743E-6F55-342E-88FA-18796CF83700> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff2712c000 -     0x7fff2714bfff  com.apple.CFOpenDirectory (11.1 - 230.40.1) <32ECCB06-56D8-3704-935B-7D5363B2988E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff2714c000 -     0x7fff27154fff  com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <FB18B8D7-C7F5-3CAB-B538-3F4B4E85D1F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff27155000 -     0x7fff27179fff  com.apple.coreservices.SharedFileList (144 - 144) <93D2192D-7A27-3FD4-B3AB-A4DCBF8419B7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2717a000 -     0x7fff2717cfff  libapp_launch_measurement.dylib (14.1) <9E2700C3-E993-3695-988E-FEF798B75E34> /usr/lib/libapp_launch_measurement.dylib
    0x7fff2717d000 -     0x7fff271c5fff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <998BC461-F4F5-396E-9798-1C8126AD61DA> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff271c6000 -     0x7fff272a8fff  libxml2.2.dylib (34.8) <68396181-8100-390C-8886-EFB79F5B484C> /usr/lib/libxml2.2.dylib
    0x7fff272a9000 -     0x7fff272f5fff  com.apple.CoreVideo (1.8 - 408.4) <0D5AD16E-A871-3ACB-B910-39B87928E937> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff272f6000 -     0x7fff272f8fff  com.apple.loginsupport (1.0 - 1) <4F860927-F6F5-3A99-A103-744CF365634F> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff272f9000 -     0x7fff27321fff  com.apple.aps.framework (4.0 - 4.0) <F8FAEB30-AFCF-36A1-9E72-25681E6C5BF7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff27322000 -     0x7fff2733ffff  com.apple.UserManagement (1.0 - 1) <B5CEAA26-4C5F-3AF4-BDFE-35DE7C8DE1BE> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff27340000 -     0x7fff274dffff  com.apple.cloudkit.CloudKit (962 - 962) <2D82071D-495C-3E80-BF3C-CB181FECB500> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff274e0000 -     0x7fff27562fff  com.apple.CloudDocs (1.0 - 726) <C6CB66A3-64B6-31C5-BA53-8F564D4D5719> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff27563000 -     0x7fff27908fff  com.apple.CoreML (1.0 - 1) <5D76FA8E-9335-3ED8-B301-E0313128307E> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff27909000 -     0x7fff2825bfff  libwebrtc.dylib (7610.3.7.1.9) <1AB15343-BFB2-362F-940F-56DF1BC97847> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff2825c000 -     0x7fff282d8fff  com.apple.corelocation (2420.12.12 - 2420.12.12) <F4C3D15D-BEFE-37A9-A55F-2BFB16842FBE> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff282d9000 -     0x7fff282e9fff  libsystem_containermanager.dylib (318.60.1) <4ED09A19-04CC-3464-9EFB-F674932020B5> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff282ea000 -     0x7fff282fbfff  com.apple.IOSurface (289.3 - 289.3) <A3B10665-5909-30EE-BE34-F3284D6D5975> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff282fc000 -     0x7fff28304fff  com.apple.IOAccelerator (439.52 - 439.52) <3944C92D-7838-3D2F-A453-9DB15C815D7B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff28305000 -     0x7fff2842afff  com.apple.Metal (244.32.7 - 244.32.7) <413B81AE-653F-3CF7-B5A4-A4391436E6D1> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff2842b000 -     0x7fff28447fff  com.apple.audio.caulk (1.0 - 70) <952BA9D4-BAD3-3319-8C17-F7BB2655F80C> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff28448000 -     0x7fff28531fff  com.apple.CoreMedia (1.0 - 2760.6.4.6) <CBCD783B-B3C9-37B8-835C-A3BACEC35BB5> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff28532000 -     0x7fff2868efff  libFontParser.dylib (305.2.0.6) <76C6C92A-1B16-3FB7-9EA2-7227D379C20F> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff2868f000 -     0x7fff2898efff  com.apple.HIToolbox (2.1.1 - 1060.4) <93518490-429F-3E31-8344-15D479C2F4CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2898f000 -     0x7fff289a2fff  com.apple.framework.DFRFoundation (1.0 - 265) <FB85651D-6221-38AF-BD6D-29BFF5830D36> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff289a3000 -     0x7fff289a6fff  com.apple.dt.XCTTargetBootstrap (1.0 - 17500) <13ADD312-F6F5-3C03-BD3B-9331B3851285> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff289a7000 -     0x7fff289d0fff  com.apple.CoreSVG (1.0 - 149) <A0DAE6AE-9DDA-37B4-A087-545A242CF982> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff289d1000 -     0x7fff28c0afff  com.apple.ImageIO (3.3.0 - 2130.2.7) <0FE3D51B-EC76-3558-BD56-7BFF61A6793D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff28c0b000 -     0x7fff28f88fff  com.apple.CoreImage (16.1.0 - 1120.10) <46F1E4F5-DF8F-32D4-8D0C-6FCF2C27A5CD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff28f89000 -     0x7fff28fe4fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <E2377275-53D7-31A0-AEAF-0A0273B99B92> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff28fe5000 -     0x7fff28fe8fff  libsystem_configuration.dylib (1109.60.2) <C57B346B-0A03-3F87-BCAC-87B702FA0719> /usr/lib/system/libsystem_configuration.dylib
    0x7fff28fe9000 -     0x7fff28fedfff  libsystem_sandbox.dylib (1441.60.4) <8CE27199-D633-31D2-AB08-56380A1DA9FB> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff28fee000 -     0x7fff28feffff  com.apple.AggregateDictionary (1.0 - 1) <7F2AFEBB-FF06-3194-B691-B411F3456962> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff28ff0000 -     0x7fff28ff3fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <250CD2CA-E796-3CB0-9ADD-054998903B1D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff28ff4000 -     0x7fff28ff5fff  liblangid.dylib (136) <224DC045-2B60-39AF-B89E-E524175667F5> /usr/lib/liblangid.dylib
    0x7fff28ff6000 -     0x7fff29096fff  com.apple.CoreNLP (1.0 - 245) <F876FD71-F077-3CF7-B94D-9E05A17E03D7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff29097000 -     0x7fff2909dfff  com.apple.LinguisticData (1.0 - 399) <D1B7F1D5-EB9E-3555-BA57-3611FA153C44> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff2909e000 -     0x7fff2975afff  libBNNS.dylib (288.60.2) <E3FF47D5-7DD9-3A9E-A819-C79B0CC17C03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2975b000 -     0x7fff2992efff  libvDSP.dylib (760.40.6) <9434101D-E001-357F-9503-9896C6011F52> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2992f000 -     0x7fff29941fff  com.apple.CoreEmoji (1.0 - 128) <7CCFC59A-8746-3E52-AF1D-1B67798E940C> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff29942000 -     0x7fff2994cfff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <9A6F913C-EC79-3FC1-A92C-3A1BA96D8DFB> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff2994d000 -     0x7fff29a1ffff  com.apple.framework.CoreWLAN (16.0 - 1657) <AB3F880B-52C5-3006-82FE-9E6857C09DE7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff29a20000 -     0x7fff29c1ffff  com.apple.CoreUtils (6.5 - 650.5) <198A4273-5B92-3A05-A99D-7FD4914A959A> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff29c20000 -     0x7fff29c42fff  com.apple.MobileKeyBag (2.0 - 1.0) <2B6BF51A-68B0-3108-9597-8B618E6B457B> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff29c43000 -     0x7fff29c53fff  com.apple.AssertionServices (1.0 - 505.60.2) <9F8620BD-A58D-3A42-9B9E-DEC21517EF1A> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff29c54000 -     0x7fff29ce0fff  com.apple.securityfoundation (6.0 - 55240.40.4) <5F06D141-62F4-3405-BA72-24673B170A16> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29ce1000 -     0x7fff29ceafff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <C5E4B35C-FFDA-3423-890F-06DAD1F684F5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29ceb000 -     0x7fff29ceffff  com.apple.xpc.ServiceManagement (1.0 - 1) <2C03BEB7-915C-3A3A-A44F-A77775E1BFD5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29cf0000 -     0x7fff29cf2fff  libquarantine.dylib (119.40.2) <19D42B9D-3336-3543-AF75-6E605EA31599> /usr/lib/system/libquarantine.dylib
    0x7fff29cf3000 -     0x7fff29cfefff  libCheckFix.dylib (31) <3381FC93-F188-348C-9345-5567A7116CEF> /usr/lib/libCheckFix.dylib
    0x7fff29cff000 -     0x7fff29d16fff  libcoretls.dylib (169) <9C244029-6B45-3583-B27F-BB7BBF84D814> /usr/lib/libcoretls.dylib
    0x7fff29d17000 -     0x7fff29d27fff  libbsm.0.dylib (68.40.1) <DC652D50-FA69-3801-9361-004D4D6832D0> /usr/lib/libbsm.0.dylib
    0x7fff29d28000 -     0x7fff29d71fff  libmecab.dylib (929.1.1) <B5D8C96C-D3B8-32F8-84F9-A432CEAD4E5C> /usr/lib/libmecab.dylib
    0x7fff29d72000 -     0x7fff29d77fff  libgermantok.dylib (24) <F9772A76-7AFA-3E0B-A02C-A61FC6CA8D8B> /usr/lib/libgermantok.dylib
    0x7fff29d78000 -     0x7fff29d8dfff  libLinearAlgebra.dylib (1336.40.1) <D2826FAB-174C-3CD6-A765-06D83A9A0EDB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29d8e000 -     0x7fff29fb5fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <231CF580-952A-32BC-A423-9B9756AC9744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff29fb6000 -     0x7fff2a005fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <65A993E4-3DC2-3152-98D5-A1DF3DB4573F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a006000 -     0x7fff2a14cfff  com.apple.MLCompute (1.0 - 1) <BCEA1149-197E-398F-9424-E29B0AD0829F> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a14d000 -     0x7fff2a183fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <F719DA57-EAAA-3527-B859-21025722932F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a184000 -     0x7fff2a1c1fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <FCCC0D3F-74D2-3107-82B3-E2B500E36AAE> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a1c2000 -     0x7fff2a252fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <21527A17-2D6F-3BDF-9A74-F90FA6E26BB3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a253000 -     0x7fff2a262fff  com.apple.AppleFSCompression (125 - 1.0) <D1E7DC71-1929-30A8-B73E-268387110608> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a263000 -     0x7fff2a270fff  libbz2.1.0.dylib (44) <0575C0D0-B107-3E53-857F-DEC55998197B> /usr/lib/libbz2.1.0.dylib
    0x7fff2a271000 -     0x7fff2a275fff  libsystem_coreservices.dylib (127) <A2D875B9-8BA8-33AD-BE92-ADAB915A8D5B> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a276000 -     0x7fff2a2a3fff  com.apple.CoreServices.OSServices (1122.11 - 1122.11) <870F34BE-C0ED-318B-858D-5F1E4757D552> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a2a4000 -     0x7fff2a3d5fff  com.apple.AuthKit (1.0 - 1) <8239C235-54DE-39F3-98DC-920AF2BE6187> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff2a479000 -     0x7fff2a48bfff  libz.1.dylib (76) <9F89FD60-03F7-3175-AB34-5112B99E2B8A> /usr/lib/libz.1.dylib
    0x7fff2a48c000 -     0x7fff2a4d3fff  libsystem_m.dylib (3186.40.2) <79820D9E-0FF1-3F20-AF4F-F87EE20CE8C9> /usr/lib/system/libsystem_m.dylib
    0x7fff2a4d4000 -     0x7fff2a4d4fff  libcharset.1.dylib (59) <414F6A1C-1EBC-3956-AC2D-CCB0458F31AF> /usr/lib/libcharset.1.dylib
    0x7fff2a4d5000 -     0x7fff2a4dafff  libmacho.dylib (973.4) <28AE1649-22ED-3C4D-A232-29D37F821C39> /usr/lib/system/libmacho.dylib
    0x7fff2a4db000 -     0x7fff2a4f6fff  libkxld.dylib (7195.60.75) <3600A314-332A-343D-B45D-D9D8B302545D> /usr/lib/system/libkxld.dylib
    0x7fff2a4f7000 -     0x7fff2a502fff  libcommonCrypto.dylib (60178.40.2) <1D0A75A5-DEC5-39C6-AB3D-E789B8866712> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a503000 -     0x7fff2a50dfff  libunwind.dylib (200.10) <C5792A9C-DF0F-3821-BC14-238A78462E8A> /usr/lib/system/libunwind.dylib
    0x7fff2a50e000 -     0x7fff2a515fff  liboah.dylib (203.13.2) <FF72E19B-3B02-34D4-A821-3397BB28AC02> /usr/lib/liboah.dylib
    0x7fff2a516000 -     0x7fff2a520fff  libcopyfile.dylib (173.40.2) <89483CD4-DA46-3AF2-AE78-FC37CED05ACC> /usr/lib/system/libcopyfile.dylib
    0x7fff2a521000 -     0x7fff2a528fff  libcompiler_rt.dylib (102.2) <0DB26EC8-B4CD-3268-B865-C2FC07E4D2AA> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a529000 -     0x7fff2a52bfff  libsystem_collections.dylib (1439.40.11) <D40D8097-0ABF-3645-B065-168F43ACFF4C> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a52c000 -     0x7fff2a52efff  libsystem_secinit.dylib (87.60.1) <99B5FD99-1A8B-37C1-BD70-04990FA33B1C> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a52f000 -     0x7fff2a531fff  libremovefile.dylib (49.40.3) <750012C2-7097-33C3-B796-2766E6CDE8C1> /usr/lib/system/libremovefile.dylib
    0x7fff2a532000 -     0x7fff2a532fff  libkeymgr.dylib (31) <2C7B58B0-BE54-3A50-B399-AA49C19083A9> /usr/lib/system/libkeymgr.dylib
    0x7fff2a533000 -     0x7fff2a53afff  libsystem_dnssd.dylib (1310.60.4) <81EFC44D-450E-3AA3-AC8F-D7EF68F464B4> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a53b000 -     0x7fff2a540fff  libcache.dylib (83) <2F7F7303-DB23-359E-85CD-8B2F93223E2A> /usr/lib/system/libcache.dylib
    0x7fff2a541000 -     0x7fff2a542fff  libSystem.B.dylib (1292.60.1) <A7FB4899-9E04-37ED-9DD8-8FFF0400879C> /usr/lib/libSystem.B.dylib
    0x7fff2a543000 -     0x7fff2a546fff  libfakelink.dylib (3) <34B6DC95-E19A-37C0-B9D0-558F692D85F5> /usr/lib/libfakelink.dylib
    0x7fff2a547000 -     0x7fff2a547fff  com.apple.SoftLinking (1.0 - 1) <90D679B3-DFFD-3604-B89F-1BCF70B3EBA4> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a548000 -     0x7fff2a57ffff  libpcap.A.dylib (98.40.1) <E1995A1C-7EEB-3340-B1E1-DD45FA625C12> /usr/lib/libpcap.A.dylib
    0x7fff2a580000 -     0x7fff2a670fff  libiconv.2.dylib (59) <3E53F735-1D7E-3ABB-BC45-AAA37F535830> /usr/lib/libiconv.2.dylib
    0x7fff2a671000 -     0x7fff2a682fff  libcmph.dylib (8) <865FA425-831D-3E49-BD1B-14188D2A98AA> /usr/lib/libcmph.dylib
    0x7fff2a683000 -     0x7fff2a6f4fff  libarchive.2.dylib (83.40.4) <76B2F421-5335-37FB-9CD5-1018878B9E74> /usr/lib/libarchive.2.dylib
    0x7fff2a6f5000 -     0x7fff2a75cfff  com.apple.SearchKit (1.4.1 - 1.4.1) <7BDD2800-BDDC-3DE0-A4A8-B1E855130E3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2a75d000 -     0x7fff2a75efff  libThaiTokenizer.dylib (3) <513547CD-5C7F-37BE-A2AD-55A22F279588> /usr/lib/libThaiTokenizer.dylib
    0x7fff2a75f000 -     0x7fff2a786fff  com.apple.applesauce (1.0 - 16.26) <AE525243-2CE7-373E-994E-C2457611EB3C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2a787000 -     0x7fff2a79efff  libapple_nghttp2.dylib (1.41) <CC004768-6E3B-3D80-9431-61149EBE2E10> /usr/lib/libapple_nghttp2.dylib
    0x7fff2a79f000 -     0x7fff2a7b1fff  libSparseBLAS.dylib (1336.40.1) <CEBD7B0F-A54D-3A43-BD7E-E8BC2C7B7F0C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2a7b2000 -     0x7fff2a7b3fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BFEB124-CF05-342F-BC65-B233EAB661D9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2a7b4000 -     0x7fff2a7b8fff  libpam.2.dylib (28.40.1) <AE84F5FA-DDB0-3028-AF25-D6B6A12DBA6A> /usr/lib/libpam.2.dylib
    0x7fff2a7b9000 -     0x7fff2a7d1fff  libcompression.dylib (96.40.6) <45B8B821-8EB6-34FE-92E9-5CBA474499E2> /usr/lib/libcompression.dylib
    0x7fff2a7d2000 -     0x7fff2a7d7fff  libQuadrature.dylib (7) <FB21F53D-4A40-327F-BD3B-C7C8D08C6A86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2a7d8000 -     0x7fff2ab74fff  libLAPACK.dylib (1336.40.1) <509FBCC6-4ECB-3192-98A6-D0C030E4E9D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ab75000 -     0x7fff2abc3fff  com.apple.DictionaryServices (1.2 - 341) <83CDCE83-6B48-35F1-BACF-83240D940777> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2abc4000 -     0x7fff2abdcfff  liblzma.5.dylib (16) <A45348BC-AA9C-39D6-A7C3-2246A3EFA34C> /usr/lib/liblzma.5.dylib
    0x7fff2abdd000 -     0x7fff2abdefff  libcoretls_cfhelpers.dylib (169) <C0F19E92-DACB-3100-8610-62DEC5E5FB81> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2abdf000 -     0x7fff2acd8fff  com.apple.APFS (1677.60.23 - 1677.60.23) <8271EE40-CDF5-3E0B-9F42-B49DC7C46C98> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2acd9000 -     0x7fff2ace6fff  libxar.1.dylib (452) <3F3DA942-DC7B-31EF-BCF1-38F99F59A660> /usr/lib/libxar.1.dylib
    0x7fff2ace7000 -     0x7fff2aceafff  libutil.dylib (58.40.2) <85CF2B3B-6BEB-381D-8683-1DE2B0167ECC> /usr/lib/libutil.dylib
    0x7fff2aceb000 -     0x7fff2ad13fff  libxslt.1.dylib (17.2) <2C881E82-6E2C-3E92-8DC5-3C2D05FE7C95> /usr/lib/libxslt.1.dylib
    0x7fff2ad14000 -     0x7fff2ad1efff  libChineseTokenizer.dylib (37) <36891BB5-4A83-33A3-9995-CC5DB2AB53CE> /usr/lib/libChineseTokenizer.dylib
    0x7fff2ad1f000 -     0x7fff2adddfff  libvMisc.dylib (760.40.6) <219319E1-BDBD-34D1-97B7-E46256785D3C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2adde000 -     0x7fff2ae76fff  libate.dylib (3.0.4) <51D50D08-F614-3929-AFB1-BF4ED9BE4751> /usr/lib/libate.dylib
    0x7fff2ae77000 -     0x7fff2ae7efff  libIOReport.dylib (64) <3C26FBDC-931E-3318-8225-C10849CF1D60> /usr/lib/libIOReport.dylib
    0x7fff2ae7f000 -     0x7fff2aeadfff  com.apple.CrashReporterSupport (10.13 - 15047) <5377E0C9-5D89-38C0-B129-1A086716F3E9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff2aec5000 -     0x7fff2af45fff  com.apple.CVNLP (1.0 - 119) <61007388-7D6A-3B8A-B418-8F7FC07D874F> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
    0x7fff2af46000 -     0x7fff2af63fff  com.apple.SharedWebCredentials (928.0.1 - 928.0.1) <9EC5F138-4E55-30D2-AB12-FE22E543D92B> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
    0x7fff2af64000 -     0x7fff2af99fff  com.apple.pluginkit.framework (1.0 - 1) <68A4C478-DE41-3693-BD64-5A8D0F4F316E> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff2af9a000 -     0x7fff2afa1fff  libMatch.1.dylib (38) <DC1E67E0-2690-3EE0-840D-461DA2980D9D> /usr/lib/libMatch.1.dylib
    0x7fff2afa2000 -     0x7fff2b02dfff  libCoreStorage.dylib (554) <8EEB1047-EFC1-3C1B-8E33-A446EB043AD5> /usr/lib/libCoreStorage.dylib
    0x7fff2b02e000 -     0x7fff2b081fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <8A5B1C42-DD83-303B-85DE-754FB6C10E1A> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff2b082000 -     0x7fff2b09bfff  libexpat.1.dylib (26) <4408FC72-BDAA-33AE-BE14-4008642794ED> /usr/lib/libexpat.1.dylib
    0x7fff2b09c000 -     0x7fff2b0a5fff  libheimdal-asn1.dylib (597.40.10) <032931C8-B042-3B3D-93D3-5B3E27431FEA> /usr/lib/libheimdal-asn1.dylib
    0x7fff2b0a6000 -     0x7fff2b0bafff  com.apple.IconFoundation (479.3 - 479.3) <650C91C9-D6A1-3FF7-964B-DE1065F2243C> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
    0x7fff2b0bb000 -     0x7fff2b128fff  com.apple.IconServices (479.3 - 479.3) <63CAB1AB-C485-382A-9088-F6E3937BB8E9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff2b129000 -     0x7fff2b1c6fff  com.apple.MediaExperience (1.0 - 1) <A7A754CE-61AB-39B8-AA31-3AEB14695F55> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff2b1c7000 -     0x7fff2b1f0fff  com.apple.persistentconnection (1.0 - 1.0) <C3F975D3-A87C-353C-BA1F-072825E60E8C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff2b1f1000 -     0x7fff2b1fffff  com.apple.GraphVisualizer (1.0 - 100.1) <7035CCDF-5B9D-365C-A1FA-1D961EBEE44D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff2b200000 -     0x7fff2b61bfff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <E0518821-B65D-31A4-8C37-DF3569CF8867> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff2b61c000 -     0x7fff2b666fff  com.apple.OTSVG (1.0 - 677.2.0.5) <D2722431-6C71-3144-A024-6ED06334AEE0> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff2b667000 -     0x7fff2b66dfff  com.apple.xpc.AppServerSupport (1.0 - 2038.40.38) <27B96AA0-421E-3E5A-B9D8-9BA3F0D133E9> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
    0x7fff2b66e000 -     0x7fff2b67ffff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <CAD78803-0F56-316E-A7F1-D2BF26CA2DD6> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff2b680000 -     0x7fff2b682fff  libspindump.dylib (295) <C6F804A3-5682-3766-A324-76667364873D> /usr/lib/libspindump.dylib
    0x7fff2b683000 -     0x7fff2b743fff  com.apple.Heimdal (4.0 - 2.0) <8BB18335-5DD3-3154-85C8-0145C64556A2> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff2b744000 -     0x7fff2b75efff  com.apple.login (3.0 - 3.0) <343A182A-F6C9-366E-BF0C-2124E5367F19> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff2b75f000 -     0x7fff2b831fff  com.apple.corebrightness (1.0 - 1) <3B80FA12-C9F6-3171-86AC-1054F435F7E3> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff2b832000 -     0x7fff2b8ddfff  com.apple.backup.framework (1.14 - 1350.2.10) <410FFE1C-C1FB-34EC-BDF5-D5780CBD4381> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff2b8de000 -     0x7fff2b8e1fff  libodfde.dylib (26) <E653BDF5-2C86-3FFB-928A-2D86B3D661E5> /usr/lib/libodfde.dylib
    0x7fff2b8e2000 -     0x7fff2b94cfff  com.apple.bom (14.0 - 233) <A62EEEE5-3027-3F25-BCD9-32D36922106E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff2b94d000 -     0x7fff2b997fff  com.apple.AppleJPEG (1.0 - 1) <A2E9E2A4-AEDC-3481-BDC9-05D9AD84FC25> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff2b998000 -     0x7fff2ba76fff  libJP2.dylib (2130.2.7) <9D837C01-3D6C-3D71-8E92-3673CE06A21F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2ba77000 -     0x7fff2ba7afff  com.apple.WatchdogClient.framework (1.0 - 98.60.1) <8374BBBB-65CB-3D46-9AD6-0DD1FB99AD88> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff2ba7b000 -     0x7fff2baaefff  com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <E9A95272-5E84-3B64-8263-8C7F84456269> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff2baaf000 -     0x7fff2bc01fff  com.apple.VideoToolbox (1.0 - 2760.6.4.6) <35098775-A188-3BE0-B0B1-7CE0027BA295> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff2bc02000 -     0x7fff2bc34fff  libAudioToolboxUtility.dylib (1180.23) <58B4505B-F0EA-37FC-9F5A-6F9F05B0F2A5> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff2bc35000 -     0x7fff2bc5bfff  libPng.dylib (2130.2.7) <1F3FED3B-FB07-3F43-8EAD-6100017FBAB5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2bc5c000 -     0x7fff2bcb9fff  libTIFF.dylib (2130.2.7) <27E9A2D3-003D-3D97-AD85-BE595EA0516F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2bcba000 -     0x7fff2bcd4fff  com.apple.IOPresentment (53 - 37) <070919DC-978E-3DB3-80FD-FB0C1BAAE80A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff2bcd5000 -     0x7fff2bcdbfff  com.apple.GPUWrangler (6.2.2 - 6.2.2) <F4B3905F-C024-33C1-82C8-F1744AF8516E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff2bcdc000 -     0x7fff2bcdffff  libRadiance.dylib (2130.2.7) <7ABF94D2-5281-363F-A613-9C945D77AAE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2bce0000 -     0x7fff2bce5fff  com.apple.DSExternalDisplay (3.1 - 380) <BA802582-F1EB-35B8-902F-3D0F426124E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff2bce6000 -     0x7fff2bd0afff  libJPEG.dylib (2130.2.7) <FDD55379-6673-31E4-B916-7949459B60AE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2bd0b000 -     0x7fff2bd3afff  com.apple.ATSUI (1.0 - 1) <B82D099B-4F53-3B60-8BAA-975C41EFD356> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2bd3b000 -     0x7fff2bd3ffff  libGIF.dylib (2130.2.7) <C51FB0BA-E5C0-335B-9C64-185B1DDC9166> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2bd40000 -     0x7fff2bd49fff  com.apple.CMCaptureCore (1.0 - 80.17.1.1) <A0D43E58-B960-3A80-8807-4115F0E1EF74> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
    0x7fff2bd4a000 -     0x7fff2bd91fff  com.apple.print.framework.PrintCore (16 - 531) <FC56A643-F502-3578-9EFF-375BE6B87691> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2bd92000 -     0x7fff2be5efff  com.apple.TextureIO (3.10.9 - 3.10.9) <0AC15003-4B6A-3FB3-9B41-3EF61A2BD430> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff2be5f000 -     0x7fff2be67fff  com.apple.InternationalSupport (1.0 - 60) <5485FFDC-CE44-37F4-865F-91B2EFBC6CAF> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff2be68000 -     0x7fff2bee3fff  com.apple.datadetectorscore (8.0 - 674) <A2DEEF63-7643-37AA-9420-ED875629D1B2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff2bee4000 -     0x7fff2bf42fff  com.apple.UserActivity (435 - 435) <075FD354-28FD-3A13-881C-955FA9106D5C> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff2bf43000 -     0x7fff2c6adfff  com.apple.MediaToolbox (1.0 - 2760.6.4.6) <8F9D0503-298B-3FCA-8135-3B3722EF287C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff2c716000 -     0x7fff2cafcfff  libswiftCore.dylib (5.3.1 - 1200.2.41) <3C7C7068-C6C7-3C82-A7ED-4454766B8E0A> /usr/lib/swift/libswiftCore.dylib
    0x7fff2cafd000 -     0x7fff2cb66fff  com.apple.imfoundation (10.0 - 1000) <344EDACC-775D-3B0A-9A73-00605606D4AB> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff2cb67000 -     0x7fff2cb8ffff  com.apple.locationsupport (2420.12.12 - 2420.12.12) <F02D6025-16B4-3C77-ACEA-89B4808214D3> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff2cb90000 -     0x7fff2cbc1fff  libSessionUtility.dylib (76.7) <95615EDE-46B9-32AE-96EC-7F6E5EB6A932> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff2cbc2000 -     0x7fff2ccf2fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <D0F9F628-F241-3FA2-A785-7B9DCBB2FEC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2ccf3000 -     0x7fff2cd5afff  com.apple.audio.AudioSession (1.0 - 76.7) <C0B1C9EB-A594-31E3-ADDF-118583840E6F> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff2cd5b000 -     0x7fff2cd6dfff  libAudioStatistics.dylib (25.1) <1D07EA54-BE7C-37C4-AA73-5224D402F0C3> /usr/lib/libAudioStatistics.dylib
    0x7fff2cd6e000 -     0x7fff2cd7dfff  com.apple.speech.synthesis.framework (9.0.51 - 9.0.51) <B86A2136-8DD7-395D-BB9F-9416C56DD2D6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2cd7e000 -     0x7fff2cde9fff  com.apple.ApplicationServices.ATS (377 - 516) <3A435648-CC5F-387E-AB37-391AAEABE314> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2cdea000 -     0x7fff2ce02fff  libresolv.9.dylib (68) <9957A6F4-8B66-3429-86CD-6DF4993EB6F5> /usr/lib/libresolv.9.dylib
    0x7fff2ce03000 -     0x7fff2ce16fff  libsasl2.2.dylib (214) <F20902AE-3733-3F37-801D-6C3B78C0008A> /usr/lib/libsasl2.2.dylib
    0x7fff2ce82000 -     0x7fff2ceb5fff  com.apple.securityinterface (10.0 - 55149.40.3) <31501CB5-968F-3D49-97E8-19843B9FA834> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff2ced0000 -     0x7fff2cf34fff  com.apple.CoreMediaIO (1000.0 - 5318) <CFFD2205-BFEA-313A-BAF4-61CCA9BA6D68> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff2cf35000 -     0x7fff2d014fff  libSMC.dylib (20) <CE5162B7-379E-3DF0-9D1E-44BC98BD2422> /usr/lib/libSMC.dylib
    0x7fff2d015000 -     0x7fff2d074fff  libcups.2.dylib (494.1) <04A4801E-E1B5-3919-9F14-100F0C2D049B> /usr/lib/libcups.2.dylib
    0x7fff2d075000 -     0x7fff2d084fff  com.apple.LangAnalysis (1.7.0 - 254) <120945D9-B74D-3A6F-B160-2678E6B6481D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d085000 -     0x7fff2d08ffff  com.apple.NetAuth (6.2 - 6.2) <C65B2F54-67EA-3E4D-B84A-BBA94998BD6B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff2d090000 -     0x7fff2d097fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <33DA9348-EADF-36D2-B999-56854481D272> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d098000 -     0x7fff2d0a3fff  com.apple.QD (4.0 - 416) <7FFC9049-7E42-372B-9105-1C4C94DE0110> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d0a4000 -     0x7fff2d712fff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <098FD431-D302-3DD5-9AD1-453615A73E68> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff2d713000 -     0x7fff2d71ffff  com.apple.perfdata (1.0 - 67.40.1) <85A57A67-8721-3035-BCEE-D4AC98332D2C> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff2d720000 -     0x7fff2d72efff  libperfcheck.dylib (41) <67113817-A463-360A-B321-9286DC50FEDA> /usr/lib/libperfcheck.dylib
    0x7fff2d72f000 -     0x7fff2d73efff  com.apple.Kerberos (3.0 - 1) <2E872705-0841-3695-AF79-4160D2A436AB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff2d73f000 -     0x7fff2d78efff  com.apple.GSS (4.0 - 2.0) <2A38D59F-5F3A-3779-A421-2F8128F22B95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2d78f000 -     0x7fff2d79ffff  com.apple.CommonAuth (4.0 - 2.0) <D9431F22-A16B-3237-9676-B6159B36F5EA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff2d7a0000 -     0x7fff2d7c6fff  com.apple.MobileAssets (1.0 - 659.60.1) <D8986A88-2061-3157-A1BE-452E20ED34F6> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff2d7f4000 -     0x7fff2d816fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <3554A1B0-A9AD-3D89-A755-1C9CC7CEA239> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff2d817000 -     0x7fff2d81ffff  com.apple.CorePhoneNumbers (1.0 - 1) <0DF4C527-E7D3-30E0-9402-4C43B29729CB> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff2d820000 -     0x7fff2d8abfff  libTelephonyUtilDynamic.dylib (5346) <FD27BE40-17A0-3561-90E3-FFB96048C2AD> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff2d974000 -     0x7fff2d974fff  liblaunch.dylib (2038.40.38) <05A7EFDD-4111-3E4D-B668-239B69DE3D0F> /usr/lib/system/liblaunch.dylib
    0x7fff2df08000 -     0x7fff2e00bfff  com.apple.ids (10.0 - 1000) <D9A52A61-3DFF-3D19-BABB-A2D496CF7AF2> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff2e00c000 -     0x7fff2e16efff  com.apple.idsfoundation (10.0 - 1000) <F56B5595-6180-36E9-9738-0D2FD178690E> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff2e16f000 -     0x7fff2e2b6fff  com.apple.Sharing (1575 - 1575) <4E590A26-5934-33EE-BFD9-391A64686FDE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff2e2b7000 -     0x7fff2e3d7fff  com.apple.Bluetooth (8.0.2 - 8.0.2f9) <E3CF73C4-B439-3E30-B74D-3344C2EA2FC9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2e3d8000 -     0x7fff2e3ecfff  com.apple.AppContainer (4.0 - 509.60.2) <A9D28E73-B08F-34E3-AE7B-0855DBA96C3C> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff2e3ed000 -     0x7fff2e3f0fff  com.apple.SecCodeWrapper (4.0 - 509.60.2) <55B0C208-B176-3FE4-8CA2-9F28CA59F8F1> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff2e3f1000 -     0x7fff2e44afff  com.apple.ProtectedCloudStorage (1.0 - 1) <C84C9C98-5382-3E27-8275-AC9816AA28E8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff2e44b000 -     0x7fff2e4aafff  com.apple.QuickLookFramework (5.0 - 928.1) <AC6665D6-76C3-3792-AB69-4EF566DD411B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff2e4ab000 -     0x7fff2e4c7fff  com.apple.MetalKit (147.1 - 147.1) <3D1B6242-AA65-37ED-A6F5-01E39F1CC463> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff2e4c8000 -     0x7fff2e4ccfff  libxcselect.dylib (2384) <A8C07571-954B-3E1D-81C0-2E307F77EC71> /usr/lib/libxcselect.dylib
    0x7fff2e5ac000 -     0x7fff2e69dfff  com.apple.combine (1.0 - 252.100) <DEC22E75-F178-329D-B7FE-9B68B5C06E64> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
    0x7fff2e69e000 -     0x7fff2fb8dfff  com.apple.GeoServices (1.0 - 1757.22.10.6.12) <4D6F8EF4-47D4-3F93-90AC-3F4A5772CBCB> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff2fb8e000 -     0x7fff2fb99fff  com.apple.DirectoryService.Framework (11.1 - 230.40.1) <FC96A8F6-8E19-3CB4-A3ED-4E30B1491746> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff2fb9a000 -     0x7fff2fbc5fff  com.apple.RemoteViewServices (2.0 - 163) <AC6E2D2F-8131-3A40-97D7-E24E2A45CD66> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff2fbc6000 -     0x7fff2fbd5fff  com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <F2A0E41A-7976-3175-959A-98DC24AAFFCC> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff2fbd6000 -     0x7fff2fbddfff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9C14FA0A-D905-375B-8C32-E311ED59B6AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2fe21000 -     0x7fff2fe21fff  libsystem_product_info_filter.dylib (8.40.1) <7CCAF1A8-F570-341E-B275-0C80B092F8E0> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff2fefc000 -     0x7fff2fefcfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <510A463F-5CA5-3585-969F-2D44583B71C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2ff23000 -     0x7fff2ff23fff  com.apple.CoreServices (1122.11 - 1122.11) <5DDB040C-6E92-3DBE-9049-873F510F26E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff301f1000 -     0x7fff301f1fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <F2FFCC7B-EE3D-3768-A73B-342851B53741> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff30232000 -     0x7fff3023dfff  com.apple.MediaAccessibility (1.0 - 130) <9B4710C9-6238-3507-9918-FDA38CDC0B00> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff3023e000 -     0x7fff3025dfff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <DAB40772-57A1-3545-94FD-4C823D13135C> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
    0x7fff3025e000 -     0x7fff30262fff  com.apple.AppleSRP (5.0 - 1) <882084C9-F925-308F-B778-398FE6741654> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff30263000 -     0x7fff3026efff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <96849317-5346-3D5D-95B7-6C48C3015427> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff3026f000 -     0x7fff302a6fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <E28F11F0-2155-331E-9CFE-BF858E06ACED> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff30587000 -     0x7fff306fbfff  libswiftFoundation.dylib (20) <417CD1C7-A56A-3844-AAD9-6BFC3C348C13> /usr/lib/swift/libswiftFoundation.dylib
    0x7fff30a68000 -     0x7fff30acafff  com.apple.CoreBluetooth (1.0 - 1) <0FF4CFB1-B8DD-31C3-A000-5016CFE45EB9> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff30acb000 -     0x7fff30ad4fff  com.apple.SymptomDiagnosticReporter (1.0 - 79.40.12) <4536FFDF-598E-3085-8DDD-26798E1EEBD6> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff30ad5000 -     0x7fff30ae8fff  com.apple.PowerLog (1.0 - 1) <7EA1C552-E90E-3DF6-A5B6-915D26694670> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff30ae9000 -     0x7fff30af5fff  com.apple.AppleIDAuthSupport (1.0 - 1) <1EE88692-4059-3A33-B492-E7D7112EFB0C> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff30af6000 -     0x7fff30b9efff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <8676CDCB-15CC-3723-9411-8B8AFA3B370A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30b9f000 -     0x7fff30bd2fff  com.apple.MediaKit (16 - 927.40.2) <C7FB3929-E0E1-3A6C-B138-EE504CCE9EF0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff30bd3000 -     0x7fff30cbefff  com.apple.DiskManagement (14.0 - 1733.60.1) <328DB6AD-221B-35FA-8E31-2E5CD860A0F3> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff30cbf000 -     0x7fff31079fff  com.apple.CoreAUC (322.2.0 - 322.2.0) <5E5A1D7F-5D43-3975-AA23-AA0815DCE998> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff3107a000 -     0x7fff3107dfff  com.apple.Mangrove (1.0 - 25) <81A9BA84-C61F-3CBF-A127-406E3FD2459E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff3107e000 -     0x7fff310abfff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <10CA0E34-19B1-365C-888C-94543A25F10F> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff310ac000 -     0x7fff311ccfff  com.apple.FileProvider (326 - 326) <B2A33B9E-66D9-30B5-A18C-AD0D7F3592C5> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff311cd000 -     0x7fff311f0fff  com.apple.GenerationalStorage (2.0 - 322) <F2740CA7-334B-3F24-AFE8-2451D1A041C2> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff31567000 -     0x7fff31637fff  com.apple.CoreTelephony (113 - 8175.1) <149CCBA2-E5C7-3FAF-AEA1-0BBC4E7A9887> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff31646000 -     0x7fff3165bfff  libswiftDispatch.dylib (4.40.2) <B6AAD8BA-45E1-347F-B2B1-419F3D5BEACF> /usr/lib/swift/libswiftDispatch.dylib
    0x7fff3165c000 -     0x7fff317e9fff  com.apple.AVFCore (1.0 - 2000.5.4.2) <46137047-4B3D-3A90-A6ED-68B829489C20> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
    0x7fff317ea000 -     0x7fff3185cfff  com.apple.FrontBoardServices (702.3.3 - 702.3.3) <9EAEF19A-4167-3914-A9A8-25C36E586550> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
    0x7fff3185d000 -     0x7fff31886fff  com.apple.BoardServices (1.0 - 526) <87D88A0A-A43D-301B-9393-D06E971BAEDF> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
    0x7fff31a3f000 -     0x7fff31a7efff  com.apple.AppleVPAFramework (3.20.4 - 3.20.4) <DF632ED6-E230-3208-8741-446E8E35A515> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff31b4f000 -     0x7fff31b8bfff  com.apple.DebugSymbols (195.1 - 195.1) <6AA76BBC-B0F2-3F37-A6EE-19014DCD06D9> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff31b8c000 -     0x7fff31c49fff  com.apple.CoreSymbolication (12.2 - 64541.4) <A100000D-F881-3C3C-ABC5-3EAC7A272579> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff31c4a000 -     0x7fff31c53fff  com.apple.CoreTime (284) <1BE28F6E-940C-31C8-B460-2761FC6B4A3F> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
    0x7fff31c54000 -     0x7fff31ccafff  com.apple.Rapport (2.2.0 - 220.9) <D333F84F-874B-3B98-A4B2-BABD63B019CB> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff32513000 -     0x7fff32560fff  com.apple.coreduetcontext (1.0 - 1) <D841DF38-170F-3B40-A41C-56EC30E94FB8> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff32561000 -     0x7fff32adefff  com.apple.Intents (1.0 - 1) <606E26DB-606D-3BE9-9225-A4B780A1D73C> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff32adf000 -     0x7fff32b42fff  com.apple.framework.Apple80211 (17.0 - 1728) <2DBC65AC-A7DF-38F9-9174-3382667FBF0F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff32b43000 -     0x7fff32c95fff  com.apple.CoreWiFi (3.0 - 341) <C18D2E57-A964-380F-A74B-AEFDB3B3ADEC> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff32c96000 -     0x7fff32caefff  com.apple.BackBoardServices (1.0 - 1.0) <D0CC2360-6785-3FFF-9311-71A03C78B51A> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
    0x7fff32caf000 -     0x7fff32ce6fff  com.apple.LDAPFramework (2.4.28 - 194.5) <C3E9E36B-B981-3FAD-A8EA-9BADE5F2B30D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff32ce7000 -     0x7fff32ce8fff  com.apple.TrustEvaluationAgent (2.0 - 35) <D0B7904B-37ED-32B1-8FD3-462383F2BDCB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff32ce9000 -     0x7fff32decfff  libcrypto.44.dylib (56.60.2) <7464291F-2D5C-3AE3-9197-54C8676C23F1> /usr/lib/libcrypto.44.dylib
    0x7fff32ded000 -     0x7fff32e1afff  libssl.46.dylib (56.60.2) <0692D04B-A0C4-3632-BB08-2C0C2AC68479> /usr/lib/libssl.46.dylib
    0x7fff32e1b000 -     0x7fff32ecafff  com.apple.DiskImagesFramework (595.40.1 - 595.40.1) <B0A2C1DD-79A0-3C26-A1A8-22F1989E5415> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff32f02000 -     0x7fff32f11fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 2038.40.38) <EFEFC279-E73A-3557-A4AE-BF67E7C96962> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff32f12000 -     0x7fff32f29fff  com.apple.xpc.RemoteXPC (1.0 - 2038.40.38) <DC43AED2-6DD7-31AB-8186-EF69ED7027C4> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff32f71000 -     0x7fff32f74fff  com.apple.help (1.3.8 - 71) <599F7E42-DEF1-3B70-83AB-C3BDF727CF93> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff32f75000 -     0x7fff32f7cfff  com.apple.EFILogin (2.0 - 2) <B94BFCCA-45B6-3E80-84E7-758350D7CAFD> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff32f7d000 -     0x7fff32f88fff  libcsfde.dylib (554) <1F4DFF13-17EC-3672-8A41-056F4E44A377> /usr/lib/libcsfde.dylib
    0x7fff32f89000 -     0x7fff32feefff  libcurl.4.dylib (121.40.2) <C9541242-9ED5-3F9B-A2B2-415503447A1F> /usr/lib/libcurl.4.dylib
    0x7fff32fef000 -     0x7fff32ff6fff  com.apple.LoginUICore (4.0 - 4.0) <8AE86484-F756-3BDE-973A-A70C0345697B> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff331b6000 -     0x7fff331b6fff  com.apple.ApplicationServices (48 - 50) <7B536871-3F10-3138-B06B-9C2A3C07EC1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff333b2000 -     0x7fff33409fff  com.apple.CorePrediction (1.0 - 1) <66626D97-2E9F-3C38-9628-623B3609B303> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff334b6000 -     0x7fff334b6fff  libHeimdalProxy.dylib (79) <1BD94BF6-8E63-3B21-95DC-E5EEEBFB8AE8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33569000 -     0x7fff33569fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <F5EC07DD-8937-37CB-84DF-C7475FFA573E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3358e000 -     0x7fff335d0fff  com.apple.StreamingZip (1.0 - 1) <FEA8C519-ACB4-381C-9F9D-CB92AE094B23> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff335d1000 -     0x7fff335f1fff  com.apple.DuetActivityScheduler (1.0 - 1) <CA10D6CB-848E-3AC9-8D2D-4D5961FE1B5B> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff335f2000 -     0x7fff335f3fff  libswiftObjectiveC.dylib (1) <AC2752B1-F2AB-375F-89CD-1A667587D9A3> /usr/lib/swift/libswiftObjectiveC.dylib
    0x7fff33605000 -     0x7fff33612fff  com.apple.IntentsFoundation (1.0 - 1) <9A6961E4-7769-3005-A380-38F701252BA0> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff33613000 -     0x7fff33618fff  com.apple.PushKit (1.0 - 1) <309B12FF-9B68-3120-ABC6-8B52A0E26127> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff33619000 -     0x7fff3364ffff  com.apple.C2 (1.3 - 569) <5370F4A2-1C27-395C-80E4-A36E5BF414E9> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff33650000 -     0x7fff33681fff  com.apple.QuickLookThumbnailing (1.0 - 135.1) <C7826D32-4B8B-3F17-9138-AA978CA579FA> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff33682000 -     0x7fff33e8ffff  com.apple.vision.EspressoFramework (1.0 - 256.2.2) <C2903F04-5EE0-3FCA-A7D8-6ABFDD38A27B> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff33e90000 -     0x7fff33ea7fff  com.apple.ANEServices (4.51 - 4.51) <F86B479B-3FA0-366C-84A6-D35253ABBF5E> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
    0x7fff33fc4000 -     0x7fff33fc6fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <65E1262F-01D6-3C96-BFAF-3BE6BB0996A8> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff33fc7000 -     0x7fff33fd4fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <42503D84-5D78-3F8F-83CA-73CC5E78160D> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff34243000 -     0x7fff34506fff  com.apple.spotlight.index (10.7.0 - 2150.7.2) <D7C1EBB8-2025-3D21-81AE-B43E6005051F> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff3451f000 -     0x7fff3456ffff  com.apple.ChunkingLibrary (334 - 334) <E392AB7F-6EAC-3E2E-93F8-01BA240FEACD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff34c3d000 -     0x7fff34e20fff  com.apple.WebKitLegacy (16610 - 16610.3.7.1.9) <493865D8-508E-3DF5-BE8D-6D437B4BB838> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff34e21000 -     0x7fff34e23fff  com.apple.ConstantClasses (1.0 - 1) <1D87636F-28D4-3549-B741-7DDD2332D2EE> /System/Library/PrivateFrameworks/ConstantClasses.framework/Versions/A/ConstantClasses
    0x7fff34e3b000 -     0x7fff34e51fff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <BB0C2E05-9F10-3990-9A4B-0A3796F912AB> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
    0x7fff34ea5000 -     0x7fff34f11fff  com.apple.audio.midi.CoreMIDI (2.0 - 88) <41D7A5AA-980F-3594-9341-F7B905FB763D> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff34fb7000 -     0x7fff34fbafff  com.apple.Cocoa (6.11 - 23) <E44AC98B-5BEA-3087-AB41-C73CEB8A98C8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff35b2c000 -     0x7fff35b33fff  com.apple.DisplayServicesFW (3.1 - 380) <E2038E63-63E3-3F32-A9A1-AAF16F5BFADB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff36070000 -     0x7fff3631ffff  libAWDSupportFramework.dylib (3919) <11ACCA4B-E554-34B7-98FD-82CC45F9351E> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff36393000 -     0x7fff363c3fff  libtidy.A.dylib (18.1) <9359DC58-9E3E-3601-A47F-7794A5D4542B> /usr/lib/libtidy.A.dylib
    0x7fff363c4000 -     0x7fff363e5fff  com.apple.MarkupUI (1.0 - 383.3) <55FC6183-4CC7-38C2-8797-097C24FFCB76> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff363e6000 -     0x7fff363f9fff  com.apple.Engram (1.0 - 1) <F7F6B85F-6B03-3BD2-BC02-DA5DBBB60014> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff363fa000 -     0x7fff36415fff  com.apple.openscripting (1.7 - 190) <D0B98DF9-7A61-3810-AE81-2F870DCC2AC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff36416000 -     0x7fff36419fff  com.apple.securityhi (9.0 - 55008) <DD7770F7-661C-363B-A1F4-8B69EB0FFB6A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3641a000 -     0x7fff3641dfff  com.apple.ink.framework (10.15 - 227) <E10C40B6-2656-36D1-882C-2091CE02883A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff3641e000 -     0x7fff36421fff  com.apple.CommonPanels (1.2.6 - 101) <101582BA-E64F-391A-BD23-50DCC3CF8939> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff36422000 -     0x7fff36429fff  com.apple.ImageCapture (1708 - 1708) <FE9D13DD-D733-3B2A-B4A6-D3C8313005F5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3642a000 -     0x7fff376d2fff  com.apple.JavaScriptCore (16610 - 16610.3.7.1.9) <3CEFF634-9E86-33F8-9E9C-AACAD4E3412B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff3773d000 -     0x7fff37824fff  com.apple.audio.AVFAudio (1.0 - 477.9) <4F121DC8-938F-3E2E-ABCF-49CD95F5FD5C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff37825000 -     0x7fff37939fff  com.apple.AVFCapture (1.0 - 80.17.1.1) <FEA644F1-6D58-3E38-9057-33DBCC85D91A> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
    0x7fff3793a000 -     0x7fff379cefff  com.apple.Quagga (47 - 47) <7C13C66E-7748-3D63-87F3-B4F24530E2B8> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
    0x7fff379cf000 -     0x7fff37c2afff  com.apple.CMCapture (1.0 - 80.17.1.1) <21771336-D58A-3F59-A4BE-679B1308A4B0> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
    0x7fff3863c000 -     0x7fff3864bfff  com.apple.HID (1.0 - 1) <E5202792-F20F-3458-8CC7-6B158058DC33> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff3864c000 -     0x7fff38773fff  com.apple.QuickLookUIFramework (5.0 - 928.1) <559B0828-7637-319F-9856-3F336376FAA0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff38d60000 -     0x7fff38d60fff  com.apple.marco (10.0 - 1000) <4F6DF5B4-8F63-376E-A77C-31B21436FD5B> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff3940f000 -     0x7fff39412fff  com.apple.OSAServicesClient (1.0 - 1) <44E39868-F624-3644-B453-962D34737998> /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
    0x7fff39446000 -     0x7fff3944dfff  com.apple.URLFormatting (146 - 146.8) <B77A6E0A-66AD-3044-AB17-10ECA706A151> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff3944e000 -     0x7fff3945dfff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <DCE98762-F313-35E4-A9D2-65D335DFA0DA> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff3945e000 -     0x7fff39475fff  libAccessibility.dylib (2885.13) <1A30C6D7-DB84-3296-B010-A77CFE5A078D> /usr/lib/libAccessibility.dylib
    0x7fff39476000 -     0x7fff3bebffff  com.apple.WebCore (16610 - 16610.3.7.1.9) <5F874514-5D86-3A75-B695-74C5793E1044> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff3c1b8000 -     0x7fff3c1dcfff  com.apple.quicklook.QuickLookSupport (1.0 - 135.1) <44CCD2F4-B9E3-34FD-81BC-388B730D8068> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff3c1dd000 -     0x7fff3c274fff  com.apple.AirPlaySync (1.0 - 2760.6.4.6) <74BB0488-C512-36A1-A153-956D7A874AE6> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
    0x7fff3c477000 -     0x7fff3c481fff  libswiftCoreGraphics.dylib (2) <4958FE0E-ABB6-379B-9B0A-FE170AE0A87E> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x7fff3c482000 -     0x7fff3c48bfff  libswiftDarwin.dylib (??? - ???) <CDFB8363-3A90-33F3-957A-FBC114E66F8D> /usr/lib/swift/libswiftDarwin.dylib
    0x7fff3c4dc000 -     0x7fff3c527fff  com.apple.Safari.SafeBrowsing (610 - 610.3.7.1.9) <9470E58C-E695-3DCD-A9FE-20C4CEF1CBA7> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff3c528000 -     0x7fff3cf61fff  com.apple.WebKit (16610 - 16610.3.7.1.9) <6B379251-21D4-3FB9-BD1E-11EF1AC2D623> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff3d090000 -     0x7fff3d113fff  com.apple.CorePDF (4.0 - 529) <7E6D5BFD-7A7A-3999-84EA-28AFEB1C2CA2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff3d114000 -     0x7fff3d117fff  com.apple.print.framework.Print (15 - 271) <8411879F-7E3E-3882-BD06-68E797A3B9D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3d118000 -     0x7fff3d11bfff  com.apple.Carbon (160 - 164) <5683716A-5610-3B97-B473-B4652067E7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3d215000 -     0x7fff3d215fff  com.apple.avfoundation (2.0 - 2000.5.4.2) <12890AA5-14D5-3DEA-9FBB-FBB7E3F34BDF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3d3a0000 -     0x7fff3d3bffff  com.apple.private.SystemPolicy (1.0 - 1) <CFE0B0C6-DF5B-31EB-9D79-B23E00A80B05> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff3d511000 -     0x7fff3d56bfff  com.apple.AccessibilitySharedSupport (1.0 - 1) <0C02B8FF-F0D1-33A7-95D0-36A259152E6D> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
    0x7fff3d56c000 -     0x7fff3d589fff  com.apple.sidecar-core (1.0 - 228) <7D771E63-1A57-3B3D-BBC0-2ACE9D19BA64> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff3d58a000 -     0x7fff3d591fff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <9E56C6AB-0873-3982-B3D6-573761702607> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff3d9b5000 -     0x7fff3d9b9fff  com.apple.CoreOptimization (1.0 - 1) <8028C390-E6BB-3616-BD0F-ABB6C5633CC6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff3db38000 -     0x7fff3db4ffff  com.apple.SafariServices.framework (16610 - 16610.3.7.1.9) <011F7AF4-198C-3430-B677-9CE84C23D211> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3dce9000 -     0x7fff3dcf4fff  com.apple.MallocStackLogging (1.0 - 1) <C1A21524-381D-39CA-AD63-A3B9F67FC6CA> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
    0x7fff3dd0a000 -     0x7fff3dd1cfff  libmis.dylib (274.60.2) <54387457-A60B-3390-AD6D-3B380792CD79> /usr/lib/libmis.dylib
    0x7fff3dd1d000 -     0x7fff3dd20fff  com.apple.gpusw.GPURawCounter (12.25 - 12.0) <17751B3E-2CF3-3944-BA02-124E56A10426> /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
    0x7fff3dd2a000 -     0x7fff3dd2afff  libswiftCoreFoundation.dylib (1.6) <EEDE4AFB-E921-3B6E-BEF9-85E94B86F472> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x7fff3dd36000 -     0x7fff3dd36fff  libswiftXPC.dylib (1.1) <AE90953B-1D6B-3716-81D2-65B76B5AF528> /usr/lib/swift/libswiftXPC.dylib
    0x7fff3dd37000 -     0x7fff3dd37fff  libswiftCoreImage.dylib (1) <9FA55C9D-E6C2-3B24-A43E-9388EE5DE86C> /usr/lib/swift/libswiftCoreImage.dylib
    0x7fff3dd38000 -     0x7fff3dd38fff  libswiftIOKit.dylib (1) <651621B4-9381-31FC-872B-E0BB9265EE9F> /usr/lib/swift/libswiftIOKit.dylib
    0x7fff3dd39000 -     0x7fff3deabfff  com.apple.CoreHandwriting (161 - 1.2) <503717BE-E9B6-3805-B9C8-8DA329788629> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff3deac000 -     0x7fff3e10bfff  com.apple.imageKit (3.0 - 1100) <0FB1CD82-6DCD-333B-831E-9E81A4A14C7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3e10c000 -     0x7fff3e22bfff  com.apple.PencilKit (1.0 - 1) <61DD7515-94AF-35A6-92AF-B1473BC8E8BF> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff3e22c000 -     0x7fff3e23dfff  com.apple.sidecar-ui (1.0 - 228) <65430CA2-E7AC-3569-947B-B8B8E8D4BF9E> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff3e249000 -     0x7fff3e24cfff  com.apple.WebInspectorUI (16610 - 16610.3.7.1.9) <B75A0B09-A098-3CCA-AADD-DE2D6D464978> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
    0x7fff3e827000 -     0x7fff3e889fff  com.apple.ImageCaptureCore (1708 - 1708) <505F35F3-99B2-3608-9766-9AD477A0D5EB> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff3e88a000 -     0x7fff3e8b0fff  com.apple.quartzfilters (1.10.0 - 98) <9C2F0204-D844-3C03-AEE2-1EC2DA58ACFD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3ea95000 -     0x7fff3eafafff  com.apple.Safari.Core (16610 - 16610.3.7.1.9) <6887C79F-EEA1-3B36-B07A-12C33458E8F1> /System/Library/PrivateFrameworks/SafariCore.framework/Versions/A/SafariCore
    0x7fff3f056000 -     0x7fff3f187fff  com.apple.AnnotationKit (1.0 - 383.3) <60747C5F-3747-3D9D-A1A8-C351E83E6E40> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff3f188000 -     0x7fff3f629fff  com.apple.QuartzComposer (5.1 - 383) <CECFD875-ECE5-35A1-B97A-C493F183639C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3f62a000 -     0x7fff3f717fff  com.apple.PDFKit (1.0 - 950.10.3) <13BE9A0B-F8C5-3C02-B5BC-ABDDDC4A8932> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff40392000 -     0x7fff403acfff  libswiftsimd.dylib (1.3) <3A8C7E3C-A02F-3D88-B562-CE9335A0BB15> /usr/lib/swift/libswiftsimd.dylib
    0x7fff4043c000 -     0x7fff404bffff  com.apple.TextInput (1.0 - 1.0) <8CC76A5F-A092-36EC-9D3A-CB8C36EC32F0> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
    0x7fff414d0000 -     0x7fff414d9fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <90735179-1E6C-3D1F-8CCF-08AC441B19A2> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff41531000 -     0x7fff41534fff  com.apple.quartzframework (1.5 - 25) <F7A81E93-FDF9-3DAC-80F9-AF4D5887B2E0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff41910000 -     0x7fff4192efff  libCGInterfaces.dylib (544) <488D608D-374C-3A2F-B8AC-D78E2F6E6DB7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff4192f000 -     0x7fff41930fff  libswiftCoreLocation.dylib (5) <53B79035-0802-3E99-AD92-1F866D9A5DED> /usr/lib/swift/libswiftCoreLocation.dylib
    0x7fff42239000 -     0x7fff4223dfff  libswiftCoreData.dylib (3) <2EB3B3C4-7463-35AB-9CC8-778065C97FC5> /usr/lib/swift/libswiftCoreData.dylib
    0x7fff43ea7000 -     0x7fff43efcfff  com.apple.DifferentialPrivacy (1.0 - 1) <D9E246EB-AAA3-38A3-805A-EAE244A109A6> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy
    0x7fff43efd000 -     0x7fff43f16fff  com.apple.SafariFoundation (16610 - 16610.3.7.1.9) <E761F05F-F0D5-308A-9CFF-3B2EC66B90CB> /System/Library/PrivateFrameworks/SafariFoundation.framework/Versions/A/SafariFoundation
    0x7fff43f17000 -     0x7fff43f1dfff  com.apple.SafariPlatformSupport.framework (16610 - ???) <E206905F-463D-3996-95B6-069A9137A235> /System/Library/PrivateFrameworks/SafariPlatformSupport.framework/Versions/A/SafariPlatformSupport
    0x7fff43f1e000 -     0x7fff44197fff  com.apple.RawCamera.bundle (9.10.0 - 1420.3) <D6521255-C614-3A4C-83E1-42A3C3079CBE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff4650e000 -     0x7fff46513fff  libswiftMetal.dylib (1.3.1) <24B7851E-1439-3184-96EF-2780602A61E4> /usr/lib/swift/libswiftMetal.dylib
    0x7fff4651a000 -     0x7fff46525fff  libswiftCloudKit.dylib (962) <FC90CD4E-614F-3673-9E13-81B0DF025909> /usr/lib/swift/libswiftCloudKit.dylib
    0x7fff48282000 -     0x7fff482d0fff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <EF7537E3-982B-3FA2-BFFC-F8071EFF0B31> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
    0x7fff48b1f000 -     0x7fff48b33fff  libswiftAppKit.dylib (103.10) <A8A94895-CE8D-35B2-8E1C-CC19A8140E98> /usr/lib/swift/libswiftAppKit.dylib
    0x7fff48b34000 -     0x7fff48b35fff  libswiftQuartzCore.dylib (1) <8EA8BAF8-E175-3167-B80C-0CF36505E599> /usr/lib/swift/libswiftQuartzCore.dylib
    0x7fff4c315000 -     0x7fff4c318fff  com.apple.FinderSyncPriv (1.3 - 1350.2.10) <456C118F-398C-329C-BC89-7B1EAC693835> /System/Library/PrivateFrameworks/FinderSyncPriv.framework/Versions/A/FinderSyncPriv
    0x7fff521f6000 -     0x7fff52224fff  com.apple.HelpData (2.3 - 200) <9B4AC596-C008-3D55-AC18-5F89E7306E06> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff52225000 -     0x7fff5223ffff  com.apple.shortcut (2.16 - 117) <CDCB8322-1F8F-3AE3-B9C6-91F4C6DBD52F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff52240000 -     0x7fff522d2fff  com.apple.Symbolication (12.2 - 64541.7.1) <EC806042-5249-35DC-90BA-953A86D1854A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff54b40000 -     0x7fff54b55fff  com.apple.ScriptingBridge (1.4 - 80) <10B4F137-F6F6-3BFE-9937-73A7DCD36B87> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff56408000 -     0x7fff5640bfff  com.apple.ForceFeedback (1.0.6 - 1.0.6) <AB29674E-26C2-360C-9117-54AC93E80CB0> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff57e27000 -     0x7fff57e2afff  libLatinSuppConverter.dylib (90) <E689C835-8028-39DC-82EB-2A46F9F286BA> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0x7fff5e9f0000 -     0x7fff5ee80fff  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (16.1.7.1 - 16.0.1) <B3FAA649-5890-3A9C-8111-CE3DC093C5B3> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff6a3a6000 -     0x7fff6a3aafff  libmetal_timestamp.dylib (31001.160) <2EC7EA90-5313-3812-8E72-910C643A996C> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libmetal_timestamp.dylib
    0x7fff6c814000 -     0x7fff6c81afff  libCoreFSCache.dylib (177.22) <4ECE128D-5E79-3ADF-8FE7-4FE8F565F8AA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff6c81b000 -     0x7fff6c81ffff  libCoreVMClient.dylib (177.22) <E0DBED1D-39B4-3E51-9EA8-D1ECAED93EAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff6c820000 -     0x7fff6c82ffff  com.apple.opengl (18.1.1 - 18.1.1) <D8EE3AD0-C0D0-32F7-9C6D-39341099EB55> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff6c830000 -     0x7fff6c832fff  libCVMSPluginSupport.dylib (18.1.1) <5F020D32-8663-3CB8-A50C-F939D4D4C31F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff6c833000 -     0x7fff6c83bfff  libGFXShared.dylib (18.1.1) <2271532D-E2B3-3D4D-ADF0-0935F8DCE89B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff6c83c000 -     0x7fff6c86ffff  libGLImage.dylib (18.1.1) <528E53A3-33E1-34C7-8EE3-C42AE5255553> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff6c870000 -     0x7fff6c8acfff  libGLU.dylib (18.1.1) <15CBDF20-8A87-3D84-90F8-D19F4A2B06E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff6ca42000 -     0x7fff6ca4cfff  libGL.dylib (18.1.1) <157B74E1-F30D-3F9D-9AF8-AAA333D2812D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff6de83000 -     0x7fff6dedbfff  com.apple.opencl (4.5 - 4.5) <8A3D06D5-4E82-355C-AE1B-E2C91DB58233> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7839b000 -     0x7fff783a2fff  libRosetta.dylib (203.13.2) <FF72E19B-3B02-34D4-A821-3397BB28AC02> /usr/lib/libRosetta.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 7
    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: 11166358
    thread_create: 0
    thread_set_state: 252

VM Region Summary:
ReadOnly portion of Libraries: Total=900.7M resident=0K(0%) swapped_out_or_unallocated=900.7M(100%)
Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 8376K       12 
CG image                          13.4M       35 
CG raster data                    8056K       14 
CoreAnimation                     32.2M      123 
CoreGraphics                        16K        3 
CoreUI image data                 3692K       30 
Foundation                          36K        2 
IOKit                             15.5M        2 
Kernel Alloc Once                    8K        1 
MALLOC                           407.5M       82 
MALLOC guard page                   48K        9 
MALLOC_MEDIUM (reserved)           1.0G        9         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.1M       14 
Stack                             14.6M       14 
VM_ALLOCATE                       6856K       77 
__CTF                               759        1 
__DATA                            68.3M      465 
__DATA_CONST                      25.2M      291 
__DATA_DIRTY                      1577K      180 
__FONT_DATA                          4K        1 
__LINKEDIT                       496.8M       33 
__OBJC_RO                         60.5M        1 
__OBJC_RW                         2452K        2 
__TEXT                           404.1M      467 
__UNICODE                          588K        1 
mapped file                      250.2M       39 
shared memory                       40K        4 
===========                     =======  ======= 
TOTAL                              3.2G     1917 
TOTAL, minus reserved VM space     1.8G     1917 

Model: MacBookPro16,1, BootROM 1554.60.15.0.0 (iBridge: 18.16.13030.0.0,0), 8 processors, 8-Core Intel Core i9, 2.4 GHz, 64 GB, SMC 
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro5500MItem, AMD Radeon Pro 5500M, spdisplays_pcie_device, 8 GB
Memory Module: BANK 0/ChannelA-DIMM0, 32 GB, DDR4, 2667 MHz, Micron, -
Memory Module: BANK 2/ChannelB-DIMM0, 32 GB, DDR4, 2667 MHz, Micron, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Sep 11 2020 17:01:15 version 9.30.440.2.32.5.61 FWID 01-1d69e4b4
Bluetooth: Version 8.0.2f9, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci1b73,1100, sppci_usbxhci, Thunderbolt@198,0,0
PCI Card: pci1b73,1100, sppci_usbxhci, Thunderbolt@197,0,0
PCI Card: pci1b21,1242, sppci_usbxhci, Thunderbolt@196,0,0
PCI Card: pci8086,15d4, sppci_usbxhci, Thunderbolt@199,0,0
PCI Card: ethernet, sppci_ethernet, Thunderbolt@195,0,0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: Composite Device
USB Device: USB 3.1 Bus
USB Device: USB 3.0 Bus
USB Device: Magic Trackpad 2
USB Device: CalDigit Thunderbolt 3 Audio
USB Device: USB 3.0 Bus
USB Device: Card Reader
USB Device: Microsoft Ergonomic Keyboard
USB Device: Apple T2 Bus
USB Device: Composite Device
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.1
Thunderbolt Device: TS3 Plus, CalDigit, Inc., 3, 44.1

Keyboard mapper

Not much of an issue as a request/question.

How do I open https://www.dosbox.com/wiki/Mapper in Boxer? Or where would I place a custom map so it works with the current game? I could imagine building a map and importing it, if mapper support is difficult in the Boxer UI.

Audio pitch instability with PC Speaker Game on Apple Silicon

Mac mini, 16 GB Ram, 1 TB SSD, Big Sur 11.1/2

After installing the Boxer binary build, we fired up some old games to give them a try. Games, such as Tank Wars, that ramp up and down the pitch on the PC Speaker during game play experience strange behavior of what I can only think to describe as wow and flutter like old cassettes.

Prior builds on an Intel machine did not have this behavior and performed the operation without problem. We've tried speeding up and slowing down the VM, optimizing for new games, and the like. It seems that the game actually slows down while trying to play the audio because the game play slows with the pitches warbling.

Icons still using OS X 10.9 “Mavericks” style + partial solution

Hi! I've been using Boxer for quite a while, and it always bugged me, ever since Apple came up with these newfangled icons, that Boxer didn't adhere to them.

I have already made a dark version for the Boxer games folder, and can make a light one to go with it if you want. Check it out!
[Attachment deleted, consolidated package available below]

DDHidLib and Release vs Debug builds

I am trying to understand why CI is not working. It has something to do with release vs debug builds

This command succeeds:

xcodebuild -derivedDataPath ./build -workspace Boxer.xcworkspace -scheme "Boxer CI" -configuration "Debug"

However, CI should use the Release configuration. When I use that instead...

xcodebuild -derivedDataPath ./build -workspace Boxer.xcworkspace -scheme "Boxer CI" -configuration "Release"

...I get this failure:

** BUILD FAILED **
The following build commands failed:
	Ld /Users/runner/work/Boxer/Boxer/build/Build/Intermediates.noindex/DDHidLib.build/Release/DDHidLib.build/Objects-normal/x86_64/Binary/DDHidLib normal x86_64 (in target 'DDHidLib' from project 'DDHidLib')
(1 failure)
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'OpenEmuShaders' from project 'OpenEmuShaders')
/Users/runner/work/Boxer/Boxer/Vendor/MT32Emu/Boxer-MT32Emu.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'Framework' from project 'Boxer-MT32Emu')
/Users/runner/work/Boxer/Boxer/Vendor/DDHidLib/DDHidLib.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'DDHidLib' from project 'DDHidLib')
Error: Process completed with exit code 65.

I tried to see how the run configurations were different. The only thing I noticed were the BOXER_DEBUG and USE_PRIVATE_APIS preprocessor macros, but the build still failed when I tried adding them to the release build.

Workaround

I can workaround this issue by manually editing ./Vendor/DDHidLib/DDHidLib.xcodeproj/project.pbxproj:

diff --git a/DDHidLib.xcodeproj/project.pbxproj b/DDHidLib.xcodeproj/project.pbxproj
index bbdc976..218c650 100644
--- a/DDHidLib.xcodeproj/project.pbxproj
+++ b/DDHidLib.xcodeproj/project.pbxproj
@@ -1263,7 +1263,7 @@
                                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                                GCC_WARN_UNUSED_FUNCTION = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
+                               MACOSX_DEPLOYMENT_TARGET = 10.14;
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = macosx;
                        };
@@ -1303,7 +1303,7 @@
                                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                                GCC_WARN_UNUSED_FUNCTION = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
+                               MACOSX_DEPLOYMENT_TARGET = 10.14;
                                SDKROOT = macosx;
                        };
                        name = Release;

Then it will make a release build successfully. But ideally should not need to edit vendor dependencies to get a release build.

Do you know a better approach?

Do you know why 10.9 is fine on debug builds but not on release builds?

GitHub Action build fails on fork - env vars set?

I am trying to open a PR for a GitHub action that will make a new daily/unstable build on each commit

The jobs seem to run fine on the MaddTheSane fork:

However, when I try to run it on my fork it fails:

The error is:

** BUILD FAILED **


The following build commands failed:
	Ld /Users/runner/work/Boxer/Boxer/build/Build/Intermediates.noindex/DDHidLib.build/Release/DDHidLib.build/Objects-normal/x86_64/Binary/DDHidLib normal x86_64 (in target 'DDHidLib' from project 'DDHidLib')
(1 failure)
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'OpenEmuShaders' from project 'OpenEmuShaders')
/Users/runner/work/Boxer/Boxer/Vendor/MT32Emu/Boxer-MT32Emu.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'Framework' from project 'Boxer-MT32Emu')
/Users/runner/work/Boxer/Boxer/Vendor/DDHidLib/DDHidLib.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'DDHidLib' from project 'DDHidLib')
Error: Process completed with exit code 65.

One guess I had is that MACOSX_DEPLOYMENT_TARGET is being set as an environment variable in the GitHub Actions settings. Are there any environment variables or other configuration changes I need to make to get it to build on my fork?

If not can you think of any other reason for this build failure?

Mac ARM (Apple Silicon)-native build

Originally opened here: alinebee#109

Now that Apple Silicon (ARM on Mac) systems are beginning to ship, please create an updated native build for these systems on Mac OS 11.

My comment:

Maybe the starting point would be QEMU or box86 which people have gotten to run on the Raspberry Pi:

Next, would be getting access to an M1 based Mac, physically or remote.

On the other hand given no source updates in 4 years, I am not too confident.

Checking 'Optimize for newer games' crashes the app instantly

First of all thank you for your work!
I compiled the app with no errors following the instructions. Checking 'Optimize for newer games' in a dos prompt crashes the app instantly (same crash occurs when I try to import some particular games, where, I suspect, the box is automatically checked). I've attached the crash report.
crash_report.txt

Issue archiving in Xcode: Missing file - MT32Emu.framework

After fixing a couple of issues I was able to get Boxer to build in Xcode.

However, when trying to create an archive of Boxer Standalone I got an error.

error: Build input file cannot be found: '/Users/xianmo/Library/Developer/Xcode/DerivedData/Boxer-hewkxdhkqujjmscmyfgadvtarkls/Build/Intermediates.noindex/ArchiveIntermediates/Boxer Standalone/InstallationBuildProductsLocation/@executable_path/../Frameworks/MT32Emu.framework/Versions/A/Modules/module.modulemap' (in target 'Framework' from project 'Boxer-MT32Emu')

Actually I similar errors when trying to compile Tables.cpp and TVP.cpp

Edit: I should mention I'm on the M1

Filesystem Write/Access issues

Tried using latest version built from source and it has a weird filesystem access/write issue, when I try to create a folder from inside dos cli using mkdir nothing happens and folder is not created, also I can cd to newly created folder despite dir command not showing it but anything from there is not possible like creating files in a folder... etc....

URL not reachable in DOS

While mounting the CD image of Sangokushi V, I encountered an error message:

URL not reachable in DOS
Screenshot 2023-07-21 at 3 02 48 AM

However, it appears to have had no effect. The game ran just fine despite this.

Problem Compiling on Monterey 12.7.2 and XCode 14.2

On building, I get:

[redacted]Boxer/Boxer.xcodeproj: This Copy Files build phase contains a reference to a missing file 'OpenEmuShaders.framework'.
[redacted]Boxer/Boxer.xcodeproj: This Copy Files build phase contains a reference to a missing file 'DDHidLib.framework'.
[redacted]Boxer/Boxer.xcodeproj: This Copy Files build phase contains a reference to a missing file 'MT32Emu.framework'.

I've pulled the Git project down, and run the git submodule update --init --recursive command successfully. Am I missing something?

Additional shader support?

Seems there are 19 different included shaders in the Boxer.app folder, including some nice ones, yet the GUI only allows choosing between original, smoothed and TV scan-line effect.

Is there any option to use any of the other shaders via config?

tried adding
[render]
scaler=xBRZ Multipass Freescale
(plus adding forced to the end as well) section in the game.boxer's dosbox config, yet that did nothing.

Thanks!

Returning Boxer's default to writing directly to Gameboxes instead of Gamebox State(s)

This problem has been outstanding for several years, so I'd like to get some feedback on returning the regular Boxer app to its original behaviour regarding gamebox file saving.

Currently, this fork defaults to writing all data to Gamebox States in ~/Library/Application Support/Boxer/Gamebox States.
This behaviour is an accidental remnant of a WIP build of Boxer2 from 2018. In this thread alunbestor describes how gamebox states were only meant to be used in standalone builds, not the regular build.

Currently, the Boxer 2.0alpha built from source will always write game state to AppSupport, but this was a leftover from implementing standalone game apps, and it will not ship with this behaviour enabled by default.

The original behaviour for regular Boxer was to write directly to the Gamebox, and not use states at all. Alunbestor describes the necessary patch to return Boxer to its original behaviour:

For now, if you're building your own copy from source then you can override this behaviour by modifying _shouldShadowDrive: in BXSession+BXFileManagement.m to always return NO. This will cause all Boxer builds - regular and standalone - to write directly to the gamebox.

The plan was to add an option to enable/disable Gamebox State saves to AppSupport in the UI, but that never materialized. If that is not feasible, it seems reasonable to me to return this fork's regular Boxer behaviour back to NO for _shouldShadowDrive.

(Or, if someone can think of a better way of doing it that would preserve this behaviour only for the Standalone version, that would be even better!)

[discussion] Cocoa + XCode UI frame for Boxer

@MaddTheSane ,

Do you, or would you be interested in adding a Cocoa + XCode UI frame for Boxer (and by extension, dosbox-staging)?

We understand macOS's shortcut key-manager doesn't work because dosbox-staging is using SDL2's excessively minimal window-drawing API:

denied

@Grounded0 indicated that using the fuller-featured Cocoa-based frame, like SheepShaver uses, would allow the hotkey manager to work, and put together an XCode-Cocoa hello-world example here: https://github.com/Grounded0/xcode

As a work-around, @Grounded0 noted commercial add-ons exist too, and has also authored an external touchbar:
dosbox-staging_fn_keys_macos
touchbar_function_keys_mode

Curious what you think.

Add CI for the project

It would be good to have CI support for the project. Initially for x86-64 and then also for ARM. The latter will depend on CI farms supporting the new M1 processor as part of their offerings.

One question is whether to using GitHub Workflow or something like Circle CI?

Note, this is as much for tracking purposes as anything else, since this is already being worked on.

Accessibly request repeatedly appears

When launching Boxer, an accessibility request continually pops up.

"Boxer" would like to control this computer using accessibility features.

Even with Accessibility enabled for Boxer, this will not go away.

Affected version: Apple Silicon beta 4.1
MacOS version: 13.1 Ventura

cannot build with XCode 14.2

My apologies if this is a stupid question with a very obvious answer for a more seasoned developer, but when attempting to build Boxer Standalone or Boxer Bundler with XCode 14.2, I'm getting an issue with ToolDependancies with the error "Command ExternalBuildToolExecution failed with a nonzero exit code", does anyone know how to fix it?

[Build Issue] OpenEmuShaders - ToolDependencies

I have updated all dependencies and have one build failure error in Xcode 12.5.1

make: *** No rule to make target SPIRV-Tools/CMakeLists.txt', needed by SPIRV-Tools/build/CMakeCache.txt'. Stop.
Command ExternalBuildToolExecution failed with a nonzero exit code

I have used the latest OpenEmuShaders (as of writing).

Can anyone advise as to how to fix this error? I'm not so familiar with cmake...

License

Would it be possible to add a license file at the top level or indicate the license in the readme. From what I see in the code this is GPL?

Left Control causes Boxer to crash

Pressing the left control key in a game causes Boxer to crash. Sometimes it takes just one press, sometimes several presses. Tested with Witchaven, Hexen, Blackthorne and Settlers 2 (the last two don't even use the left control key).

EDIT: It seems the control key on its own is harmless. Crashes occur when the control key is pressed while simultaneously pressing the arrow keys. Some weird collision with the Mission Control shortcuts?

Mac Mini M1, using the build available in the Releases section.

Fast forward does not work in the latest release

Under the emulation menu, fast forward does not have the intended effect of speeding up the current game. The shortcut appears to work and the icon to fast forward appears, but nothing happens and the game continues to run at the same speed.

Is it an active fork? The last release is rather old.

Hi, I am looking for a decent 64bit Boxer replacement, which will be up to date with the latest DosBox etc.

Is this fork an active one and up to date? Thanks.

ps. I was trying to install the last release but cannot even launch it (issue created).

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.