Giter Site home page Giter Site logo

iina / iina Goto Github PK

View Code? Open in Web Editor NEW
36.4K 527.0 2.5K 261.6 MB

The modern video player for macOS.

Home Page: https://iina.io

License: GNU General Public License v3.0

Ruby 0.73% Swift 91.36% Objective-C 1.15% JavaScript 0.30% HTML 0.23% Rich Text Format 6.00% Shell 0.22%
macos video-player swift video mpv hacktoberfest

iina's Introduction

IINA

IINA is the modern video player for macOS.

Website · Releases · Telegram Group


Crowdin

Features

  • Based on mpv, which provides the best decoding capacity on macOS
  • Designed with modern versions of macOS (10.11+) in mind
  • All the features you need for video and music: subtitles, playlists, chapters…and much, much more!
  • Force Touch, picture-in-picture and advanced Touch Bar support
  • Customizable user interface including multiple color schemes and on screen controller (OSC) layout positioning
  • Standalone Music Mode designed for audio files
  • Video thumbnails
  • Online subtitle searching and intelligent local subtitle matching
  • Unlimited playback history
  • Convenient and interactive settings for video/audio filters
  • Fully customizable keyboard, mouse, trackpad, and gesture controls
  • mpv configuration files and script system for advanced users
  • Command line tool and browser extensions provided
  • In active development

Building

IINA uses mpv for media playback. To build IINA, you can either fetch copies of these libraries we have already built (using the instructions below) or build them yourself by skipping to these instructions.

Using the pre-compiled libraries

  1. Download pre-compiled libraries by running
./other/download_libs.sh
  • Tips:
    • Change the URL in the shell script if you want to download arch-specific binaries. By default, it will download the universal ones. You can download other binaries from https://iina.io/dylibs/${ARCH}/fileList.txt where ARCH can be universal, arm64 and x86_64.
    • If you want to build an older IINA version, make sure to download the corresponding dylibs. For example, https://iina.io/dylibs/1.2.0/universal/fileList.txt.
  1. Open iina.xcodeproj in the latest public version of Xcode. IINA may not build if you use any other version.

  2. Build the project.

Building mpv manually

  1. Build your own copy of mpv. If you're using a package manager to manage dependencies, the steps below outline the process.

    With Homebrew

    Use our tap as it passes in the correct flags to mpv's configure script:

    brew tap iina/homebrew-mpv-iina
    brew install mpv-iina

    With MacPorts

    Pass in these flags when installing:

    port install mpv +uchardet -bundle -rubberband configure.args="--enable-libmpv-shared --enable-lua --enable-libarchive --enable-libbluray --disable-swift --disable-rubberband"
  2. Copy the corresponding mpv and FFmpeg header files into deps/include/, replacing the current ones. You can find them on GitHub (e.g. mpv), but it's recommended to copy them from the Homebrew or MacPorts installation. Always make sure the header files have the same version of the dylibs.

  3. Run other/parse_doc.rb. This script will fetch the latest mpv documentation and generate MPVOption.swift, MPVCommand.swift and MPVProperty.swift. Copy them from other/ to iina/, replacing the current files. This is only needed when updating libmpv. Note that if the API changes, the player source code may also need to be changed.

  4. Run other/change_lib_dependencies.rb. This script will deploy the dependent libraries into deps/lib. If you're using a package manager to manage dependencies, invoke it like so:

    With Homebrew

    other/change_lib_dependencies.rb "$(brew --prefix)" "$(brew --prefix mpv-iina)/lib/libmpv.dylib"

    With MacPorts

    port contents mpv | grep '\.dylib$' | xargs other/change_lib_dependencies.rb /opt/local
  5. Open iina.xcodeproj in the latest public version of Xcode. IINA may not build if you use any other version.

  6. Remove all references to .dylib files from the Frameworks group in the sidebar and add all the .dylib files in deps/lib to that group by clicking "Add Files to iina..." in the context menu.

  7. Add all the imported .dylib files into the "Copy Dylibs" phase under "Build Phases" tab of the iina target.

  8. Make sure the necessary .dylib files are present in the "Link Binary With Libraries" phase under "Build Phases". Xcode should have already added all dylibs under this section.

  9. Build the project.

Contributing

IINA is always looking for contributions, whether it's through bug reports, code, or new translations.

  • If you find a bug in IINA, or would like to suggest a new feature or enhancement, it'd be nice if you could search your problem first; while we don't mind duplicates, keeping issues unique helps us save time and consolidates effort. If you can't find your issue, feel free to file a new one.

  • If you're looking to contribute code, please read CONTRIBUTING.md — it has information on IINA's process for handling contributions, and tips on how the code is structured to make your work easier.

  • If you'd like to translate IINA to your language, please visit IINA's instance of Crowdin. You can create an account for free and start translating and/or approving. Please do not send a pull request to this repo directly, Crowdin will automatically sync new translations with our repo. If you want to translate IINA into a new language that is currently not on the list, feel free to open an issue.

iina's People

Contributors

aikyuichi avatar ailtonvivaz avatar anohren avatar cee avatar cgand avatar darkbrow avatar drabweb avatar erikminekus avatar euf avatar harukama avatar iina-bot avatar imkota avatar inflation avatar j-rg avatar leoyoon-tsaw avatar lhc70000 avatar low-batt avatar maddthesane avatar matsune avatar metacosm avatar miigon avatar neesonqk avatar saagarjha avatar setanarut avatar shilch avatar superzazu avatar svobs avatar uiryuu avatar xjbeta avatar xu-cheng 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  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

iina's Issues

Zoom window by touchpad pinch gesture | 触控板双指缩放

你好,我非常喜欢您写的这个应用,我本身也是一个UI,UE设计师, 我认为您设计的这个软件很好看,也很好用
双指缩放功能我是在mplayerX上用到的, 我觉得这个功能非常有用, 希望您可以加上这个功能,万分感谢

感觉播放的操作逻辑不连贯

当然这可能是我的个人感觉:

默认设置下减速,加速,播放/暂停三个按钮的逻辑不是很连贯。

  1. 当减速或加速之后,暂停&播放,速度回归正常;
  2. 当加速时,想稍微减缓速度,点击减速则直接变为减速,反之亦然;
  3. 当减速加速的时候,想跳回默认速度,只能按照 1 的方法。

Touch Bar support enhancement

IINA has basic Touch Bar support (can be customized by Window->Customize Touch Bar.

Maybe we can add more functionality.

  • Display remaining time
  • Refine the slider (maybe like QuickTime)

Please suggest more.

Crash when quit by pressing 'q'

Process:               IINA [11566]
Path:                  /Applications/IINA.app/Contents/MacOS/IINA
Identifier:            com.colliderli.iina
Version:               0.0.1 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           IINA [11566]
User ID:               501

Date/Time:             2017-01-05 01:31:00.008 +0800
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        DAA690E4-0AB8-DFC9-3D1E-61BD02A7ADD8

Sleep/Wake UUID:       40C0EE22-1665-49F4-BDB3-3E5A9566614B

Time Awake Since Boot: 59000 seconds
Time Since Wake:       22000 seconds

System Integrity Protection: enabled

Crashed Thread:        1  Dispatch queue: com.colliderli.iina.controller

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

Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <IINA.MainWindowController 0x7ff326d4ec50> for the key path "themeMaterial" from <NSUserDefaults 0x600000056a40> because it is not registered as an observer.'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fffcb68ee7b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fffe0279cad objc_exception_throw + 48
2   CoreFoundation                      0x00007fffcb70d99d +[NSException raise:format:] + 205
3   Foundation                          0x00007fffcd05237f -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 493
4   Foundation                          0x00007fffcd052139 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 84
5   IINA                                0x0000000104e434ba _TFC4IINA20MainWindowControllerD + 234
6   AppKit                              0x00007fffc9146325 -[NSWindowController release] + 155
7   IINA                                0x0000000104eb5ae3 _TTSf4g_n___TFC4IINA10PlayerCore7sendOSDfOS_10OSDMessageT_ + 195
8   IINA                                0x0000000104ecd1f4 _TTSf4gs_s_n___TFC4IINA13MPVControllerP33_AA8C985EFDB89116DD68AB87EEE66A7320handlePropertyChangefTSSVSC18mpv_event_property_T_ + 4020
9   IINA                                0x0000000104ebf1a8 _TFC4IINA13MPVControllerP33_AA8C985EFDB89116DD68AB87EEE66A7311handleEventfGSQGSPVSC9mpv_event__T_ + 1432
10  IINA                                0x0000000104ece268 _TTSf4g___TFFC4IINA13MPVControllerP33_AA8C985EFDB89116DD68AB87EEE66A7310readEventsFT_T_U_FT_T_ + 40
11  IINA                                0x0000000104ecf706 _TPA__TFFC4IINA13MPVControllerP33_AA8C985EFDB89116DD68AB87EEE66A7310readEventsFT_T_U_FT_T_ + 38
12  libdispatch.dylib                   0x00007fffe0b2fef7 _dispatch_call_block_and_release + 12
13  libdispatch.dylib                   0x00007fffe0b270b8 _dispatch_client_callout + 8
14  libdispatch.dylib                   0x00007fffe0b3dae5 _dispatch_queue_serial_drain + 896
15  libdispatch.dylib                   0x00007fffe0b2fcd9 _dispatch_queue_invoke + 1046
16  libdispatch.dylib                   0x00007fffe0b28e70 _dispatch_root_queue_drain + 476
17  libdispatch.dylib                   0x00007fffe0b28c47 _dispatch_worker_thread3 + 99
18  libsystem_pthread.dylib             0x00007fffe0d74712 _pthread_wqthread + 1299
19  libsystem_pthread.dylib             0x00007fffe0d741ed start_wqthread + 13

Thread 0:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation      	0x00007fffcb589524 CFBasicHashFindBucket + 996
1   com.apple.CoreFoundation      	0x00007fffcb5a2ba1 CFDictionaryGetValueIfPresent + 129
2   com.apple.Foundation          	0x00007fffcd006e4a _decodeObjectBinary + 2738
3   com.apple.Foundation          	0x00007fffcd007f40 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1829
4   com.apple.Foundation          	0x00007fffcd00c366 -[NSArray(NSArray) initWithCoder:] + 200
5   com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
6   com.apple.Foundation          	0x00007fffcd006288 _decodeObject + 249
7   com.apple.AppKit              	0x00007fffc91a9071 -[NSView initWithCoder:] + 2017
8   com.apple.AppKit              	0x00007fffc9223c71 -[NSVisualEffectView initWithCoder:] + 49
9   com.colliderli.iina           	0x0000000104eb7bf6 _TToFC4IINA14ControlBarViewcfT5coderCSo7NSCoder_GSqS0__ + 118
10  com.apple.AppKit              	0x00007fffc91a81f0 -[NSClassSwapper initWithCoder:] + 595
11  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
12  com.apple.Foundation          	0x00007fffcd007f40 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1829
13  com.apple.Foundation          	0x00007fffcd00c366 -[NSArray(NSArray) initWithCoder:] + 200
14  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
15  com.apple.Foundation          	0x00007fffcd006288 _decodeObject + 249
16  com.apple.AppKit              	0x00007fffc91a9071 -[NSView initWithCoder:] + 2017
17  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
18  com.apple.Foundation          	0x00007fffcd006288 _decodeObject + 249
19  com.apple.AppKit              	0x00007fffc91ba334 -[NSWindowTemplate initWithCoder:] + 1013
20  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
21  com.apple.Foundation          	0x00007fffcd007f40 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1829
22  com.apple.Foundation          	0x00007fffcd00bf6e -[NSSet(NSSet) initWithCoder:] + 203
23  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
24  com.apple.Foundation          	0x00007fffcd006288 _decodeObject + 249
25  com.apple.AppKit              	0x00007fffc90fbd21 -[NSIBObjectData initWithCoder:] + 154
26  com.apple.Foundation          	0x00007fffcd006dc4 _decodeObjectBinary + 2604
27  com.apple.Foundation          	0x00007fffcd006288 _decodeObject + 249
28  com.apple.AppKit              	0x00007fffc90fbb42 loadNib + 299
29  com.apple.AppKit              	0x00007fffc90fb0d4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 308
30  com.apple.AppKit              	0x00007fffc935470a +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
31  com.apple.AppKit              	0x00007fffc93544e1 -[NSWindowController loadWindow] + 323
32  com.apple.AppKit              	0x00007fffc9146d79 -[NSWindowController window] + 84
33  com.apple.AppKit              	0x00007fffc9322834 -[NSWindowController showWindow:] + 36
34  com.colliderli.iina           	0x0000000104ea721e _TFC4IINA10PlayerCore8openFilefGSqV10Foundation3URL_T_ + 718
35  com.colliderli.iina           	0x0000000104e76a8a _TTSf4d_gs_n___TFC4IINA11AppDelegate11applicationfTCSo13NSApplication8openFileSS_Sb + 682
36  com.colliderli.iina           	0x0000000104e744e4 _TToFC4IINA11AppDelegate11applicationfTCSo13NSApplication8openFileSS_Sb + 68
37  com.apple.AppKit              	0x00007fffc956c7c9 -[NSApplication _doOpenFile:ok:tryTemp:] + 322
38  com.apple.AppKit              	0x00007fffc93574a3 -[NSApplication(NSAppleEventHandling) _openDocumentURLs:withCompletionHandler:] + 996
39  com.apple.AppKit              	0x00007fffc9356fae __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 935
40  com.apple.AppKit              	0x00007fffc913d188 -[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:] + 784
41  com.apple.AppKit              	0x00007fffc913babf -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] + 259
42  com.apple.AppKit              	0x00007fffc93569dd -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 265
43  com.apple.AppKit              	0x00007fffc913b558 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 744
44  com.apple.Foundation          	0x00007fffcd048ebd -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
45  com.apple.Foundation          	0x00007fffcd048d37 _NSAppleEventManagerGenericHandler + 102
46  com.apple.AE                  	0x00007fffcc44b0da aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 544
47  com.apple.AE                  	0x00007fffcc44ae51 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 39
48  com.apple.AE                  	0x00007fffcc44ad5d aeProcessAppleEvent + 312
49  com.apple.HIToolbox           	0x00007fffcaba17bf AEProcessAppleEvent + 55
50  com.apple.AppKit              	0x00007fffc9136dad _DPSNextEvent + 1833
51  com.apple.AppKit              	0x00007fffc98b121f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
52  com.apple.AppKit              	0x00007fffc912b465 -[NSApplication run] + 926
53  com.apple.AppKit              	0x00007fffc90f5d80 NSApplicationMain + 1237
54  com.colliderli.iina           	0x0000000104e1a1b9 main + 73
55  libdyld.dylib                 	0x00007fffe0b5d255 start + 1

Thread 1 Crashed:: Dispatch queue: com.colliderli.iina.controller
0   libsystem_kernel.dylib        	0x00007fffe0c8bdd6 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fffe0d77787 pthread_kill + 90
2   libsystem_c.dylib             	0x00007fffe0bf1420 abort + 129
3   libc++abi.dylib               	0x00007fffdf74c85a abort_message + 266
4   libc++abi.dylib               	0x00007fffdf771c4f default_terminate_handler() + 267
5   libobjc.A.dylib               	0x00007fffe027bf1e _objc_terminate() + 103
6   libc++abi.dylib               	0x00007fffdf76ed69 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fffdf76ede3 std::terminate() + 51
8   libdispatch.dylib             	0x00007fffe0b270cc _dispatch_client_callout + 28
9   libdispatch.dylib             	0x00007fffe0b3dae5 _dispatch_queue_serial_drain + 896
10  libdispatch.dylib             	0x00007fffe0b2fcd9 _dispatch_queue_invoke + 1046
11  libdispatch.dylib             	0x00007fffe0b28e70 _dispatch_root_queue_drain + 476
12  libdispatch.dylib             	0x00007fffe0b28c47 _dispatch_worker_thread3 + 99
13  libsystem_pthread.dylib       	0x00007fffe0d74712 _pthread_wqthread + 1299
14  libsystem_pthread.dylib       	0x00007fffe0d741ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffe0c8c4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffe0d745fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffe0d741ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffe0c8c4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffe0d74791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffe0d741ed start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffe0c8c4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffe0d74791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffe0d741ed start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffe0c8c4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffe0d74791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffe0d741ed start_wqthread + 13

Thread 6:: mpv/mpv core
0   libsystem_kernel.dylib        	0x00007fffe0c8bc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffe0d7596a _pthread_cond_wait + 712
2   libmpv.1.23.0.dylib           	0x000000010514f63a mp_dispatch_queue_process + 506
3   libmpv.1.23.0.dylib           	0x0000000105182481 mp_wait_events + 97
4   libmpv.1.23.0.dylib           	0x0000000105184c96 mp_idle + 86
5   libmpv.1.23.0.dylib           	0x0000000105184d45 idle_loop + 117
6   libmpv.1.23.0.dylib           	0x0000000105178159 mp_play_files + 57
7   libmpv.1.23.0.dylib           	0x00000001051648c0 playback_thread + 64
8   libsystem_pthread.dylib       	0x00007fffe0d74aab _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffe0d749f7 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffe0d741fd thread_start + 13

Thread 7:: mpv/lua (autoload)
0   libsystem_kernel.dylib        	0x00007fffe0c8bc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffe0d7596a _pthread_cond_wait + 712
2   libmpv.1.23.0.dylib           	0x000000010516443f wait_wakeup + 95
3   libmpv.1.23.0.dylib           	0x0000000105164b06 mpv_wait_event + 486
4   libmpv.1.23.0.dylib           	0x000000010517dda6 script_wait_event + 102
5   liblua.5.2.dylib              	0x00000001072d34a1 luaD_precall + 487
6   liblua.5.2.dylib              	0x00000001072de330 luaV_execute + 2780
7   liblua.5.2.dylib              	0x00000001072d3751 luaD_call + 71
8   liblua.5.2.dylib              	0x00000001072d0024 lua_callk + 75
9   libmpv.1.23.0.dylib           	0x000000010517d902 load_scripts + 338
10  liblua.5.2.dylib              	0x00000001072d34a1 luaD_precall + 487
11  liblua.5.2.dylib              	0x00000001072d3745 luaD_call + 59
12  liblua.5.2.dylib              	0x00000001072d2fd7 luaD_rawrunprotected + 86
13  liblua.5.2.dylib              	0x00000001072d3b6c luaD_pcall + 51
14  liblua.5.2.dylib              	0x00000001072d00b9 lua_pcallk + 120
15  libmpv.1.23.0.dylib           	0x000000010517d3ce run_lua + 1582
16  liblua.5.2.dylib              	0x00000001072d34a1 luaD_precall + 487
17  liblua.5.2.dylib              	0x00000001072d3745 luaD_call + 59
18  liblua.5.2.dylib              	0x00000001072d2fd7 luaD_rawrunprotected + 86
19  liblua.5.2.dylib              	0x00000001072d3b6c luaD_pcall + 51
20  liblua.5.2.dylib              	0x00000001072d00b9 lua_pcallk + 120
21  libmpv.1.23.0.dylib           	0x000000010517ccf4 load_lua + 180
22  libmpv.1.23.0.dylib           	0x0000000105185f62 script_thread + 114
23  libsystem_pthread.dylib       	0x00007fffe0d74aab _pthread_body + 180
24  libsystem_pthread.dylib       	0x00007fffe0d749f7 _pthread_start + 286
25  libsystem_pthread.dylib       	0x00007fffe0d741fd thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000700008664728  rdx: 0x0000000000000000
  rdi: 0x0000000000000f03  rsi: 0x0000000000000006  rbp: 0x0000700008664750  rsp: 0x0000700008664728
   r8: 0x00007fffe0c1a650   r9: 0x00007fffe0bdca50  r10: 0x000000000c000000  r11: 0x0000000000000206
  r12: 0x00007000086648b0  r13: 0x0000000000000030  r14: 0x0000700008665000  r15: 0x0000000000000008
  rip: 0x00007fffe0c8bdd6  rfl: 0x0000000000000206  cr2: 0x00007fffe998c128
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x104e15000 -        0x104f0bfff +com.colliderli.iina (0.0.1 - 1) <F3746188-690E-37F8-A409-280A48F00890> /Applications/IINA.app/Contents/MacOS/IINA
       0x1050e8000 -        0x1050efff7 +org.cocoapods.MASPreferences (1.1.4 - 1) <C4685FF1-B236-3176-B863-3789956BC49A> /Applications/IINA.app/Contents/Frameworks/MASPreferences.framework/Versions/A/MASPreferences
       0x105104000 -        0x1052dafff +libmpv.1.23.0.dylib (0) <D472766D-2110-3803-9BA9-048779EEFEC2> /Applications/IINA.app/Contents/Frameworks/libmpv.1.23.0.dylib
       0x105388000 -        0x105395fff +libswiftAppKit.dylib (3.0.2 - 800.0.63) <AE109184-6305-3381-AC40-C408F904F7D8> /Applications/IINA.app/Contents/Frameworks/libswiftAppKit.dylib
       0x1053a4000 -        0x10561bfff +libswiftCore.dylib (3.0.2 - 800.0.63) <75D2ABCC-609A-36DB-91CF-93670B475D1D> /Applications/IINA.app/Contents/Frameworks/libswiftCore.dylib
       0x1058b6000 -        0x1058c0ff7 +libswiftCoreData.dylib (3.0.2 - 800.0.63) <0156B34D-8B03-387C-A319-BDC11BEFB2ED> /Applications/IINA.app/Contents/Frameworks/libswiftCoreData.dylib
       0x1058d4000 -        0x1058e2ff7 +libswiftCoreGraphics.dylib (3.0.2 - 800.0.63) <469FD49F-8AF4-3085-8888-7BED749966C8> /Applications/IINA.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x1058fd000 -        0x105901ffe +libswiftCoreImage.dylib (3.0.2 - 800.0.63) <616C4B50-C50E-3491-9363-E67658827C2E> /Applications/IINA.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x10590a000 -        0x105910ff7 +libswiftDarwin.dylib (3.0.2 - 800.0.63) <920F7867-96FA-318A-B0A2-CE29A9735564> /Applications/IINA.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10591d000 -        0x105938fff +libswiftDispatch.dylib (3.0.2 - 800.0.63) <07255710-F443-3F8A-BFED-F79781B178FE> /Applications/IINA.app/Contents/Frameworks/libswiftDispatch.dylib
       0x105975000 -        0x105a4ffff +libswiftFoundation.dylib (3.0.2 - 800.0.63) <89EAD7E5-4783-3882-98E7-5AE34D4DE984> /Applications/IINA.app/Contents/Frameworks/libswiftFoundation.dylib
       0x105b56000 -        0x105b59ff7 +libswiftIOKit.dylib (3.0.2 - 800.0.63) <21E3090E-2615-334E-A2CD-BD219361F4BD> /Applications/IINA.app/Contents/Frameworks/libswiftIOKit.dylib
       0x105b5f000 -        0x105b64fff +libswiftObjectiveC.dylib (3.0.2 - 800.0.63) <AA60CC2D-1864-3787-8CDF-E8EE712A6E6C> /Applications/IINA.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x105b70000 -        0x105b76ff7 +libswiftQuartzCore.dylib (3.0.2 - 800.0.63) <6A841498-B953-3794-8A2A-B5DD478A6743> /Applications/IINA.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x105b82000 -        0x105b85ff7 +libswiftXPC.dylib (3.0.2 - 800.0.63) <188A7BF2-7DB0-35EB-9C64-95938C7FE530> /Applications/IINA.app/Contents/Frameworks/libswiftXPC.dylib
       0x105b8b000 -        0x105bb3ff7 +libass.5.dylib (0) <1EC77423-E00B-3556-A2DA-2EC821E6F69D> /Applications/IINA.app/Contents/Frameworks/libass.5.dylib
       0x105bc6000 -        0x105be2ffb +libuchardet.0.dylib (0) <5A7B2614-0D4F-3D05-91FD-D275E43527EE> /Applications/IINA.app/Contents/Frameworks/libuchardet.0.dylib
       0x105bf2000 -        0x105c34fff +libavutil.55.dylib (0) <3237A583-4778-3519-AF21-E286133D668C> /Applications/IINA.app/Contents/Frameworks/libavutil.55.dylib
       0x105c60000 -        0x10685dfef +libavcodec.57.dylib (0) <6946BE44-FDF9-30B4-9AF0-D000F3D30A42> /Applications/IINA.app/Contents/Frameworks/libavcodec.57.dylib
       0x106ebf000 -        0x107021fff +libavformat.57.dylib (0) <B9596223-D6BD-38CE-996D-4364DC1C2243> /Applications/IINA.app/Contents/Frameworks/libavformat.57.dylib
       0x10706b000 -        0x1070e0ff7 +libswscale.4.dylib (0) <AF4DDEBE-EE97-31CF-98F0-061AC1D96E9A> /Applications/IINA.app/Contents/Frameworks/libswscale.4.dylib
       0x1070f4000 -        0x107228fef +libavfilter.6.dylib (0) <E00ED855-49D6-3EC4-B11A-32F528E32C92> /Applications/IINA.app/Contents/Frameworks/libavfilter.6.dylib
       0x107290000 -        0x1072bcfff +libjpeg.8.dylib (0) <7A528846-854A-370E-AE9A-EEA0842EEC9C> /Applications/IINA.app/Contents/Frameworks/libjpeg.8.dylib
       0x1072cd000 -        0x1072ebff3 +liblua.5.2.dylib (0) <556FE7BC-7715-36A7-96A5-C579A1DF3D07> /Applications/IINA.app/Contents/Frameworks/liblua.5.2.dylib
       0x1072f8000 -        0x107312fff +libswresample.2.dylib (0) <0FA2EBC0-9274-380D-A1C7-241C68C95910> /Applications/IINA.app/Contents/Frameworks/libswresample.2.dylib
       0x10731d000 -        0x107354ff7 +liblcms2.2.dylib (0) <36AB2D1C-84C3-3695-A257-4F045CDBE6BA> /Applications/IINA.app/Contents/Frameworks/liblcms2.2.dylib
       0x107370000 -        0x10737eff7 +libavdevice.57.dylib (0) <F329AAAC-F153-3ED8-9221-46F85392F8EE> /Applications/IINA.app/Contents/Frameworks/libavdevice.57.dylib
       0x10738d000 -        0x1073a0ff3 +libfribidi.0.dylib (0) <0ED0E7BF-FBD1-376D-B5E7-62BD7ABB762B> /Applications/IINA.app/Contents/Frameworks/libfribidi.0.dylib
       0x1073aa000 -        0x107473ffb +libglib-2.0.0.dylib (0) <98C37A0C-30B7-32B0-92A9-B50F4BEF25A6> /Applications/IINA.app/Contents/Frameworks/libglib-2.0.0.dylib
       0x1074a3000 -        0x1074abff3 +libintl.8.dylib (0) <89A49B65-40E2-340A-A6B3-B344F7AEEB32> /Applications/IINA.app/Contents/Frameworks/libintl.8.dylib
       0x1074b5000 -        0x1074e2fff +libfontconfig.1.dylib (0) <95794440-D044-33FB-97DD-AB458E5FF34B> /Applications/IINA.app/Contents/Frameworks/libfontconfig.1.dylib
       0x1074f6000 -        0x107569ff3 +libfreetype.6.dylib (0) <8692385A-4D59-32A3-AAC3-D0C3F7111E51> /Applications/IINA.app/Contents/Frameworks/libfreetype.6.dylib
       0x107589000 -        0x1075d0fff +libharfbuzz.0.dylib (0) <B64639E0-E9AB-382C-AD47-6BA9005836AC> /Applications/IINA.app/Contents/Frameworks/libharfbuzz.0.dylib
       0x1075ed000 -        0x107656fff +libpcre.1.dylib (0) <9207835E-6878-3B8C-91D8-B1900147205E> /Applications/IINA.app/Contents/Frameworks/libpcre.1.dylib
       0x107665000 -        0x10767effb  libexpat.1.dylib (15) <617B8B7A-A0AB-37D6-AFCA-F90F7F14E455> /usr/lib/libexpat.1.dylib
       0x107689000 -        0x1076acffb +libpng16.16.dylib (0) <01088AC2-5BF8-3B05-AD2D-29A5DA7DD88C> /Applications/IINA.app/Contents/Frameworks/libpng16.16.dylib
       0x1076bb000 -        0x1076bbfff  com.apple.VideoDecodeAcceleration (1.1 - 10) <D1187AC4-A653-38DB-A92D-E9FB1DD26F13> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration
       0x1076c3000 -        0x1077a1ff7 +libx264.148.dylib (0) <82BA231C-8BFA-3556-B0E4-8AB00667B69C> /Applications/IINA.app/Contents/Frameworks/libx264.148.dylib
       0x10783c000 -        0x107874ff7 +libmp3lame.0.dylib (0) <6019AC7B-5CAD-36E8-9B45-4A875A23ADA0> /Applications/IINA.app/Contents/Frameworks/libmp3lame.0.dylib
       0x1078b4000 -        0x1078d5fff +libpostproc.54.dylib (0) <07462B2D-EDF1-3CBA-8B0F-9BB7E0FE2065> /Applications/IINA.app/Contents/Frameworks/libpostproc.54.dylib
       0x1078e1000 -        0x1078fefff +libavresample.3.dylib (0) <8F552672-9F24-3E23-93CC-57ED022C0C71> /Applications/IINA.app/Contents/Frameworks/libavresample.3.dylib
       0x10ac86000 -        0x10b1c8ff7  com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.22.25 - 10.2.2) <DEFBC789-E891-3CC2-AA97-480BCAF00096> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
       0x10b3e2000 -        0x10b45ffff  com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.22.25 - 10.2.2) <9DB886AF-A908-3BB5-B544-48BC1493E2BC> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
       0x10f716000 -        0x10f753267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
    0x7fffc7de6000 -     0x7fffc7fa5ffb  com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffc7fa6000 -     0x7fffc8049fff  com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffc8112000 -     0x7fffc8112fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffc8113000 -     0x7fffc812affb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffc812b000 -     0x7fffc8644feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffc8645000 -     0x7fffc87b5ff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffc87b6000 -     0x7fffc87caffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffc87cb000 -     0x7fffc8bc1fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffc8bc2000 -     0x7fffc8bd8fff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffc8bd9000 -     0x7fffc8bdffff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffc8be0000 -     0x7fffc8bf4ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffc8bf5000 -     0x7fffc8d7cfe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffc8d7d000 -     0x7fffc8e2fffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffc8e30000 -     0x7fffc8e30fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffc90f0000 -     0x7fffc9ec1ff7  com.apple.AppKit (6.9 - 1504.76) <AF99A491-3175-362D-B313-074A3F87E49A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffc9ed3000 -     0x7fffc9ed3fff  com.apple.ApplicationServices (48 - 48) <A29F0B74-33C1-3062-B68D-12BC3881C399> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffc9ed4000 -     0x7fffc9f42ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffc9fdc000 -     0x7fffca10bfff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffca10c000 -     0x7fffca156fff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffca1b3000 -     0x7fffca1e6ff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffca252000 -     0x7fffca2fcff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffca2fd000 -     0x7fffca34dff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffca34e000 -     0x7fffca35dff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffca35e000 -     0x7fffca3abfff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffca3ac000 -     0x7fffca3e7fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffca3e8000 -     0x7fffca3f3ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffca3f4000 -     0x7fffca604fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffca605000 -     0x7fffca605fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffca76e000 -     0x7fffcab41ff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffcab5b000 -     0x7fffcab5bfff  com.apple.Carbon (154 - 157) <E7179C37-54BF-3DAC-BD4A-ABCCBBDFDDAE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffcab5c000 -     0x7fffcab5ffff  com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffcab60000 -     0x7fffcae68ff7  com.apple.HIToolbox (2.1.1 - 856.11) <11F1BAA6-547C-37CB-88DE-6C4B698AFF37> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffcae69000 -     0x7fffcae6cff7  com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffcae6d000 -     0x7fffcae72fff  com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffcae73000 -     0x7fffcaf0aff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffcaf0b000 -     0x7fffcaf25fff  com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffcaf26000 -     0x7fffcaf27ff3  com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffcaf28000 -     0x7fffcaf2aff7  com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffcaf2b000 -     0x7fffcaf31ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffcb010000 -     0x7fffcb010fff  com.apple.Cocoa (6.11 - 22) <6A3C97E3-3905-3767-978F-C2E4C3899CD2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffcb150000 -     0x7fffcb1e0ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffcb1e1000 -     0x7fffcb1f4fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffcb1f5000 -     0x7fffcb4effeb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffcb4f0000 -     0x7fffcb57cfff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffcb57d000 -     0x7fffcba17fff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffcba18000 -     0x7fffcc09afff  com.apple.CoreGraphics (2.0 - 1070.13) <C6E5A0EC-CEEE-3834-B37C-E5CF9EECDD52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffcc09b000 -     0x7fffcc2ddfff  com.apple.CoreImage (12.2.0 - 451.2.6) <FA735717-BE82-397E-B0DC-71D83682D2F7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffcc345000 -     0x7fffcc3f5fff  com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffcc3f6000 -     0x7fffcc441fff  com.apple.CoreMediaIO (803.0 - 4928.1) <708A23DA-D49B-33B2-AF2D-957570E3B0DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffcc442000 -     0x7fffcc442fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffcc443000 -     0x7fffcc494fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffcc495000 -     0x7fffcc770ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffcc771000 -     0x7fffcc7a4fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffcc7a5000 -     0x7fffcc7adffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffcc7ae000 -     0x7fffcc91aff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffcc91b000 -     0x7fffcc9cbfff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffcc9cc000 -     0x7fffcca2bfff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffcca2c000 -     0x7fffcca9cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffcca9d000 -     0x7fffccae3ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffccb70000 -     0x7fffcccbcff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffcccbd000 -     0x7fffcccf2fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffcccf3000 -     0x7fffccd64ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffcce63000 -     0x7fffcce68fff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffccff7000 -     0x7fffcd39eff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffcd3ca000 -     0x7fffcd3fbfff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffcd4bb000 -     0x7fffcd55effb  com.apple.Bluetooth (5.0.2 - 5.0.2f4) <D4B76B20-7777-39C9-8365-FC0C0DE17AB0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffcd55f000 -     0x7fffcd5f4ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffcd5f5000 -     0x7fffcd5fbffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffcd5fc000 -     0x7fffcd64cff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffcd64d000 -     0x7fffcd7a6fef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffcd7a7000 -     0x7fffcd7abfff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffcd7ac000 -     0x7fffcd89cff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffcd89d000 -     0x7fffcd8c0ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffcd8c1000 -     0x7fffcd8e8ff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffcd8e9000 -     0x7fffcd8ebff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffcd8ec000 -     0x7fffcd945ff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffcda71000 -     0x7fffce514ff7  com.apple.JavaScriptCore (12602 - 12602.3.12.0.1) <098A6380-FB0A-3087-B252-8FD0CE99FBA3> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffce515000 -     0x7fffce52eff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffce7bb000 -     0x7fffce7c1fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffce7d7000 -     0x7fffced2bfff  com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffced2c000 -     0x7fffced84fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffcf658000 -     0x7fffcf660fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffcf835000 -     0x7fffcf83dff7  libcldcpuengine.dylib (2.8.5) <6AFCDCF5-7788-3EFC-B761-6C31DBF205A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffcfa06000 -     0x7fffcfa54ff3  com.apple.opencl (2.8.6 - 2.8.6) <85574B12-CEED-373A-808E-B4BC7907AC7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffcfa55000 -     0x7fffcfa6effb  com.apple.CFOpenDirectory (10.12 - 194) <292FCA26-B2E4-37F8-BC8C-8369ACD3345A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffcfa6f000 -     0x7fffcfa7aff7  com.apple.OpenDirectory (10.12 - 194) <399F4633-97CE-3560-BB3C-1E30E9604878> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffcfa7b000 -     0x7fffcfa7dfff  libCVMSPluginSupport.dylib (13.0.10) <06D7F8EC-1D2B-38C2-B3FE-7D39185370BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffcfa7e000 -     0x7fffcfa81ff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffcfa82000 -     0x7fffcfa85fff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffcfa86000 -     0x7fffcfa8effb  libGFXShared.dylib (13.0.10) <0257924D-0226-306C-817B-6B624AD8C80F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffcfa8f000 -     0x7fffcfa9afff  libGL.dylib (13.0.10) <9BDE83C8-D820-34AB-ADBB-89394EE706FB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffcfa9b000 -     0x7fffcfad7fe7  libGLImage.dylib (13.0.10) <38CB2689-C869-31A4-BECB-2E4F91F1FD1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffcfad8000 -     0x7fffcfc4effb  libGLProgrammability.dylib (13.0.10) <96C3D0DF-73EB-3CEF-9527-03FA8C403546> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffcfc4f000 -     0x7fffcfc8fff3  libGLU.dylib (13.0.10) <0303130B-3A1D-37C3-BEA5-0A2154C842D3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffd05f7000 -     0x7fffd0605fff  com.apple.opengl (13.0.10 - 13.0.10) <7F1E35F8-F0D1-389B-B8CC-E06E02714005> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffd0606000 -     0x7fffd07acfff  GLEngine (13.0.10) <BCEDD508-5670-307C-ACC0-4B4740CE6D85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fffd07ad000 -     0x7fffd07d7ffb  GLRendererFloat (13.0.10) <91FFF901-0388-3FF0-B89B-9A0D2E992F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fffd0870000 -     0x7fffd09b7fff  com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffd09b8000 -     0x7fffd0c22ff7  com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffd0c23000 -     0x7fffd0ce7fff  com.apple.PDFKit (1.0 - 1) <C1F429E3-1DCE-3F53-B189-19ED7F413D57> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffd0ce8000 -     0x7fffd120efff  com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffd120f000 -     0x7fffd1232ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffd1233000 -     0x7fffd1320fff  com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffd1321000 -     0x7fffd1321fff  com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffd1322000 -     0x7fffd151dff7  com.apple.QuartzCore (1.11 - 449.41.15) <32D80183-DCE4-34A7-AA46-DD1DE0DAA859> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffd151e000 -     0x7fffd1573fff  com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffd1574000 -     0x7fffd1587ff7  com.apple.SafariServices.framework (12602 - 12602.3.12.0.1) <B6EEDF8F-56BF-3E9D-A615-175E03E6A547> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fffd1a83000 -     0x7fffd1da2fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffd1da3000 -     0x7fffd1e19ff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffd1e43000 -     0x7fffd1e46ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffd21cd000 -     0x7fffd223eff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffd223f000 -     0x7fffd25ecfff  com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffd4877000 -     0x7fffd4892ff3  com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffd4893000 -     0x7fffd48a0ff3  com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffd48a1000 -     0x7fffd48c3ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffd48c4000 -     0x7fffd48d3fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffd49c4000 -     0x7fffd4a4f97f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffd4a88000 -     0x7fffd4a8bff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffd4a8c000 -     0x7fffd4adefff  com.apple.AppleVAFramework (5.0.34 - 5.0.34) <DADC6087-9B6D-3267-83BB-5DCF4A09B2E4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffd4e74000 -     0x7fffd4ef2fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffd5b78000 -     0x7fffd5b9fffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffd64c8000 -     0x7fffd64d1ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffd6655000 -     0x7fffd6a32fe7  com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffd6a33000 -     0x7fffd6a63fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffd6bf1000 -     0x7fffd6c01fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffd6cb6000 -     0x7fffd6cccff3  com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffd6cd3000 -     0x7fffd6d63ffb  com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffd6ee4000 -     0x7fffd6f14ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffd71a4000 -     0x7fffd722efff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffd722f000 -     0x7fffd736dfd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffd736e000 -     0x7fffd741eff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffd746e000 -     0x7fffd74d3ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffd74d4000 -     0x7fffd74e1ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffd7553000 -     0x7fffd755dff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffd7593000 -     0x7fffd760aff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffd7647000 -     0x7fffd7686fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffd7687000 -     0x7fffd7798fff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffd78d8000 -     0x7fffd78e2ff7  com.apple.DisplayServicesFW (3.1 - 380) <0A48A624-F5E7-3C29-8958-12219060F663> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffd7a7c000 -     0x7fffd7eadff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffd9202000 -     0x7fffd9202fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffd920f000 -     0x7fffd921aff3  libGPUSupportMercury.dylib (13.0.10) <99773A80-8B47-33F7-9406-96DC530FB586> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffd94ce000 -     0x7fffd94eaff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffd9be8000 -     0x7fffd9c5efff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffda281000 -     0x7fffda288ffb  com.apple.IOAccelerator (289.27 - 289.27) <61C7765B-EE2E-36E1-B51C-FFA13A657711> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffda28a000 -     0x7fffda29eff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffda29f000 -     0x7fffda2c1fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffda35d000 -     0x7fffda36dff3  com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffda3a4000 -     0x7fffda55afff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffdabb4000 -     0x7fffdabb7fff  com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffdae1e000 -     0x7fffdae97ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffdaffd000 -     0x7fffdb008ff3  com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffdb019000 -     0x7fffdb041fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <BA3D9226-2672-3039-A105-C2639A7E22F2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffdb0f0000 -     0x7fffdb0fafff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffdb976000 -     0x7fffdb9b7ff7  com.apple.PerformanceAnalysis (1.145 - 145) <2D5D4A56-5F67-3BBB-9AAC-95FAC199877C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffdc05a000 -     0x7fffdc074fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffdc075000 -     0x7fffdc085ffb  com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffdc08e000 -     0x7fffdc0b1ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffdcd1d000 -     0x7fffdcd20fff  com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffdcdaf000 -     0x7fffdce2cff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffdce4d000 -     0x7fffdd0acfe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffdd28d000 -     0x7fffdd299ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffdd982000 -     0x7fffdd9eeff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffddde8000 -     0x7fffdddeeff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffdde7d000 -     0x7fffde045ff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffde0b9000 -     0x7fffde0bafff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffde0bb000 -     0x7fffde24bff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffdeca7000 -     0x7fffded6aff7  com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffdf194000 -     0x7fffdf19afff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffdf26b000 -     0x7fffdf26dffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffdf2c2000 -     0x7fffdf2ddff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fffdf2de000 -     0x7fffdf2e9fff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fffdf37b000 -     0x7fffdf37cff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffdf37d000 -     0x7fffdf590fff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fffdf5ac000 -     0x7fffdf5b3fff  libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
    0x7fffdf5b4000 -     0x7fffdf5b4fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffdf5b5000 -     0x7fffdf5b9ff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fffdf5ba000 -     0x7fffdf5bbff3  libSystem.B.dylib (1238) <FF55E335-37C3-3567-9415-A3A1473775F5> /usr/lib/libSystem.B.dylib
    0x7fffdf627000 -     0x7fffdf652ffb  libarchive.2.dylib (41.30.3) <19B93FE5-4386-38C8-963F-7DBDAB96FEBA> /usr/lib/libarchive.2.dylib
    0x7fffdf653000 -     0x7fffdf6cffc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fffdf6d3000 -     0x7fffdf6d3ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fffdf6d4000 -     0x7fffdf6e4ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffdf6e5000 -     0x7fffdf6f3ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fffdf6f4000 -     0x7fffdf74aff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fffdf74b000 -     0x7fffdf775fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fffdf776000 -     0x7fffdf786ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffdf787000 -     0x7fffdf79cfc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fffdf79d000 -     0x7fffdf79dff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fffdf79e000 -     0x7fffdf79fff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffdf859000 -     0x7fffdf93eff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffdfadc000 -     0x7fffdfb2fff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fffdfb81000 -     0x7fffdfb88ff3  libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib
    0x7fffdfbaa000 -     0x7fffdfbaafff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffdfbba000 -     0x7fffdfbbfff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fffdfbc0000 -     0x7fffdfcb2ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffdfcb3000 -     0x7fffdfed8ffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fffdfede000 -     0x7fffdfedffff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fffdfee0000 -     0x7fffdfef9ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffdfefa000 -     0x7fffdff10ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fffdff11000 -     0x7fffe01b8ff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fffe01eb000 -     0x7fffe0264ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fffe0265000 -     0x7fffe0635d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fffe0638000 -     0x7fffe063cfff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffe063d000 -     0x7fffe066dff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fffe068b000 -     0x7fffe06a7ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffe06a8000 -     0x7fffe06e1fff  libsandbox.1.dylib (592.31.1) <F87604AB-C47D-327D-B56A-54600C26B3B6> /usr/lib/libsandbox.1.dylib
    0x7fffe06f5000 -     0x7fffe06f6ff3  libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib
    0x7fffe06f7000 -     0x7fffe083ffe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fffe0934000 -     0x7fffe0941fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fffe0945000 -     0x7fffe0a34ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fffe0a35000 -     0x7fffe0a5efff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fffe0a5f000 -     0x7fffe0a70ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffe0a7f000 -     0x7fffe0a83ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fffe0a84000 -     0x7fffe0a8fff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fffe0a90000 -     0x7fffe0a97fff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fffe0a98000 -     0x7fffe0aa0fff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fffe0aa1000 -     0x7fffe0b24fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fffe0b25000 -     0x7fffe0b57fff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fffe0b58000 -     0x7fffe0b5dff3  libdyld.dylib (421.2) <E5A2414F-2480-3BB2-BE94-176119A80876> /usr/lib/system/libdyld.dylib
    0x7fffe0b5e000 -     0x7fffe0b5effb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fffe0b5f000 -     0x7fffe0b6bffb  libkxld.dylib (3789.31.2) <524D7C3D-73EB-3F62-ADB1-9DFBACB95924> /usr/lib/system/libkxld.dylib
    0x7fffe0b6c000 -     0x7fffe0b6cfff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fffe0b6d000 -     0x7fffe0b72fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fffe0b73000 -     0x7fffe0b75ff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fffe0b76000 -     0x7fffe0b77ffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fffe0b78000 -     0x7fffe0b90ff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fffe0b91000 -     0x7fffe0b91ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fffe0b92000 -     0x7fffe0c1ffef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fffe0c20000 -     0x7fffe0c23ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fffe0c24000 -     0x7fffe0c27fff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffe0c28000 -     0x7fffe0c40ff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fffe0c41000 -     0x7fffe0c47fff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffe0c48000 -     0x7fffe0c71ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fffe0c72000 -     0x7fffe0c94ff7  libsystem_kernel.dylib (3789.31.2) <FCEEBBD4-DF66-34D8-A32F-4F8C8E814E40> /usr/lib/system/libsystem_kernel.dylib
    0x7fffe0c95000 -     0x7fffe0cdcfe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fffe0cdd000 -     0x7fffe0cfbff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fffe0cfc000 -     0x7fffe0d53ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fffe0d54000 -     0x7fffe0d5dff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffe0d5e000 -     0x7fffe0d67ff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fffe0d68000 -     0x7fffe0d70fe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fffe0d71000 -     0x7fffe0d7bff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fffe0d7c000 -     0x7fffe0d7fff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffe0d80000 -     0x7fffe0d81fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fffe0d82000 -     0x7fffe0d89fff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffe0d8a000 -     0x7fffe0daaff7  libsystem_trace.dylib (518.30.7) <5BD4ECD4-75CA-38EA-AF5C-B481C15955F8> /usr/lib/system/libsystem_trace.dylib
    0x7fffe0dab000 -     0x7fffe0db0ffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fffe0db1000 -     0x7fffe0ddaff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=323.0M resident=0K(0%) swapped_out_or_unallocated=323.0M(100%)
Writable regions: Total=93.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=93.0M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
CG backing stores                  440K        3 
CG image                            12K        4 
CoreUI image file                  288K        6 
Kernel Alloc Once                    8K        2 
MALLOC                            57.9M       32 
MALLOC guard page                   32K        7 
Memory Tag 242                      12K        2 
STACK GUARD                       56.0M        9 
Stack                             11.6M        9 
Swift metadata                      68K        8 
VM_ALLOCATE                         68K       13 
__DATA                            33.7M      296 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       121.0M       46 
__TEXT                           201.9M      291 
__UNICODE                          556K        2 
mapped file                       49.4M       13 
shared memory                     16.3M       14 
===========                     =======  ======= 
TOTAL                            552.7M      743 

Model: MacBookPro12,1, BootROM MBP121.0167.B18, 2 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.28f7
Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464132333241324D412D4A442D460000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464132333241324D412D4A442D460000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.21.171.68.1a4)
Bluetooth: Version 5.0.2f4, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128G, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: USB3.0 Hub
USB Device: USB3-SATA-UASP1
USB Device: USB to ATA/ATAPI Bridge
USB Device: Bluetooth USB Host Controller
USB Device: USB3.0 Hub
USB Device: Controller
USB Device: Hub
USB Device: USB Receiver
USB Device: USB Keyboard
USB Device: DigiHug USB Audio
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

Link issue in gh page

Just a quick note.

中文语言首页上的“查看界面截图”和“提出你想要的功能”链接炸了(多了一层 zh-cn/

About SPDIF digital output support

This is a great project!
I suggest to add through the built-in optical fiber direct output DTS AC3 support.
This is very useful for playing HD audio and video.
Thank you for all the work you've done!

Running on 10.10.5 failed.

Said in QQ group yesterday, create new issue here as note.
Below is error message.

Process: IINA [1069]
Path: /Applications/IINA.app/Contents/MacOS/IINA
Identifier: com.colliderli.iina
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: IINA [1069]
User ID: 501

Date/Time: 2017-01-06 20:16:10.803 +0800
OS Version: Mac OS X 10.10.5 (14F2109)
Report Version: 11
Anonymous UUID: 87CC4512-7FD3-F158-F106-A19F00D3E1FC

Sleep/Wake UUID: 218FDBE8-1640-4FF6-9D7C-F3CCB9279A1C

Time Awake Since Boot: 5700 seconds
Time Since Wake: 2400 seconds

Crashed Thread: 0

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/libmpv.1.23.0.dylib
Referenced from: /Applications/IINA.app/Contents/MacOS/IINA
Reason: no suitable image found. Did find:
/Applications/IINA.app/Contents/MacOS/../Frameworks/libmpv.1.23.0.dylib: code signature invalid for '/Applications/IINA.app/Contents/MacOS/../Frameworks/libmpv.1.23.0.dylib'

/Applications/IINA.app/Contents/MacOS/../Frameworks/libmpv.1.23.0.dylib: code signature invalid for '/Applications/IINA.app/Contents/MacOS/../Frameworks/libmpv.1.23.0.dylib'

Binary Images:
0x7fff6cb17000 - 0x7fff6cb4d92f dyld (353.2.4) <708E385E-50C6-32A3-983C-42E97BEE4346> /usr/lib/dyld

Model: MacBookPro11,2, BootROM MBP112.0138.B18, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.6f4 17916, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

mpv_opengl_cb_report_flip should probably be called inside the DisplayLink callback

Hi!

I was checking out your rendering code, and I noticed you call mpv_opengl_cb_report_flip inside drawFrame (1). I think it would be better to call it inside drawVideoafter the flushBuffertook place.

During normal operation (24p on 60hz display) it should make little difference, but calling the function when the flip actually happened will help with options like --video-sync=display-resample (2) to work correctly.

(1): https://github.com/lhc70000/iina/blob/master/iina/VideoView.swift#L285
(2): https://mpv.io/manual/master/#options-video-sync

Icon for file types | 文件图标

If set IINA as default application of some file types (although it's not recommend for current version), corresponding file icons are needed.

Force using discrete GPU when playing | 强制使用独显

打开程序未播放可以使用集显,开始播放视频时就会强制切换到独显。
img

目前试出来的就是空格键和command+,会出现新打开程序后 快捷功能失效,窗口是在active的,失效可以用其他不失效的按键恢复?比如空格暂停,按一次p键就恢复了
img

开启提示错误

每次播放视频时总是提示

Error setting option --= with return value -5. Pleaase check your settings.

Fatal error: MPV API error: "error setting option", Return value: -7.
The application will exit now.

first run usually crashes.

Process:               IINA [1128]
Path:                  /Applications/IINA.app/Contents/MacOS/IINA
Identifier:            com.colliderli.iina
Version:               0.0.1 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           IINA [1128]
User ID:               501

Date/Time:             2017-01-05 22:04:14.271 +0800
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        56B8ED43-6B64-83E0-1979-02F2CDEF957B


Time Awake Since Boot: 3700 seconds

System Integrity Protection: enabled

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

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

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.colliderli.iina           	0x00000001051a32aa _TFC4IINA20MainWindowController25updateBufferIndicatorViewfT_T_ + 682
1   com.colliderli.iina           	0x00000001051ff28e _TFC4IINA10PlayerCore8openFilefGSqV10Foundation3URL_T_ + 830
2   com.colliderli.iina           	0x00000001051cea8a _TTSf4d_gs_n___TFC4IINA11AppDelegate11applicationfTCSo13NSApplication8openFileSS_Sb + 682
3   com.colliderli.iina           	0x00000001051cc4e4 _TToFC4IINA11AppDelegate11applicationfTCSo13NSApplication8openFileSS_Sb + 68
4   com.apple.AppKit              	0x00007fffbcdea7c9 -[NSApplication _doOpenFile:ok:tryTemp:] + 322
5   com.apple.AppKit              	0x00007fffbcbd54a3 -[NSApplication(NSAppleEventHandling) _openDocumentURLs:withCompletionHandler:] + 996
6   com.apple.AppKit              	0x00007fffbcbd4fae __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 935
7   com.apple.AppKit              	0x00007fffbd3fcbab __72-[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:]_block_invoke + 37
8   com.apple.AppKit              	0x00007fffbc9bb188 -[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:] + 784
9   com.apple.AppKit              	0x00007fffbccb0426 -[NSPersistentUIRestorer finishedRestoringWindowsWithZOrder:completionHandler:] + 1903
10  com.apple.AppKit              	0x00007fffbccee93c __82-[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:completionHandler:]_block_invoke_3 + 166
11  com.apple.AppKit              	0x00007fffbccee86f __99-[NSApplication(NSPersistentUIRestorationSupport) _restoreWindowWithRestoration:completionHandler:]_block_invoke + 401
12  com.apple.AppKit              	0x00007fffbcce5a72 -[NSApplication(NSPersistentUIRestorationSupport) _restoreWindowWithRestoration:completionHandler:] + 880
13  com.apple.AppKit              	0x00007fffbccaf08e -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:completionHandler:] + 2137
14  com.apple.AppKit              	0x00007fffbd3fcb45 -[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:] + 272
15  com.apple.AppKit              	0x00007fffbc9b9b2c -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] + 368
16  com.apple.AppKit              	0x00007fffbcbd49dd -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 265
17  com.apple.AppKit              	0x00007fffbc9b9558 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 744
18  com.apple.Foundation          	0x00007fffc08c6ebd -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
19  com.apple.Foundation          	0x00007fffc08c6d37 _NSAppleEventManagerGenericHandler + 102
20  com.apple.AE                  	0x00007fffbfcc90da aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 544
21  com.apple.AE                  	0x00007fffbfcc8e51 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 39
22  com.apple.AE                  	0x00007fffbfcc8d5d aeProcessAppleEvent + 312
23  com.apple.HIToolbox           	0x00007fffbe41f7bf AEProcessAppleEvent + 55
24  com.apple.AppKit              	0x00007fffbc9b4dad _DPSNextEvent + 1833
25  com.apple.AppKit              	0x00007fffbd12f21f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
26  com.apple.AppKit              	0x00007fffbc9a9465 -[NSApplication run] + 926
27  com.apple.AppKit              	0x00007fffbc973d80 NSApplicationMain + 1237
28  com.colliderli.iina           	0x00000001051721b9 main + 73
29  libdyld.dylib                 	0x00007fffd43db255 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffd450a4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd45f25fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd45f21ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffd450a4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd45f2791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd45f21ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffd450a4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd45f2791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd45f21ed start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffd450a4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd45f2791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd45f21ed start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffd450a4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd45f25fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd45f21ed start_wqthread + 13

Thread 6:: mpv/mpv core
0   libsystem_kernel.dylib        	0x00007fffd4509c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd45f396a _pthread_cond_wait + 712
2   libmpv.1.23.0.dylib           	0x00000001054a263a mp_dispatch_queue_process + 506
3   libmpv.1.23.0.dylib           	0x00000001054d5481 mp_wait_events + 97
4   libmpv.1.23.0.dylib           	0x00000001054d7c96 mp_idle + 86
5   libmpv.1.23.0.dylib           	0x00000001054d7d45 idle_loop + 117
6   libmpv.1.23.0.dylib           	0x00000001054cb159 mp_play_files + 57
7   libmpv.1.23.0.dylib           	0x00000001054b78c0 playback_thread + 64
8   libsystem_pthread.dylib       	0x00007fffd45f2aab _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffd45f29f7 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffd45f21fd thread_start + 13

Thread 7:: mpv/lua (autoload)
0   libsystem_kernel.dylib        	0x00007fffd4509c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd45f396a _pthread_cond_wait + 712
2   libmpv.1.23.0.dylib           	0x00000001054b743f wait_wakeup + 95
3   libmpv.1.23.0.dylib           	0x00000001054b7b06 mpv_wait_event + 486
4   libmpv.1.23.0.dylib           	0x00000001054d0da6 script_wait_event + 102
5   liblua.5.2.dylib              	0x00000001063b94a1 luaD_precall + 487
6   liblua.5.2.dylib              	0x00000001063c4330 luaV_execute + 2780
7   liblua.5.2.dylib              	0x00000001063b9751 luaD_call + 71
8   liblua.5.2.dylib              	0x00000001063b6024 lua_callk + 75
9   libmpv.1.23.0.dylib           	0x00000001054d0902 load_scripts + 338
10  liblua.5.2.dylib              	0x00000001063b94a1 luaD_precall + 487
11  liblua.5.2.dylib              	0x00000001063b9745 luaD_call + 59
12  liblua.5.2.dylib              	0x00000001063b8fd7 luaD_rawrunprotected + 86
13  liblua.5.2.dylib              	0x00000001063b9b6c luaD_pcall + 51
14  liblua.5.2.dylib              	0x00000001063b60b9 lua_pcallk + 120
15  libmpv.1.23.0.dylib           	0x00000001054d03ce run_lua + 1582
16  liblua.5.2.dylib              	0x00000001063b94a1 luaD_precall + 487
17  liblua.5.2.dylib              	0x00000001063b9745 luaD_call + 59
18  liblua.5.2.dylib              	0x00000001063b8fd7 luaD_rawrunprotected + 86
19  liblua.5.2.dylib              	0x00000001063b9b6c luaD_pcall + 51
20  liblua.5.2.dylib              	0x00000001063b60b9 lua_pcallk + 120
21  libmpv.1.23.0.dylib           	0x00000001054cfcf4 load_lua + 180
22  libmpv.1.23.0.dylib           	0x00000001054d8f62 script_thread + 114
23  libsystem_pthread.dylib       	0x00007fffd45f2aab _pthread_body + 180
24  libsystem_pthread.dylib       	0x00007fffd45f29f7 _pthread_start + 286
25  libsystem_pthread.dylib       	0x00007fffd45f21fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fa8d3c04600  rcx: 0x0100000000000000  rdx: 0x0040000000000000
  rdi: 0x00007fa8d3c04820  rsi: 0x061d8001052881fd  rbp: 0x00007fff5aa90d00  rsp: 0x00007fff5aa90cc0
   r8: 0x0000000000000040   r9: 0x00006000000bd4f0  r10: 0x0000000105285030  r11: 0x00007fa8d4084e20
  r12: 0x00007fa8d3c04670  r13: 0x0000600000277bc0  r14: 0x0000000000000000  r15: 0x00007fa8d3c04480
  rip: 0x00000001051a32aa  rfl: 0x0000000000010246  cr2: 0x00000001051a3000
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10516d000 -        0x105263fff +com.colliderli.iina (0.0.1 - 1) <F3746188-690E-37F8-A409-280A48F00890> /Applications/IINA.app/Contents/MacOS/IINA
       0x10543d000 -        0x105444ff7 +org.cocoapods.MASPreferences (1.1.4 - 1) <C4685FF1-B236-3176-B863-3789956BC49A> /Applications/IINA.app/Contents/Frameworks/MASPreferences.framework/Versions/A/MASPreferences
       0x105457000 -        0x10562dfff +libmpv.1.23.0.dylib (0) <D472766D-2110-3803-9BA9-048779EEFEC2> /Applications/IINA.app/Contents/Frameworks/libmpv.1.23.0.dylib
       0x1056da000 -        0x1056e7fff +libswiftAppKit.dylib (3.0.2 - 800.0.63) <AE109184-6305-3381-AC40-C408F904F7D8> /Applications/IINA.app/Contents/Frameworks/libswiftAppKit.dylib
       0x1056f8000 -        0x10596ffff +libswiftCore.dylib (3.0.2 - 800.0.63) <75D2ABCC-609A-36DB-91CF-93670B475D1D> /Applications/IINA.app/Contents/Frameworks/libswiftCore.dylib
       0x105c0a000 -        0x105c14ff7 +libswiftCoreData.dylib (3.0.2 - 800.0.63) <0156B34D-8B03-387C-A319-BDC11BEFB2ED> /Applications/IINA.app/Contents/Frameworks/libswiftCoreData.dylib
       0x105c29000 -        0x105c37ff7 +libswiftCoreGraphics.dylib (3.0.2 - 800.0.63) <469FD49F-8AF4-3085-8888-7BED749966C8> /Applications/IINA.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x105c50000 -        0x105c50fff  com.apple.VideoDecodeAcceleration (1.1 - 10) <D1187AC4-A653-38DB-A92D-E9FB1DD26F13> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration
       0x105c57000 -        0x105c5bffe +libswiftCoreImage.dylib (3.0.2 - 800.0.63) <616C4B50-C50E-3491-9363-E67658827C2E> /Applications/IINA.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x105c64000 -        0x105c6aff7 +libswiftDarwin.dylib (3.0.2 - 800.0.63) <920F7867-96FA-318A-B0A2-CE29A9735564> /Applications/IINA.app/Contents/Frameworks/libswiftDarwin.dylib
       0x105c79000 -        0x105c94fff +libswiftDispatch.dylib (3.0.2 - 800.0.63) <07255710-F443-3F8A-BFED-F79781B178FE> /Applications/IINA.app/Contents/Frameworks/libswiftDispatch.dylib
       0x105cd0000 -        0x105daafff +libswiftFoundation.dylib (3.0.2 - 800.0.63) <89EAD7E5-4783-3882-98E7-5AE34D4DE984> /Applications/IINA.app/Contents/Frameworks/libswiftFoundation.dylib
       0x105eb1000 -        0x105eb4ff7 +libswiftIOKit.dylib (3.0.2 - 800.0.63) <21E3090E-2615-334E-A2CD-BD219361F4BD> /Applications/IINA.app/Contents/Frameworks/libswiftIOKit.dylib
       0x105ebc000 -        0x105ec1fff +libswiftObjectiveC.dylib (3.0.2 - 800.0.63) <AA60CC2D-1864-3787-8CDF-E8EE712A6E6C> /Applications/IINA.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x105ecd000 -        0x105ed3ff7 +libswiftQuartzCore.dylib (3.0.2 - 800.0.63) <6A841498-B953-3794-8A2A-B5DD478A6743> /Applications/IINA.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x105ed9000 -        0x105edcff7 +libswiftXPC.dylib (3.0.2 - 800.0.63) <188A7BF2-7DB0-35EB-9C64-95938C7FE530> /Applications/IINA.app/Contents/Frameworks/libswiftXPC.dylib
       0x105ee5000 -        0x105f0dff7 +libass.5.dylib (0) <1EC77423-E00B-3556-A2DA-2EC821E6F69D> /Applications/IINA.app/Contents/Frameworks/libass.5.dylib
       0x105f1d000 -        0x105f39ffb +libuchardet.0.dylib (0) <5A7B2614-0D4F-3D05-91FD-D275E43527EE> /Applications/IINA.app/Contents/Frameworks/libuchardet.0.dylib
       0x105f48000 -        0x105f8afff +libavutil.55.dylib (0) <3237A583-4778-3519-AF21-E286133D668C> /Applications/IINA.app/Contents/Frameworks/libavutil.55.dylib
       0x105fb0000 -        0x106112fff +libavformat.57.dylib (0) <B9596223-D6BD-38CE-996D-4364DC1C2243> /Applications/IINA.app/Contents/Frameworks/libavformat.57.dylib
       0x10615c000 -        0x1061d1ff7 +libswscale.4.dylib (0) <AF4DDEBE-EE97-31CF-98F0-061AC1D96E9A> /Applications/IINA.app/Contents/Frameworks/libswscale.4.dylib
       0x1061e5000 -        0x106319fef +libavfilter.6.dylib (0) <E00ED855-49D6-3EC4-B11A-32F528E32C92> /Applications/IINA.app/Contents/Frameworks/libavfilter.6.dylib
       0x10637d000 -        0x1063a9fff +libjpeg.8.dylib (0) <7A528846-854A-370E-AE9A-EEA0842EEC9C> /Applications/IINA.app/Contents/Frameworks/libjpeg.8.dylib
       0x1063b3000 -        0x1063d1ff3 +liblua.5.2.dylib (0) <556FE7BC-7715-36A7-96A5-C579A1DF3D07> /Applications/IINA.app/Contents/Frameworks/liblua.5.2.dylib
       0x1063de000 -        0x1063f8fff +libswresample.2.dylib (0) <0FA2EBC0-9274-380D-A1C7-241C68C95910> /Applications/IINA.app/Contents/Frameworks/libswresample.2.dylib
       0x106402000 -        0x106439ff7 +liblcms2.2.dylib (0) <36AB2D1C-84C3-3695-A257-4F045CDBE6BA> /Applications/IINA.app/Contents/Frameworks/liblcms2.2.dylib
       0x10644f000 -        0x10645dff7 +libavdevice.57.dylib (0) <F329AAAC-F153-3ED8-9221-46F85392F8EE> /Applications/IINA.app/Contents/Frameworks/libavdevice.57.dylib
       0x106466000 -        0x106479ff3 +libfribidi.0.dylib (0) <0ED0E7BF-FBD1-376D-B5E7-62BD7ABB762B> /Applications/IINA.app/Contents/Frameworks/libfribidi.0.dylib
       0x10647f000 -        0x106548ffb +libglib-2.0.0.dylib (0) <98C37A0C-30B7-32B0-92A9-B50F4BEF25A6> /Applications/IINA.app/Contents/Frameworks/libglib-2.0.0.dylib
       0x106571000 -        0x106579ff3 +libintl.8.dylib (0) <89A49B65-40E2-340A-A6B3-B344F7AEEB32> /Applications/IINA.app/Contents/Frameworks/libintl.8.dylib
       0x106580000 -        0x1065adfff +libfontconfig.1.dylib (0) <95794440-D044-33FB-97DD-AB458E5FF34B> /Applications/IINA.app/Contents/Frameworks/libfontconfig.1.dylib
       0x1065c0000 -        0x106633ff3 +libfreetype.6.dylib (0) <8692385A-4D59-32A3-AAC3-D0C3F7111E51> /Applications/IINA.app/Contents/Frameworks/libfreetype.6.dylib
       0x10664d000 -        0x106694fff +libharfbuzz.0.dylib (0) <B64639E0-E9AB-382C-AD47-6BA9005836AC> /Applications/IINA.app/Contents/Frameworks/libharfbuzz.0.dylib
       0x1066ac000 -        0x106715fff +libpcre.1.dylib (0) <9207835E-6878-3B8C-91D8-B1900147205E> /Applications/IINA.app/Contents/Frameworks/libpcre.1.dylib
       0x10671e000 -        0x106737ffb  libexpat.1.dylib (15) <617B8B7A-A0AB-37D6-AFCA-F90F7F14E455> /usr/lib/libexpat.1.dylib
       0x106741000 -        0x106764ffb +libpng16.16.dylib (0) <01088AC2-5BF8-3B05-AD2D-29A5DA7DD88C> /Applications/IINA.app/Contents/Frameworks/libpng16.16.dylib
       0x10676f000 -        0x1067a7ff7 +libmp3lame.0.dylib (0) <6019AC7B-5CAD-36E8-9B45-4A875A23ADA0> /Applications/IINA.app/Contents/Frameworks/libmp3lame.0.dylib
       0x1067e3000 -        0x106804fff +libpostproc.54.dylib (0) <07462B2D-EDF1-3CBA-8B0F-9BB7E0FE2065> /Applications/IINA.app/Contents/Frameworks/libpostproc.54.dylib
       0x106809000 -        0x106826fff +libavresample.3.dylib (0) <8F552672-9F24-3E23-93CC-57ED022C0C71> /Applications/IINA.app/Contents/Frameworks/libavresample.3.dylib
       0x10683a000 -        0x106877267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
       0x1068c5000 -        0x1074c2fef +libavcodec.57.dylib (0) <6946BE44-FDF9-30B4-9AF0-D000F3D30A42> /Applications/IINA.app/Contents/Frameworks/libavcodec.57.dylib
       0x107b23000 -        0x107c01ff7 +libx264.148.dylib (0) <82BA231C-8BFA-3556-B0E4-8AB00667B69C> /Applications/IINA.app/Contents/Frameworks/libx264.148.dylib
       0x107cda000 -        0x107ce9ffb  libSimplifiedChineseConverter.dylib (69) <4A6C9911-5DE8-3CAE-A10C-AACE29D03FFE> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
       0x110693000 -        0x110bd5ff7  com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.22.25 - 10.2.2) <DEFBC789-E891-3CC2-AA97-480BCAF00096> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
       0x110def000 -        0x110e6cfff  com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.22.25 - 10.2.2) <9DB886AF-A908-3BB5-B544-48BC1493E2BC> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
    0x7fffbb664000 -     0x7fffbb823ffb  com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffbb824000 -     0x7fffbb8c7fff  com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffbb990000 -     0x7fffbb990fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffbb991000 -     0x7fffbb9a8ffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffbb9a9000 -     0x7fffbbec2feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffbbec3000 -     0x7fffbc033ff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffbc034000 -     0x7fffbc048ffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffbc049000 -     0x7fffbc43ffef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffbc440000 -     0x7fffbc456fff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffbc457000 -     0x7fffbc45dfff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffbc45e000 -     0x7fffbc472ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffbc473000 -     0x7fffbc5fafe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffbc5fb000 -     0x7fffbc6adffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffbc6ae000 -     0x7fffbc6aefff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffbc96e000 -     0x7fffbd73fff7  com.apple.AppKit (6.9 - 1504.76) <AF99A491-3175-362D-B313-074A3F87E49A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffbd751000 -     0x7fffbd751fff  com.apple.ApplicationServices (48 - 48) <A29F0B74-33C1-3062-B68D-12BC3881C399> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffbd752000 -     0x7fffbd7c0ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffbd85a000 -     0x7fffbd989fff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffbd98a000 -     0x7fffbd9d4fff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffbda31000 -     0x7fffbda64ff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffbdad0000 -     0x7fffbdb7aff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffbdb7b000 -     0x7fffbdbcbff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffbdbcc000 -     0x7fffbdbdbff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffbdbdc000 -     0x7fffbdc29fff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffbdc2a000 -     0x7fffbdc65fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffbdc66000 -     0x7fffbdc71ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffbdc72000 -     0x7fffbde82fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffbde83000 -     0x7fffbde83fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffbdfec000 -     0x7fffbe3bfff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffbe3d9000 -     0x7fffbe3d9fff  com.apple.Carbon (154 - 157) <E7179C37-54BF-3DAC-BD4A-ABCCBBDFDDAE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffbe3da000 -     0x7fffbe3ddfff  com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffbe3de000 -     0x7fffbe6e6ff7  com.apple.HIToolbox (2.1.1 - 856.11) <11F1BAA6-547C-37CB-88DE-6C4B698AFF37> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffbe6e7000 -     0x7fffbe6eaff7  com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffbe6eb000 -     0x7fffbe6f0fff  com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffbe6f1000 -     0x7fffbe788ff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffbe789000 -     0x7fffbe7a3fff  com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffbe7a4000 -     0x7fffbe7a5ff3  com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffbe7a6000 -     0x7fffbe7a8ff7  com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffbe7a9000 -     0x7fffbe7afff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffbe7b0000 -     0x7fffbe88dff7  com.apple.cloudkit.CloudKit (643.5 - 643.5) <2AB1D950-7EA5-359C-B17C-42AEFE99D360> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fffbe88e000 -     0x7fffbe88efff  com.apple.Cocoa (6.11 - 22) <6A3C97E3-3905-3767-978F-C2E4C3899CD2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffbe9ce000 -     0x7fffbea5eff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffbea5f000 -     0x7fffbea72fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffbea73000 -     0x7fffbed6dfeb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffbed6e000 -     0x7fffbedfafff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffbedfb000 -     0x7fffbf295fff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffbf296000 -     0x7fffbf918fff  com.apple.CoreGraphics (2.0 - 1070.13) <C6E5A0EC-CEEE-3834-B37C-E5CF9EECDD52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffbf919000 -     0x7fffbfb5bfff  com.apple.CoreImage (12.2.0 - 451.2.6) <FA735717-BE82-397E-B0DC-71D83682D2F7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffbfb5c000 -     0x7fffbfbc2ff7  com.apple.corelocation (2100.0.34) <C953574D-5945-34C2-A122-9435E0D5D84C> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fffbfbc3000 -     0x7fffbfc73fff  com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffbfc74000 -     0x7fffbfcbffff  com.apple.CoreMediaIO (803.0 - 4928.1) <708A23DA-D49B-33B2-AF2D-957570E3B0DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffbfcc0000 -     0x7fffbfcc0fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffbfcc1000 -     0x7fffbfd12fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffbfd13000 -     0x7fffbffeeff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffbffef000 -     0x7fffc0022fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffc0023000 -     0x7fffc002bffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffc002c000 -     0x7fffc0198ff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffc0199000 -     0x7fffc0249fff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffc024a000 -     0x7fffc02a9fff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffc02aa000 -     0x7fffc031afff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffc031b000 -     0x7fffc0361ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffc03ee000 -     0x7fffc053aff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffc053b000 -     0x7fffc0570fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffc0571000 -     0x7fffc05e2ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffc06e1000 -     0x7fffc06e6fff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffc0875000 -     0x7fffc0c1cff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffc0c48000 -     0x7fffc0c79fff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffc0d39000 -     0x7fffc0ddcffb  com.apple.Bluetooth (5.0.2 - 5.0.2f4) <D4B76B20-7777-39C9-8365-FC0C0DE17AB0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffc0ddd000 -     0x7fffc0e72ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffc0e73000 -     0x7fffc0e79ffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffc0e7a000 -     0x7fffc0ecaff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffc0ecb000 -     0x7fffc1024fef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffc1025000 -     0x7fffc1029fff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffc102a000 -     0x7fffc111aff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffc111b000 -     0x7fffc113effb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffc113f000 -     0x7fffc1166ff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffc1167000 -     0x7fffc1169ff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffc116a000 -     0x7fffc11c3ff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffc12ef000 -     0x7fffc1d92ff7  com.apple.JavaScriptCore (12602 - 12602.3.12.0.1) <098A6380-FB0A-3087-B252-8FD0CE99FBA3> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffc1d93000 -     0x7fffc1dacff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffc2039000 -     0x7fffc203ffff  com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffc2055000 -     0x7fffc25a9fff  com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffc25aa000 -     0x7fffc2602fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffc2ed6000 -     0x7fffc2edefff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffc30b3000 -     0x7fffc30bbff7  libcldcpuengine.dylib (2.8.5) <6AFCDCF5-7788-3EFC-B761-6C31DBF205A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffc3284000 -     0x7fffc32d2ff3  com.apple.opencl (2.8.6 - 2.8.6) <85574B12-CEED-373A-808E-B4BC7907AC7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffc32d3000 -     0x7fffc32ecffb  com.apple.CFOpenDirectory (10.12 - 194) <292FCA26-B2E4-37F8-BC8C-8369ACD3345A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffc32ed000 -     0x7fffc32f8ff7  com.apple.OpenDirectory (10.12 - 194) <399F4633-97CE-3560-BB3C-1E30E9604878> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffc32f9000 -     0x7fffc32fbfff  libCVMSPluginSupport.dylib (13.0.10) <06D7F8EC-1D2B-38C2-B3FE-7D39185370BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffc32fc000 -     0x7fffc32ffff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffc3300000 -     0x7fffc3303fff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffc3304000 -     0x7fffc330cffb  libGFXShared.dylib (13.0.10) <0257924D-0226-306C-817B-6B624AD8C80F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffc330d000 -     0x7fffc3318fff  libGL.dylib (13.0.10) <9BDE83C8-D820-34AB-ADBB-89394EE706FB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffc3319000 -     0x7fffc3355fe7  libGLImage.dylib (13.0.10) <38CB2689-C869-31A4-BECB-2E4F91F1FD1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffc3356000 -     0x7fffc34ccffb  libGLProgrammability.dylib (13.0.10) <96C3D0DF-73EB-3CEF-9527-03FA8C403546> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffc34cd000 -     0x7fffc350dff3  libGLU.dylib (13.0.10) <0303130B-3A1D-37C3-BEA5-0A2154C842D3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffc3e75000 -     0x7fffc3e83fff  com.apple.opengl (13.0.10 - 13.0.10) <7F1E35F8-F0D1-389B-B8CC-E06E02714005> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffc3e84000 -     0x7fffc402afff  GLEngine (13.0.10) <BCEDD508-5670-307C-ACC0-4B4740CE6D85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fffc402b000 -     0x7fffc4055ffb  GLRendererFloat (13.0.10) <91FFF901-0388-3FF0-B89B-9A0D2E992F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fffc40ee000 -     0x7fffc4235fff  com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffc4236000 -     0x7fffc44a0ff7  com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffc44a1000 -     0x7fffc4565fff  com.apple.PDFKit (1.0 - 1) <C1F429E3-1DCE-3F53-B189-19ED7F413D57> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffc4566000 -     0x7fffc4a8cfff  com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffc4a8d000 -     0x7fffc4ab0ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffc4ab1000 -     0x7fffc4b9efff  com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffc4b9f000 -     0x7fffc4b9ffff  com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffc4ba0000 -     0x7fffc4d9bff7  com.apple.QuartzCore (1.11 - 449.41.15) <32D80183-DCE4-34A7-AA46-DD1DE0DAA859> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffc4d9c000 -     0x7fffc4df1fff  com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffc4df2000 -     0x7fffc4e05ff7  com.apple.SafariServices.framework (12602 - 12602.3.12.0.1) <B6EEDF8F-56BF-3E9D-A615-175E03E6A547> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fffc5301000 -     0x7fffc5620fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffc5621000 -     0x7fffc5697ff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffc56c1000 -     0x7fffc56c4ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffc5a4b000 -     0x7fffc5abcff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffc5abd000 -     0x7fffc5e6afff  com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffc80f5000 -     0x7fffc8110ff3  com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffc8111000 -     0x7fffc811eff3  com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffc811f000 -     0x7fffc8141ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffc8142000 -     0x7fffc8151fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffc8242000 -     0x7fffc82cd97f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffc8306000 -     0x7fffc8309ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffc830a000 -     0x7fffc835cfff  com.apple.AppleVAFramework (5.0.34 - 5.0.34) <DADC6087-9B6D-3267-83BB-5DCF4A09B2E4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffc8365000 -     0x7fffc836cffb  com.apple.AssetCacheServices (31.2 - 31.2) <5E08DBDE-1DF0-37AC-9ED0-035A2ED67573> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fffc86f2000 -     0x7fffc8770fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffc93f6000 -     0x7fffc941dffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffc941e000 -     0x7fffc94b0ff7  com.apple.CloudDocs (1.0 - 485.12) <42A562A2-284D-3252-9341-855E52E45A02> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fffc9d46000 -     0x7fffc9d4fffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffc9ed3000 -     0x7fffca2b0fe7  com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffca2b1000 -     0x7fffca2e1fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffca46f000 -     0x7fffca47ffff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffca534000 -     0x7fffca54aff3  com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffca551000 -     0x7fffca5e1ffb  com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffca762000 -     0x7fffca792ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffcaa22000 -     0x7fffcaaacfff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffcaaad000 -     0x7fffcabebfd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffcabec000 -     0x7fffcac9cff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffcacec000 -     0x7fffcad51ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffcad52000 -     0x7fffcad5fff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffcadd1000 -     0x7fffcaddbff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffcae11000 -     0x7fffcae88ff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffcaec5000 -     0x7fffcaf04fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffcaf05000 -     0x7fffcb016fff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffcb156000 -     0x7fffcb160ff7  com.apple.DisplayServicesFW (3.1 - 380) <0A48A624-F5E7-3C29-8958-12219060F663> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffcb2fa000 -     0x7fffcb72bff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffcca80000 -     0x7fffcca80fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffcca8d000 -     0x7fffcca98ff3  libGPUSupportMercury.dylib (13.0.10) <99773A80-8B47-33F7-9406-96DC530FB586> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffccd4c000 -     0x7fffccd68ff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffccd81000 -     0x7fffcd420fff  com.apple.GeoServices (1.0 - 1228.22.8.29.13) <280AEA5E-2EF5-3A88-B1DE-D0811045F9CC> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fffcd466000 -     0x7fffcd4dcfff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffcdaff000 -     0x7fffcdb06ffb  com.apple.IOAccelerator (289.27 - 289.27) <61C7765B-EE2E-36E1-B51C-FFA13A657711> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffcdb08000 -     0x7fffcdb1cff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffcdb1d000 -     0x7fffcdb3ffff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffcdbdb000 -     0x7fffcdbebff3  com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffcdc22000 -     0x7fffcddd8fff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffcdeb8000 -     0x7fffcdf89ffb  com.apple.MMCS (1.3 - 381.1) <5582D879-5F26-3552-8E88-58703456EB7A> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fffce432000 -     0x7fffce435fff  com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffce69c000 -     0x7fffce715ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffce87b000 -     0x7fffce886ff3  com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffce897000 -     0x7fffce8bffff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <BA3D9226-2672-3039-A105-C2639A7E22F2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffce96e000 -     0x7fffce978fff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffcf1f4000 -     0x7fffcf235ff7  com.apple.PerformanceAnalysis (1.145 - 145) <2D5D4A56-5F67-3BBB-9AAC-95FAC199877C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffcf8ac000 -     0x7fffcf8d7ffb  com.apple.ProtectedCloudStorage (1.0 - 1) <4B38E6F6-AD64-3345-B51D-38E9DD518666> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fffcf8d8000 -     0x7fffcf8f2fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffcf8f3000 -     0x7fffcf903ffb  com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffcf90c000 -     0x7fffcf92fff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffd059b000 -     0x7fffd059efff  com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffd062d000 -     0x7fffd06aaff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffd06cb000 -     0x7fffd092afe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffd0b0b000 -     0x7fffd0b17ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffd1200000 -     0x7fffd126cff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffd1666000 -     0x7fffd166cff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffd16fb000 -     0x7fffd18c3ff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffd1937000 -     0x7fffd1938fff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffd1939000 -     0x7fffd1ac9ff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffd2525000 -     0x7fffd25e8ff7  com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffd2a12000 -     0x7fffd2a18fff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffd2ae9000 -     0x7fffd2aebffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffd2b40000 -     0x7fffd2b5bff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fffd2b5c000 -     0x7fffd2b67fff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fffd2bf9000 -     0x7fffd2bfaff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffd2bfb000 -     0x7fffd2e0efff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fffd2e2a000 -     0x7fffd2e31fff  libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
    0x7fffd2e32000 -     0x7fffd2e32fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffd2e33000 -     0x7fffd2e37ff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fffd2e38000 -     0x7fffd2e39ff3  libSystem.B.dylib (1238) <FF55E335-37C3-3567-9415-A3A1473775F5> /usr/lib/libSystem.B.dylib
    0x7fffd2ea5000 -     0x7fffd2ed0ffb  libarchive.2.dylib (41.30.3) <19B93FE5-4386-38C8-963F-7DBDAB96FEBA> /usr/lib/libarchive.2.dylib
    0x7fffd2ed1000 -     0x7fffd2f4dfc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fffd2f51000 -     0x7fffd2f51ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fffd2f52000 -     0x7fffd2f62ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffd2f63000 -     0x7fffd2f71ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fffd2f72000 -     0x7fffd2fc8ff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fffd2fc9000 -     0x7fffd2ff3fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fffd2ff4000 -     0x7fffd3004ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffd3005000 -     0x7fffd301afc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fffd301b000 -     0x7fffd301bff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fffd301c000 -     0x7fffd301dff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffd30d7000 -     0x7fffd31bcff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffd335a000 -     0x7fffd33adff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fffd33ff000 -     0x7fffd3406ff3  libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib
    0x7fffd3428000 -     0x7fffd3428fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffd3438000 -     0x7fffd343dff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fffd343e000 -     0x7fffd3530ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffd3531000 -     0x7fffd3756ffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fffd375c000 -     0x7fffd375dfff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fffd375e000 -     0x7fffd3777ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffd3778000 -     0x7fffd378eff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fffd378f000 -     0x7fffd3a36ff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fffd3a69000 -     0x7fffd3ae2ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fffd3ae3000 -     0x7fffd3eb3d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fffd3eb6000 -     0x7fffd3ebafff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffd3ebb000 -     0x7fffd3eebff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fffd3f09000 -     0x7fffd3f25ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffd3f26000 -     0x7fffd3f5ffff  libsandbox.1.dylib (592.31.1) <F87604AB-C47D-327D-B56A-54600C26B3B6> /usr/lib/libsandbox.1.dylib
    0x7fffd3f73000 -     0x7fffd3f74ff3  libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib
    0x7fffd3f75000 -     0x7fffd40bdfe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fffd41b2000 -     0x7fffd41bffff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fffd41c3000 -     0x7fffd42b2ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fffd42b3000 -     0x7fffd42dcfff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fffd42dd000 -     0x7fffd42eeff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffd42fd000 -     0x7fffd4301ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fffd4302000 -     0x7fffd430dff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fffd430e000 -     0x7fffd4315fff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fffd4316000 -     0x7fffd431efff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fffd431f000 -     0x7fffd43a2fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fffd43a3000 -     0x7fffd43d5fff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fffd43d6000 -     0x7fffd43dbff3  libdyld.dylib (421.2) <E5A2414F-2480-3BB2-BE94-176119A80876> /usr/lib/system/libdyld.dylib
    0x7fffd43dc000 -     0x7fffd43dcffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fffd43dd000 -     0x7fffd43e9ffb  libkxld.dylib (3789.31.2) <524D7C3D-73EB-3F62-ADB1-9DFBACB95924> /usr/lib/system/libkxld.dylib
    0x7fffd43ea000 -     0x7fffd43eafff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fffd43eb000 -     0x7fffd43f0fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fffd43f1000 -     0x7fffd43f3ff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fffd43f4000 -     0x7fffd43f5ffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fffd43f6000 -     0x7fffd440eff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fffd440f000 -     0x7fffd440fff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fffd4410000 -     0x7fffd449dfef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fffd449e000 -     0x7fffd44a1ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fffd44a2000 -     0x7fffd44a5fff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffd44a6000 -     0x7fffd44beff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fffd44bf000 -     0x7fffd44c5fff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffd44c6000 -     0x7fffd44efff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fffd44f0000 -     0x7fffd4512ff7  libsystem_kernel.dylib (3789.31.2) <FCEEBBD4-DF66-34D8-A32F-4F8C8E814E40> /usr/lib/system/libsystem_kernel.dylib
    0x7fffd4513000 -     0x7fffd455afe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fffd455b000 -     0x7fffd4579ff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fffd457a000 -     0x7fffd45d1ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fffd45d2000 -     0x7fffd45dbff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffd45dc000 -     0x7fffd45e5ff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fffd45e6000 -     0x7fffd45eefe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fffd45ef000 -     0x7fffd45f9ff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fffd45fa000 -     0x7fffd45fdff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffd45fe000 -     0x7fffd45fffff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fffd4600000 -     0x7fffd4607fff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffd4608000 -     0x7fffd4628ff7  libsystem_trace.dylib (518.30.7) <5BD4ECD4-75CA-38EA-AF5C-B481C15955F8> /usr/lib/system/libsystem_trace.dylib
    0x7fffd4629000 -     0x7fffd462effb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fffd462f000 -     0x7fffd4658ff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=332.5M resident=0K(0%) swapped_out_or_unallocated=332.5M(100%)
Writable regions: Total=127.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=127.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                  880K        3 
CG image                            28K        4 
CoreUI image data                  144K        2 
CoreUI image file                  288K        6 
Foundation                           4K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            91.5M       32 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
OpenGL GLSL                        256K        4 
STACK GUARD                       56.0M        9 
Stack                             11.6M        9 
Swift metadata                      76K        6 
VM_ALLOCATE                         88K       17 
__DATA                            36.1M      305 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       121.0M       47 
__TEXT                           211.5M      299 
__UNICODE                          556K        2 
mapped file                      134.9M       15 
shared memory                     16.3M       15 
===========                     =======  ======= 
TOTAL                            684.7M      775 

Option to move the side panel out of main window

  1. Video's configuration panel is not suitable to be embedded in the player window, because the player window can be sized with any dimension. When the player window is sized with a small enough dimension, the configuration panel cannot be fully displayed. This is a very common issue when you play low resolution videos on high DPI screens.

  2. The panel open/collapsing animation goes crazy when you open/collapse it frequently.

Enhancement on inspector | 检查器

使用 CMD + i 打开的视频检查器中,视频、音频的比特率均以 bps 的单位显示。希望 IINA 能够自动判断数字大小,并以 Kbps / Mbps 的方式显示,这样会更加直观。

同时,发现有较多视频 IINA 无法读取其视频流码率,显示 Error。
IINA
FFmpeg

'MASPreferences/MASPreferencesViewController.h' file not found

hi, all

When I begin compile the project under xcode 8 , it shows below error messages:

/Users/xxxx/programming/swift3/iina/iina/iina-Bridging-Header.h:6:9: error: 'MASPreferences/MASPreferencesViewController.h' file not found
#import <MASPreferences/MASPreferencesViewController.h>
^
:0: error: failed to import bridging header '/Users/xxxx/programming/swift3/iina/iina/iina-Bridging-Header.h'

How can I fix this ?

thanks

Support multiple screen | 多屏幕支持

双屏的时候,在2号屏幕看视频,用command + 0 / 1 / 2 设置视频大小的时候,视频会自动调回主屏幕。

系统:macOS 10.12.1
主屏:mac本机, Retina, 15-inch
副屏:DELL U2414H

Optimize force-touch experience

QuickTime has a feature that I am very fond of. I hope IINA can support it too because it is very macOS-styled.
which is, when I press fast-forward button of QuickTime with my forth-touch trackpad, it will give me different rate of fast-forward if I press it with different pressure.

IINA can be a perfect macOS-style media player.

Thank you

Subtitle background opacity

Hey guys, amazing work!!! really, I loved

using, I feel a litte problem,
by default, subtitles dont have background, its ok, but in some times, I need a background color, and you offer this.

but when I want back, and remove the background, I cant, because dont have this options.
In apple color pallete dont have this options (or I really not found), but, maybe be a good thing put an option to that in subtitle settings

what you think?

Support Force Touch

试用了一下 界面非常好看

跟bug修复比起来这个新增功能应该显得无关紧要 不过还是期待

比如Force Touch快进快退 像QuickTime一样

Support for libmpv 1.24.0

I couldn't use brew to install libmpv due to conflicts (I use self-compiled ffmpeg and x264 etc) so I tried to build mpv from git tree. I noticed the libmpv version is 1.24.0, so I changed all referencing in xcodeproj to libmpv.1.24.0.dylib.

After successful compiling IINA without code signing (should make no differences?), I got the following error on launching IINA:

Fatal error: MPV API error: "invalid parameter", Return value: -4. 
The application will exit now.

Is it caused by API incompatible?

use sub-second progress bar step size

The current step size of the progress bar is one second. However, it may not be good enough in the case of short videos with a total duration of only a few seconds. In that case, the indicator jumps too much each time and it is not possible to slide the progress bar to a non-integer time point.

I am working on a fix and will send a pull request after some more testing.

Mouse double click detection issue | 鼠标双击监测问题

When I double click on my Magic Mouse (Gen 1), I notice that it doesn't toggle fullscreen. But if I double click on the Macbook's trackpad, it works.

The only difference is that, when I use my Magic Mouse, between the 2 clicks, the cursor moves a little.

So I think it's better to consider a tolerance of movements for mouse double clicks.

Thanks.

CONTRIBUTING

what you think to do a contributing file?

is an amazing project, can be helpful

Support watch later | 退出后继续进度

mpv配置文件里面设置了选项
save-position-on-quit=yes

使用mpv命令行本身,继续播放这个功能是可用的。

然后使用IINA默认无法实现这个功能。

尝试使用高级功能里面的额外mpv选项,手动添加参数,没有效果

指定使用配置目录,也没有效果。

2017-01-05 07 55 46

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.