Git Product home page Git Product logo

welly's Introduction

Welly - clyang edition

Introduction / 簡介

Welly是一套運行在Mac上功能豐富的BBS軟體, 我所維護的版本是基於 @KOed 的版本之上, 做進一步的功能開發以及bug修復.

特別感謝: @ElvisChiang, @sunghau以及@terces


Welly is a terminal application on Mac OS X, which aims to bring best user experience for browsing term BBS. My edition is based on @KOed 's great work. This edition provides new features and bug fixes reported by users.

Special Thanks to: @ElvisChiang, @sunghau and @terces

Download latest version / 下載最新版

Welly - clyang edition: v.3.1.1

or install via homebrew

$ brew install --cask welly

(Thanks jackblack@ptt to make brew cask happened!) (Thanks ericj@ to update cask to lastest version!)

Features / 主要功能

  1. 使用Websocket Secure方式連線至ptt
    • 您寶貴的密碼再也不會在網路上裸奔啦.
    • 出門在外再也不用擔心連接阜22跟23被擋了.
  2. 文章收藏以及推文追蹤功能終於出現啦! 唯一有本此功能的桌面版BBS軟體!
    • 有圖有真相:
      • 文章追蹤管理視窗:
      • 新推文追蹤:
    • 使用本功能必須使用下列幾種方式連線至PTT
    • 在閱讀文章時 or 看板列表, 按下 command+shift+a 即可將文章收藏, 請注意, 預設是只收藏而不會追蹤
      • 底色淺綠表示該文章有新推文
      • 底色紅色表示該文已經被刪除
    • 使用 command + . 即可打開收藏文章頁面, 雙擊文章即可前往該文, 在此頁面也可以勾選您想要追蹤推文的文章
    • 每五分鐘會自動檢查被追蹤的文章, 一旦有新的推文便會在螢幕右上方出現提示, 點選該提示便會自動打開收藏文章視窗
  3. wss:// 支援自動登入功能
  4. 內嵌 telnet 程式
    • High Sierra預設是將 telnet 程式移除的, 如果使用者是全新購買Mac或是重新安裝High Sierra, 將無法正常使用telnet, 這功能將完美的解決這個問題.
  5. 一鍵開啟網頁版文章 ( command+p )
    • 在文章列表或閱讀文章時, 按command+p即可用瀏覽器開啟該篇的網頁版, 對於圖片很多的文章特別好用!
  6. 自動分段推文 ( command+m )
    • 您終於可以在Mac上推文時暢所欲言了, 您只需要專注在推文內容, 推文長度這種討人厭的事情就交給Welly來處理!
  7. 推文黑名單
    • 以站台為單位, 一旦推文中有您設定的黑名單ID, 該則推文會被暗化處理, 讓您眼不(清楚看)見為淨.
  8. 支援文章長截圖 (長文可自動分段截圖)
    • 範例: https://i.imgur.com/SnWxprv.jpg
    • 自動將多頁的文章完整備份為一張大圖 (快速鍵command+/)
      • 提供自動分頁截圖的功能, 每20頁會產生一張圖, 無論多精彩、多激烈討論的文章, 都可以完整備份, 數百頁的文章也是輕鬆搞定!
    • 再也不會發生類似找不到"排a你真有心"原文的憾事
    • 好文章按個鍵立刻備份, 不怕作者砍掉, 版主刪除, 系統故障而流失
  9. 自動更新
    • 最即時的取得最新版的Welly
  10. 在High Sierra上支援圖片QuickLook功能
  11. 全螢幕瀏覽BBS
  • 給你滿滿的大螢幕版BBS!

  1. telnet to BBS via Websocket Secure (wss://)
    • Your plain password won't be seen by others!
    • Bypass annony blocking on Port 22 or 23.
  2. Supports article archiving and comment tracking (the only desktop BBS client that support this function)
  3. auto-login by wss://
  4. bundle telnet within Welly
    • High Sierra has remove telnet command by default. Having this helps users on High Sierra (new purchase/clean install) enjoying BBS again
  5. provide "command+p" hotkey
    • Fetch and open PTT's post direct URL link automatically. Extremely userful for the post which contains a lot of image links.
  6. provide "Long Comment" function
    • The user can focus on leaving long comments on specific article without worrying the system limitation.
  7. provide "Comment Blacklist" function, which blocks annoying comments by userid automatically.
  8. Article long screenshot (including auto-paging)
  9. Auto update
    • Always get the up-to-date version of Welly!
  10. Support Quick Look image on High Sierra
  11. Support Full Screen mode

FAQ / 常見問題

Q1: 連上後都是亂碼怎麼辦?

A1: 點選上方menubar的 "顯示方式" -> "編碼" -> "正體中文"

Q2: Welly該不會是偷偷記錄我的密碼, 然後在背景幫我登入偷偷檢查吧? A2: 程式是檢查PTT網頁版的文章, 所以您的密碼是不會被記錄的.

Q3: 每五分鐘檢查一次好久啊, 我希望檢查能更頻繁些, 可以嗎? A3: 為了避免DoS PTT, 5分鐘是寫死在程式中不能更改的, 同時, 每次都是單線程抓取網頁, 降低對PTT Web frontend的影響.

Q4: 我要換電腦了, 但是我一堆追蹤的文章該怎麼備份啊? A4: 把 /Users/你mac帳號/Library/Application Support/Welly 中的 PttArticle.db 備份起來, 換到新電腦後, 把檔案放回去即可.

Project Dependency / 程式相依性

In order to make telnet protocol work via Websocket Secure (wss://), a tiny program called usock2wsock is included. You can get and build your own binary from Go-UnixSocket2WebSocket.


此版本的Welly提供了Websocket Secure (wss://)的功能, 因此Welly內包含了一隻叫做usock2wsock的小程式, 您也可以從 Go-UnixSocket2WebSocket 這邊取得原始碼並且自行編譯.

welly's People

Contributors

clyang avatar ericj avatar firstfan avatar fltermare avatar gtcarrera avatar koed avatar maskray avatar sahsu avatar serge45 avatar sunghau avatar tchaikov avatar xiw avatar yentzu-wang avatar ytang 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

welly's Issues

存放的路徑有空白時,websocket會無法使用

我的目錄下已經有個Welly的檔案,解開這版Welly後,MacOS自動幫我改成"Welly 2",之後打開"Welly 2"連到wss://ws.ptt.cc/bbs都會出現"/Applications/Welly: No such file or directory",把空白拿掉就正常了

cannot login pttbbs

welly version 3.1.1.1 (923)
macos version 10.13.3 (17D47)

site book:
Name: username
Address: [email protected] (password有填)
其餘預設

error log:

Trying 140.112.172.4...
Connected to ptt.cc.
Escape character is '^]'.

支援 bahamut BBS websocket

via https://gist.github.com/ShikChen/b6664174d8ed067bb610dba0ca805335

安裝 websocat

修改 proxy.sh

懶得寫判斷了,大概意思是...

--- proxy.sh.bak        2022-12-15 14:40:45.000000000 +0800
+++ proxy.sh    2022-12-15 14:58:12.000000000 +0800
@@ -1,7 +1,11 @@
 #!/usr/bin/env bash
 echo "Connecting to BBS via Websockets..."
 BASEDIR=$(dirname "$0")
-echo "$BASEDIR/usock2wsock" -u $1 -r $2
-"$BASEDIR/usock2wsock" -u $1 -r $2 &
+killall websocat > /dev/null 2>&1
+/usr/local/bin/websocat --oneshot --binary \
+    --ping-interval=10 \
+    --origin=https://term.gamer.com.tw \
+    tcp-l:127.0.0.1:1337 \
+    wss://term.gamer.com.tw/bbs &
 sleep 2
-"$BASEDIR/telnet" -8 -u /tmp/telnetBYwebsocket.$2.sock
+"$BASEDIR/telnet" -8 localhost 1337

1337 是隨意指定的 port

add reverse scroll option for mac magic mouse natural scroll.

Do reverse scroll with mac magic mouse.

mac magic mouse默认是自然滚动。在浏览器里面是屏幕内容移动的方向和手指移动的方向一致,这和pad phone上手指划屏的体验是一致的,所以感觉挺自然。
但是因为welly要显示光标,所以看到的效果是光标移动的方向和手指移动的方向相反。感觉十分别扭。
希望能增加一个选项控制鼠标滚动方向。

3.1.1.1 crash frequently on macOS 10.15.4

Process:               Welly [56501]
Path:                  /Applications/Welly.app/Contents/MacOS/Welly
Identifier:            org.net9.Welly
Version:               3.1.1.1 (923)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Welly [56501]
User ID:               501

Date/Time:             2020-04-08 14:02:26.342 +0800
OS Version:            Mac OS X 10.15.4 (19E266)
Report Version:        12
Bridge OS Version:     4.4 (17P4263)
Anonymous UUID:        D1DB23C8-CDF6-7D85-C2C4-6F669D251837

Sleep/Wake UUID:       217A8BAC-A99E-40FD-B07D-ADD8E465801E

Time Awake Since Boot: 200000 seconds
Time Since Wake:       190 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0x3f276050a698:
    CG image               0000000120391000-0000000121472000 [ 16.9M] rw-/rwx SM=PRV  
--> 
    MALLOC_NANO            0000600000000000-0000600008000000 [128.0M] rw-/rwx SM=PRV  

Application Specific Information:
objc_msgSend() selector name: isKindOfClass:


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff678d481d objc_msgSend + 29
1   org.net9.Welly                	0x000000010e3d9da4 0x10e3aa000 + 196004
2   com.apple.Foundation          	0x00007fff3120e1bd __NSThreadPerformPerform + 204
3   com.apple.CoreFoundation      	0x00007fff2eb40f12 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
4   com.apple.CoreFoundation      	0x00007fff2eb40eb1 __CFRunLoopDoSource0 + 103
5   com.apple.CoreFoundation      	0x00007fff2eb40ccb __CFRunLoopDoSources0 + 209
6   com.apple.CoreFoundation      	0x00007fff2eb3f9fa __CFRunLoopRun + 927
7   com.apple.CoreFoundation      	0x00007fff2eb3effe CFRunLoopRunSpecific + 462
8   com.apple.HIToolbox           	0x00007fff2d772abd RunCurrentEventLoopInMode + 292
9   com.apple.HIToolbox           	0x00007fff2d7727d5 ReceiveNextEventCommon + 584
10  com.apple.HIToolbox           	0x00007fff2d772579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
11  com.apple.AppKit              	0x00007fff2bdbdc99 _DPSNextEvent + 883
12  com.apple.AppKit              	0x00007fff2bdbc4e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
13  com.apple.AppKit              	0x00007fff2bdae1ee -[NSApplication run] + 658
14  com.apple.AppKit              	0x00007fff2bd7fff6 NSApplicationMain + 777
15  libdyld.dylib                 	0x00007fff68a88cc9 start + 1

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

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

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

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff68bd20fe __select + 10
1   org.net9.Welly                	0x000000010e3da200 0x10e3aa000 + 197120
2   com.apple.Foundation          	0x00007fff311cb882 __NSThread__start__ + 1064
3   libsystem_pthread.dylib       	0x00007fff68c8d109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff68c88b8b thread_start + 15

Thread 5:: com.twitter.crashlytics.mac.MachExceptionServer
0   libsystem_kernel.dylib        	0x00007fff68bccbf6 write + 10
1   org.net9.Welly                	0x000000010e411bbe 0x10e3aa000 + 424894
2   org.net9.Welly                	0x000000010e4091fc 0x10e3aa000 + 389628
3   libsystem_pthread.dylib       	0x00007fff68c8d109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff68c88b8b thread_start + 15

Thread 6:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff68bc9dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff68bca170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2eb410b5 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff2eb3fb82 __CFRunLoopRun + 1319
4   com.apple.CoreFoundation      	0x00007fff2eb3effe CFRunLoopRunSpecific + 462
5   com.apple.AppKit              	0x00007fff2bf5f5b4 _NSEventThread + 132
6   libsystem_pthread.dylib       	0x00007fff68c8d109 _pthread_start + 148
7   libsystem_pthread.dylib       	0x00007fff68c88b8b thread_start + 15

Thread 7:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff68bc9dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff68bca170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2eb410b5 __CFRunLoopServiceMachPort + 247
3   com.apple.CoreFoundation      	0x00007fff2eb3fb82 __CFRunLoopRun + 1319
4   com.apple.CoreFoundation      	0x00007fff2eb3effe CFRunLoopRunSpecific + 462
5   com.apple.CFNetwork           	0x00007fff2d37e09a 0x7fff2d334000 + 303258
6   com.apple.Foundation          	0x00007fff311cb882 __NSThread__start__ + 1064
7   libsystem_pthread.dylib       	0x00007fff68c8d109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff68c88b8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010e4df010  rbx: 0x0000600001208630  rcx: 0x0000600003fc4eb0  rdx: 0x000000010e4df010
  rdi: 0x00006000037aa680  rsi: 0x00007fff72d0a7ed  rbp: 0x00007ffee1854530  rsp: 0x00007ffee18544f8
   r8: 0x00000000000130a8   r9: 0x0000000000000000  r10: 0x00003f276050a680  r11: 0x00007fff72d0a7ed
  r12: 0x0000000000000010  r13: 0x00007fff678d4800  r14: 0x0000600003fc4eb0  r15: 0x00006000037aa680
  rip: 0x00007fff678d481d  rfl: 0x0000000000010202  cr2: 0x00003f276050a698
  
Logical CPU:     0
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14


Binary Images:
       0x10e3aa000 -        0x10e49ffff +org.net9.Welly (3.1.1.1 - 923) <70E72869-1B7D-3042-9B8C-5023FED2D143> /Applications/Welly.app/Contents/MacOS/Welly
       0x10e53d000 -        0x10e554fff +com.positivespinmedia.PSMTabBarControlFramework (1.1) <CE0353EB-DE72-B507-998C-5299E955AE9E> /Applications/Welly.app/Contents/Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
       0x10e568000 -        0x10e5aafff +org.sparkle-project.Sparkle (1.18.1 21-g558cfd21 - 1.18.1) <495F83DE-8BE7-3CB9-B2D3-4447FDAC2033> /Applications/Welly.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10e5d2000 -        0x10e62eff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Applications/Welly.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x110bb7000 -        0x110bba047  libobjc-trampolines.dylib (787.1) <CCA8AC98-12A2-3984-ACD6-1D77DAD6C0AD> /usr/lib/libobjc-trampolines.dylib
       0x118980000 -        0x118a46ff7  com.apple.AMDRadeonX4000GLDriver (3.8.24 - 3.0.8) <C8948AD2-CFF9-31A6-95B9-F2E0A8068EF0> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x11ce2f000 -        0x11cec0eff  dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
    0x7fff21b16000 -     0x7fff21b25ff7  libSimplifiedChineseConverter.dylib (76) <3A38C5A2-0D75-34F2-A30C-22E346092611> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x7fff21b3d000 -     0x7fff21d8aff8  com.apple.RawCamera.bundle (9.01.0 - 1340.28) <3249E1E0-D226-3219-BFF2-22F85C39BB6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff21d8d000 -     0x7fff21ebaff8  com.apple.AMDMTLBronzeDriver (3.8.24 - 3.0.8) <15983EE9-C22E-3979-BDB1-51682FFE9442> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff21ebb000 -     0x7fff21ef1fff  ATIRadeonX4000SCLib.dylib (3.8.24) <FC75895C-348F-3C26-B82F-6E17FFF0E63C> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff23406000 -     0x7fff23dbeff3  libSC.dylib (3.8.24) <3A787392-149B-3C17-8257-ECB04A04A1B7> /System/Library/Extensions/AMDShared.bundle/Contents/PlugIns/libSC.dylib
    0x7fff264c3000 -     0x7fff274cafff  com.apple.driver.AppleIntelKBLGraphicsGLDriver (14.5.22 - 14.0.5) <4C6C15C9-6C8E-3E84-911D-D000FB94794D> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff274cb000 -     0x7fff278caff1  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.5.22 - 14.0.5) <0BB14CF6-CA95-34B0-B454-0AB95C5D4CF6> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2a369000 -     0x7fff2a564ffb  com.apple.avfoundation (2.0 - 1841.57) <AB376C9E-111C-3F42-B09A-566D50F2E296> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff2a565000 -     0x7fff2a631ffe  com.apple.audio.AVFAudio (1.0 - 415.72) <D912C207-81D1-35AB-8E31-1110F511A685> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff2a751000 -     0x7fff2a751fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <8BE0965F-6A6A-35B0-89D0-F0A75835C2CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2a752000 -     0x7fff2a768fff  libCGInterfaces.dylib (524.2) <9092665A-D5C7-3ED8-A7D5-9216B48F8E3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2a769000 -     0x7fff2adbffef  com.apple.vImage (8.1 - 524.2) <DAE0E5C5-BA70-325D-8B4C-6B821F009CBF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2adc0000 -     0x7fff2b027ff7  libBLAS.dylib (1303.60.1) <4E980D6B-4B3A-33D6-B52C-AFC7D120D11A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2b028000 -     0x7fff2b4fbfef  libBNNS.dylib (144.100.2) <C05F9F9D-4498-37BD-9C1C-2F7B920B401D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2b4fc000 -     0x7fff2b897fff  libLAPACK.dylib (1303.60.1) <F8E9D081-7C60-32EC-A47D-2D30CAD73C5F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2b898000 -     0x7fff2b8adfec  libLinearAlgebra.dylib (1303.60.1) <79CB28C5-F811-3EAF-AD8E-7D7D879FE662> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2b8ae000 -     0x7fff2b8b3ff3  libQuadrature.dylib (7) <EB7C9E98-D1E7-314C-90B4-3EB04428CC7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2b8b4000 -     0x7fff2b924fff  libSparse.dylib (103) <8C55F5F2-6AE3-393C-B2FF-22B8CFCBD7FC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2b925000 -     0x7fff2b937fef  libSparseBLAS.dylib (1303.60.1) <08F6D629-5DAC-3A99-B261-2B6095DD38B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2b938000 -     0x7fff2bb0ffd7  libvDSP.dylib (735.100.4) <0744F29B-F822-3571-9B4A-B592146D4E03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2bb10000 -     0x7fff2bbd2fef  libvMisc.dylib (735.100.4) <E6C94B52-931B-3858-AF4D-C2EA52ACB7F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2bbd3000 -     0x7fff2bbd3fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <66282197-81EE-316F-978E-EF1471551DEF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2bbd4000 -     0x7fff2bc33ff0  com.apple.Accounts (113 - 113) <4B85E422-169E-396D-898A-DD1A7715EC6D> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2bd7d000 -     0x7fff2cb3cff5  com.apple.AppKit (6.9 - 1894.40.150) <FDDF35FF-4007-3F0B-B59C-03CFF3A0A73B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2cb8c000 -     0x7fff2cb8cfff  com.apple.ApplicationServices (48 - 50) <CABCF23C-55E5-35E1-AAF0-EE5DDE3FDB03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2cb8d000 -     0x7fff2cbf8fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <6AA4BBCC-43AF-3EBF-8EB5-7916A3B563AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2cc91000 -     0x7fff2cccfff0  libFontRegistry.dylib (274.0.4.2) <FBF6EC26-42C0-334E-B67C-871AD50DB0BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2cd2a000 -     0x7fff2cd59fff  com.apple.ATSUI (1.0 - 1) <D8C604E9-D854-3A32-B37B-819197537A63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2cd5a000 -     0x7fff2cd5effb  com.apple.ColorSyncLegacy (4.13.0 - 1) <2359E2CD-8FCE-32D7-AF76-F4D9A3D9D9F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2cdf8000 -     0x7fff2ce4fffa  com.apple.HIServices (1.22 - 675.1) <B2DEE96F-ED7A-3924-A2E2-44BB7A950BD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2ce50000 -     0x7fff2ce5efff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <1603F2CC-DC51-3E15-B6B5-0A9F9AB0C045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2ce5f000 -     0x7fff2cea4ffa  com.apple.print.framework.PrintCore (15.4 - 516.2) <525E8A4B-297B-3CAC-8A4A-6C7E211D7A21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2cea5000 -     0x7fff2ceafff7  com.apple.QD (4.0 - 413) <1EAEF5BC-D649-3E42-87BC-43CCEE4D5274> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2ceb0000 -     0x7fff2cebdffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <C2E5BBFC-2EF0-3FFE-A1CF-960631DC249C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2cebe000 -     0x7fff2cf9fffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <4222CBDF-D637-30DB-BA45-C6E222BABB24> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2cfa1000 -     0x7fff2cfa1fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <73D89D5E-05D5-3F64-BE02-2B2ED6AD6C03> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2d334000 -     0x7fff2d6c2ffd  com.apple.CFNetwork (1125.2 - 1125.2) <1D4D81F7-FC48-3588-87FC-481E2586E345> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2d73e000 -     0x7fff2d73efff  com.apple.Carbon (160 - 162) <CAA294BD-BC93-384A-8415-B254C89098FC> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2d73f000 -     0x7fff2d742ff3  com.apple.CommonPanels (1.2.6 - 101) <63261921-DD00-312E-AFD1-C099E1984725> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2d743000 -     0x7fff2da37ff3  com.apple.HIToolbox (2.1.1 - 994.6) <C03A48FC-1A02-320D-9147-F4687A1BBC6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2da38000 -     0x7fff2da3bff3  com.apple.help (1.3.8 - 71) <F5E9EA64-5D5E-346F-98D0-D04A2F805D8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2da3c000 -     0x7fff2da41ff7  com.apple.ImageCapture (9.0 - 1600.60.4.2) <63FE9A8C-A7C6-3ABD-AA1D-EA1BC6613C39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2da42000 -     0x7fff2da42fff  com.apple.ink.framework (10.15 - 227) <90518F56-AD8A-3627-905A-16E2B8640F87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2da43000 -     0x7fff2da5dffa  com.apple.openscripting (1.7 - 185.1) <718C485A-4167-3A26-B2CD-6C42B5B36D01> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2da7e000 -     0x7fff2da7efff  com.apple.print.framework.Print (15 - 271) <29384C24-6667-3BAA-992A-DAD809D6387E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2da7f000 -     0x7fff2da81ff7  com.apple.securityhi (9.0 - 55008) <478C57A9-D5A5-3951-B289-DA5323E9044A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2da82000 -     0x7fff2da88fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <E6BE4EC1-5C53-38BB-AAFD-E7BF7A8975BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2da89000 -     0x7fff2dc21ffa  com.apple.cloudkit.CloudKit (867 - 867) <4E84CB31-D94A-3665-81BD-6AF7E0BB1867> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff2dc22000 -     0x7fff2dc22fff  com.apple.Cocoa (6.11 - 23) <37E98F4D-1D78-3F22-BDC0-59DC0B9B3A3E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2dc30000 -     0x7fff2dd26fff  com.apple.ColorSync (4.13.0 - 3394.7) <FC6CFACE-CDD8-3811-BAB6-C9F82AC0A594> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2e011000 -     0x7fff2e51affb  com.apple.audio.CoreAudio (5.0 - 5.0) <CF50C6CC-6753-3D64-A76B-21CE211A98E8> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2e56d000 -     0x7fff2e5a5fff  com.apple.CoreBluetooth (1.0 - 1) <D2943204-C3A0-3C09-A7A9-BF75822678B4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2e5a6000 -     0x7fff2e990fe8  com.apple.CoreData (120 - 977.3) <9A33F390-687F-3EE2-8293-4E564A164469> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2e991000 -     0x7fff2eabcffe  com.apple.CoreDisplay (1.0 - 186.5.25) <53F750C6-947A-39AE-984E-41939B858A68> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2eabd000 -     0x7fff2ef3cffb  com.apple.CoreFoundation (6.9 - 1675.129) <9E632A1E-9622-33D6-BCCE-23AC16DAA6B7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2ef3e000 -     0x7fff2f5b2fe0  com.apple.CoreGraphics (2.0 - 1355.13) <54528FE3-21A7-3F64-B7AA-F6B95394488D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2f5c0000 -     0x7fff2f91bff0  com.apple.CoreImage (15.0.0 - 940.9) <CA78A35D-E15E-3D98-BDEF-9F3D9039DB78> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2f91c000 -     0x7fff2f985ff0  com.apple.corelocation (2394.0.22 - 2394.0.22) <ACC174CE-32D4-3DFB-BD94-13A980F28CBC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff2f9d9000 -     0x7fff2fcdbff2  com.apple.CoreML (1.0 - 1) <D21E403C-E85E-30E0-9465-38C804CEC405> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff2fcdc000 -     0x7fff2fdb8ff4  com.apple.CoreMedia (1.0 - 2612.58.4.6) <301A075B-022D-3F28-AE2C-7F280CCF1F51> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff2fdb9000 -     0x7fff2fe1bffe  com.apple.CoreMediaIO (1000.0 - 5125.6) <11F1EB21-E366-3AEE-8012-D72DEEAC4D3C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff2fea5000 -     0x7fff2fea5fff  com.apple.CoreServices (1069.22 - 1069.22) <888FE7B9-CE6C-3C7C-BA33-63364462228A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2fea6000 -     0x7fff2ff2bfff  com.apple.AE (838.1 - 838.1) <2BAB1B88-C198-3D20-8DA3-056E66510E7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2ff2c000 -     0x7fff3020dff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <D0FECC17-7E16-308F-98EA-AF311CB77FE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3020e000 -     0x7fff3025bffd  com.apple.DictionaryServices (1.2 - 323.6) <11513ED9-8B4B-39BB-A6B2-AA6AA0A2DF72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3025c000 -     0x7fff30264ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <CE3D8B13-2583-3527-8532-D5DDAAD7D56B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff30265000 -     0x7fff3049effc  com.apple.LaunchServices (1069.22 - 1069.22) <E51EE658-608C-3034-9635-4FDF1E241E62> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3049f000 -     0x7fff30537ff1  com.apple.Metadata (10.7.0 - 2076.3) <EE42CCA1-FEC2-3F1C-9B62-2E73EFB05FCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff30538000 -     0x7fff30565fff  com.apple.CoreServices.OSServices (1069.22 - 1069.22) <A0654B4E-3194-3066-911F-FF1FBEE1D2C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff30566000 -     0x7fff305cdfff  com.apple.SearchKit (1.4.1 - 1.4.1) <D4F82BC9-FD9B-3E04-B78E-D9E2A73B0BD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff305ce000 -     0x7fff305f2ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <AEB4E42C-F5A2-3F63-80B0-4226483AD4F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3084f000 -     0x7fff30916ffc  com.apple.CoreTelephony (113 - 7549) <73AB1DBA-D993-3766-B110-323F132FAB58> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff30917000 -     0x7fff30aceffc  com.apple.CoreText (643.1.4.4 - 643.1.4.4) <5D4EA236-DC1B-3772-95C5-7F4B6CFEAF84> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff30acf000 -     0x7fff30b13ffb  com.apple.CoreVideo (1.8 - 344.3) <8507ED54-43C3-3E5B-BC74-512FE510BF8D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff30b14000 -     0x7fff30ba1ffc  com.apple.framework.CoreWLAN (13.0 - 1601.2) <C1C2BBD4-EA97-3CC1-845D-1F1578E68380> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff30d5d000 -     0x7fff30d68ff7  com.apple.DirectoryService.Framework (10.15 - 220.40.1) <A2504DEB-2C9D-3F87-90FF-70104421DAF7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff30d69000 -     0x7fff30e13ff0  com.apple.DiscRecording (9.0.3 - 9030.4.5) <F4588360-A78E-361C-B7F5-370D38C57B3C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30e38000 -     0x7fff30e3efff  com.apple.DiskArbitration (2.7 - 2.7) <D7617B57-B01C-3848-8818-593FB12039E9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff31030000 -     0x7fff3115bffa  com.apple.FileProvider (276 - 276) <B3EB6E66-807E-3F67-951F-88B8484FB8CD> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff31173000 -     0x7fff31538ff8  com.apple.Foundation (6.9 - 1675.129) <9A74FA97-7F7B-3929-B381-D9514B1E4754> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff315a5000 -     0x7fff315f5ff7  com.apple.GSS (4.0 - 2.0) <16DE732E-4A48-3C8A-BD61-8AF810F3A48C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff31732000 -     0x7fff31846ff3  com.apple.Bluetooth (7.0.4 - 7.0.4f6) <9003721F-8543-3A21-BF11-2A981614F481> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff318ac000 -     0x7fff31950ff3  com.apple.framework.IOKit (2.0.2 - 1726.100.16) <3D8BA34A-AAF7-3AF2-9B5B-189AC4755404> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff31952000 -     0x7fff31963ffb  com.apple.IOSurface (269.11 - 269.11) <887CD3FD-1BB8-3BB7-B7F8-6A0BA4B3AEAE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff31981000 -     0x7fff319e1ff7  com.apple.ImageCaptureCore (1.0 - 1600.60.4.2) <47AD8B27-A38D-3A6A-B3F1-2770A8CF7EB3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff319e2000 -     0x7fff31b3efee  com.apple.ImageIO.framework (3.3.0 - 1976.3.4.4) <EDAA3E6B-6D65-3807-86C2-91736BC0AF88> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff31b3f000 -     0x7fff31b42fff  libGIF.dylib (1976.3.4.4) <A4627958-EB22-3ADA-92BE-16229F9E9767> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff31b43000 -     0x7fff31bfcfff  libJP2.dylib (1976.3.4.4) <43672561-0E75-3A32-B428-697C6DA13BD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff31bfd000 -     0x7fff31c20fe3  libJPEG.dylib (1976.3.4.4) <52DC775B-CAB5-32B7-AC86-D9AAF7851BE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff31e9c000 -     0x7fff31eb6fef  libPng.dylib (1976.3.4.4) <0B79BE68-50CD-3C99-9CF4-2396CD203EF8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff31eb7000 -     0x7fff31eb8fff  libRadiance.dylib (1976.3.4.4) <E506A652-A423-3170-8032-0B03FF367FE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff31eb9000 -     0x7fff31f02ffb  libTIFF.dylib (1976.3.4.4) <0419D70A-E156-3B5D-A8B0-33BA29B54A08> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff31f1b000 -     0x7fff323aaff8  com.apple.Intents (1.0 - 1) <04636FBB-7F57-381D-BF5C-58DACE6B4A43> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff323ad000 -     0x7fff3344cfe9  com.apple.JavaScriptCore (15609 - 15609.1.20.111.8) <BCA32239-EE89-36EB-9908-32A8E6F7C5F4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff33464000 -     0x7fff33476ff3  com.apple.Kerberos (3.0 - 1) <DC673FF3-4DC9-3C23-9718-343AB36B2984> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff33477000 -     0x7fff33477fff  libHeimdalProxy.dylib (77) <A970C7A8-7CCD-3701-A459-078BD5E8FE4E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33478000 -     0x7fff334aeff7  com.apple.LDAPFramework (2.4.28 - 194.5) <2920B2CC-7480-37E4-A7C5-BF58D1D6276A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff33809000 -     0x7fff33813ffb  com.apple.MediaAccessibility (1.0 - 125.1) <B2F72AF8-99DC-3613-B618-C588252EEAC2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff338df000 -     0x7fff3402affd  com.apple.MediaToolbox (1.0 - 2612.58.4.6) <FEB63B0B-D774-3FEB-B89A-66C2179DAC85> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3402c000 -     0x7fff340f6fff  com.apple.Metal (212.5.15 - 212.5.15) <2CBB178E-434E-31D3-BAE2-ED3EA801D4BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff340f8000 -     0x7fff34112ff5  com.apple.MetalKit (141.2 - 141.2) <72334BFA-7EB7-31F2-AB42-A3D66FF53451> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff34113000 -     0x7fff34150ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <5DF84B7A-9DD0-36DB-8686-D669CDA93D59> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff34151000 -     0x7fff341dbfe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <CDC36001-66DA-3BBD-A9AA-2470B634B9C9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff341dc000 -     0x7fff34201ff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <1E4FE6EF-6D42-3439-835C-F4F20B05E0F5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff34202000 -     0x7fff34217ffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <8F8F0C2E-C4EC-3418-A06A-42B8280DDC9D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff34218000 -     0x7fff34376ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <6BEFB262-2538-3A12-9E9F-A7CF94D2B68A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff34377000 -     0x7fff343c6ff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <4D352B8E-97D8-34FA-B2AF-3AB4E3149E2E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff343c7000 -     0x7fff343c8ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <07F3B58C-F362-35F2-9A79-F38015A78DDA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3544f000 -     0x7fff3545bffe  com.apple.NetFS (6.0 - 4.0) <7A96A8FE-17F3-3850-8E81-9DDDC5A48DDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3545c000 -     0x7fff355b3ff3  com.apple.Network (1.0 - 1) <D1C8FDDE-C822-3C40-BB26-18F24CFC8AE2> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff355b4000 -     0x7fff35813ff7  com.apple.NetworkExtension (1.0 - 1) <CB7E4930-C6EC-3642-B4BF-2B9D54BA3A53> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff37fdb000 -     0x7fff37fe3ff7  libcldcpuengine.dylib (2.14) <BB23A727-5F40-3D27-AD3B-3197A7241F84> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff37fe4000 -     0x7fff3803cfff  com.apple.opencl (3.5 - 3.5) <3F0E363C-9380-3226-A4D1-67E740079AAD> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3803d000 -     0x7fff38059fff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <58835104-9E7A-32E8-862B-530CE899C9B4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3805a000 -     0x7fff38065ffd  com.apple.OpenDirectory (10.15 - 220.40.1) <D846BA35-59A1-3B78-B1C8-7E0EDE972AD2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff389cb000 -     0x7fff389cdfff  libCVMSPluginSupport.dylib (17.10.22) <65052150-BEFD-38D8-A789-560C2FB1644A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff389ce000 -     0x7fff389d3fff  libCoreFSCache.dylib (176.11) <AEAEE894-BA4B-334F-90E1-7374DFB41979> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff389d4000 -     0x7fff389d8fff  libCoreVMClient.dylib (176.11) <29D2B5C2-CBFF-308A-ADD8-A559B760C494> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff389d9000 -     0x7fff389e1ff7  libGFXShared.dylib (17.10.22) <7FF5455A-3D5D-33D2-9C41-A51ABE53CE66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff389e2000 -     0x7fff389ecfff  libGL.dylib (17.10.22) <08450555-3BC8-3457-8F5E-E2BBE895C0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff389ed000 -     0x7fff38a21ff7  libGLImage.dylib (17.10.22) <5182EE22-2914-30E0-A87D-C38F345F695B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff38a22000 -     0x7fff38bb6ff7  libGLProgrammability.dylib (17.10.22) <942CCB23-9868-3D76-98CC-3430E45590D2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff38bb7000 -     0x7fff38bf3fff  libGLU.dylib (17.10.22) <2FE69FE7-B60D-3D05-824B-CD4958E2C7B8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3962f000 -     0x7fff3963eff7  com.apple.opengl (17.10.22 - 17.10.22) <4E9C4B23-6D44-3804-AFF8-84C3B060E8F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3963f000 -     0x7fff397b8fff  GLEngine (17.10.22) <803CEBEC-8BA2-3B48-B6E7-23F080B7EE75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff397b9000 -     0x7fff397e1fff  GLRendererFloat (17.10.22) <EE9FB4C6-8D39-39CC-9A91-7D3EFB16B2DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff397f0000 -     0x7fff398e3ff8  com.apple.PDFKit (1.0 - 835.6) <8C1A9D1F-8563-3563-A44B-2168F1BBC73B> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff398e4000 -     0x7fff399fbff9  com.apple.PencilKit (1.0 - 1) <5B2098EE-671A-35D3-AA04-04222E2CFA51> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff39c9c000 -     0x7fff39ca2ff6  com.apple.PushKit (1.0 - 1) <9C6298EB-D3BB-351C-9EB2-8EBB86EC5EE3> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff39dc3000 -     0x7fff3a009ff7  com.apple.imageKit (3.0 - 1081) <8E987D0B-D19B-3740-8EAF-865E71F6BD3D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3a00a000 -     0x7fff3a4c9fff  com.apple.QuartzComposer (5.1 - 378) <4F12AAA2-6D2B-378F-A9ED-F86E0C3867CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3a4ca000 -     0x7fff3a4efffc  com.apple.quartzfilters (1.10.0 - Tag) <0787E515-8FBF-3F28-ADEC-1AB655785FD0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3a4f0000 -     0x7fff3a5faff7  com.apple.QuickLookUIFramework (5.0 - 906.2) <3AC6282E-1B48-34D1-876E-6ABDF4C6C5B7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff3a5fb000 -     0x7fff3a5fbfff  com.apple.quartzframework (1.5 - 23) <A9A117A8-F5FC-3C4A-82D1-7A18F40A68BA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff3a5fc000 -     0x7fff3a87eff2  com.apple.QuartzCore (1.11 - 840.18) <16502545-A0F3-3367-929B-DD80A6440226> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3a87f000 -     0x7fff3a8d8ff5  com.apple.QuickLookFramework (5.0 - 906.2) <56BE172A-8762-3A61-999A-230781937BCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff3a8d9000 -     0x7fff3a90effc  com.apple.QuickLookThumbnailing (1.0 - 1) <D2623EE2-3CA8-348E-9172-F5F4113A75F5> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff3addf000 -     0x7fff3adf7ff0  com.apple.SafariServices.framework (15609 - 15609.1.20.111.8) <0750CC9F-F8E8-3F55-BA25-A4553130B638> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3b3ff000 -     0x7fff3b748ff1  com.apple.security (7.0 - 59306.101.1) <430E04FE-F068-3476-9CA2-72CB5F040D1F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3b749000 -     0x7fff3b7d1ffb  com.apple.securityfoundation (6.0 - 55236.60.1) <BC15B825-955D-33CF-B416-A64D69A1D008> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3b7d2000 -     0x7fff3b7ffff7  com.apple.securityinterface (10.0 - 55139.100.1) <64A937FE-AF16-3E4E-A988-B3C6916CD7F7> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff3b800000 -     0x7fff3b804ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <C66FC9CF-224B-348C-94A5-ABAC579F5C0A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3c4af000 -     0x7fff3c51dff7  com.apple.SystemConfiguration (1.19 - 1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3c79c000 -     0x7fff3cb1fff4  com.apple.VideoToolbox (1.0 - 2612.58.4.6) <C488A935-B94F-3F80-88E7-D2743FB1E460> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3cdc1000 -     0x7fff3d55efff  libwebrtc.dylib (7609.1.20.111.8) <5F570670-3E03-3487-9989-C194803EC3CE> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff3d55f000 -     0x7fff3f7c0ff4  com.apple.WebCore (15609 - 15609.1.20.111.8) <C7BDC427-752C-3B6F-9BED-9084A4E560A4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff3f7c1000 -     0x7fff3f9ccff7  com.apple.WebKitLegacy (15609 - 15609.1.20.111.8) <ACD4362A-7AFB-3360-9FB5-A6DD519158C3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff3f9cd000 -     0x7fff400cbff5  com.apple.WebKit (15609 - 15609.1.20.111.8) <02E73B70-1559-324B-968A-4B7E41629F1A> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff4047a000 -     0x7fff4053fff7  com.apple.APFS (1412.101.1 - 1412.101.1) <2F5A48FB-9788-3A24-87FE-C1B7DDBC8A07> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff40b85000 -     0x7fff40b90ffc  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <ED6545B8-9FFD-3C7E-81B7-229AB7E9B28F> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff4164d000 -     0x7fff4164eff1  com.apple.AggregateDictionary (1.0 - 1) <FE9B8728-9C37-367E-91A6-2D1321D485A0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff41a9c000 -     0x7fff41be7ff5  com.apple.AnnotationKit (1.0 - 325.8) <46E422E4-E51A-3E68-9333-19FC8C1A93D1> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff41be8000 -     0x7fff41c05ff4  com.apple.AppContainer (4.0 - 448.100.6) <FBA274DA-2172-31C8-9759-AFB227E0E7E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff41c27000 -     0x7fff41c3dff3  com.apple.AppSSOCore (1.0 - 1) <547C0367-6E49-3894-8A4F-04392DD24451> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
    0x7fff41c5a000 -     0x7fff41c68ff7  com.apple.AppSandbox (4.0 - 448.100.6) <B38CE066-5303-3FBF-B0D3-A0D3889E2005> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff42052000 -     0x7fff420b7ff7  com.apple.AppSupport (1.0.0 - 29) <6F8049D2-B017-3DD3-986E-519E2BE07F03> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
    0x7fff420e3000 -     0x7fff42107ffb  com.apple.framework.Apple80211 (13.0 - 1602.3) <7D1A08A0-27B0-3F53-BFC4-A2A482B055A0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff423c5000 -     0x7fff423d4fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <E1B024EB-DAB1-30A1-A43D-01D9E9357F2B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff424d3000 -     0x7fff424deff7  com.apple.AppleIDAuthSupport (1.0 - 1) <BE6A7C6D-060E-38E9-A010-61975ECE5E43> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff42520000 -     0x7fff42568ff7  com.apple.AppleJPEG (1.0 - 1) <C163D80A-6818-3C36-B9A9-7CC8777FE593> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4292b000 -     0x7fff42950ffb  com.apple.aps.framework (4.0 - 4.0) <0B30938A-3D9A-368D-831A-B249DF07E6E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff42951000 -     0x7fff42955ff7  com.apple.AppleSRP (5.0 - 1) <815E832D-9F21-3BBA-BA03-674473A324E3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff42956000 -     0x7fff42978fff  com.apple.applesauce (1.0 - 16.25) <A6C6D37B-9AA5-3137-A02E-F61798A908B0> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff42a37000 -     0x7fff42a3affb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <52444963-7A5E-36C8-BAAA-FFF8A0D14612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff42a3b000 -     0x7fff42a8bff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2) <A46D4D00-6251-302B-9A4A-3A930855BC1F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff42ad4000 -     0x7fff42ae3ff9  com.apple.AssertionServices (1.0 - 223.100.31) <2DA45CD2-C755-397C-977C-F4C6435A1272> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff43025000 -     0x7fff43420ff8  com.apple.audio.AudioResourceArbitration (1.0 - 1) <B7E163FF-F028-32A5-9AD3-DB7022E99DE7> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff43676000 -     0x7fff438b6ff0  com.apple.audio.AudioToolboxCore (1.0 - 1104.80) <EE6A2BD9-843C-3CC3-AEFC-6D7855DBB331> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff438ba000 -     0x7fff439d6ff3  com.apple.AuthKit (1.0 - 1) <0A3A05D4-0795-35B8-8729-4BF252D52E60> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff43b93000 -     0x7fff43b9cff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <2088BC70-5329-3390-A851-C4ECF654047C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff43b9d000 -     0x7fff43c3eff5  com.apple.backup.framework (1.11.4 - 1298.4.19) <1F848C06-11E3-3D85-8358-7E37AD2BE9D7> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff43c3f000 -     0x7fff43ccbff6  com.apple.BaseBoard (466.3 - 466.3) <1EFE4339-9393-3B15-8DC9-2BE9B03F3062> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff43dcd000 -     0x7fff43e09ff7  com.apple.bom (14.0 - 219.2) <4B7C18B2-1E51-376E-9D6A-CE3F58D2AE53> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff43f27000 -     0x7fff43f5eff5  com.apple.C2 (1.3 - 495) <EFE56369-34F2-32E7-B0E8-EC5F087BBC64> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff44985000 -     0x7fff449d4fff  com.apple.ChunkingLibrary (307 - 307) <4A5C3E8E-1E95-3363-8A78-CCD55770F064> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff45845000 -     0x7fff45855ffb  com.apple.CommonAuth (4.0 - 2.0) <E09BBBBE-ECDD-3442-8D4E-27A12F5E2347> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff45869000 -     0x7fff45880fff  com.apple.commonutilities (8.0 - 900) <1E6CE910-4B06-3704-A47D-06337A6F0992> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff45f86000 -     0x7fff4635bfc8  com.apple.CoreAUC (283.0.0 - 283.0.0) <5BF7FDC2-E106-3E73-B950-2A0DDE2CA11F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4635c000 -     0x7fff46389ff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <4BD22FB9-F5F7-35E5-AAD6-CF92706C9816> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff463ac000 -     0x7fff463cbffc  com.apple.analyticsd (1.0 - 1) <F33987F5-A14A-3A55-8D26-FDE9A57B9269> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff464d4000 -     0x7fff4654afff  com.apple.corebrightness (1.0 - 1) <10CCC8E4-B762-3AD7-A18B-DBD6CF6922FD> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff466c6000 -     0x7fff466d1ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <98645544-C8EB-3E85-AC67-2A047A05E503> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff466d2000 -     0x7fff468ddff9  com.apple.CoreDuet (1.0 - 1) <26744EDE-E48B-39EE-8EDF-75AB09FF574E> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff468de000 -     0x7fff4692bff3  com.apple.coreduetcontext (1.0 - 1) <91D144A3-0F77-34DD-B33D-487C1C41C54F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff4692c000 -     0x7fff4693cffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <7E293F10-84E1-3A09-8F1F-6784D1864685> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff4693f000 -     0x7fff46941fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <6B53E397-5677-342B-9E49-72853B73FDE8> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff46952000 -     0x7fff46962ff3  com.apple.CoreEmoji (1.0 - 107) <AC83B860-61BD-384E-81BF-CA3CBE655968> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff46b18000 -     0x7fff46c65fff  com.apple.CoreHandwriting (161 - 1.2) <8EE651B7-9ACC-30FE-822D-C2BD0FFCF472> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff46fa2000 -     0x7fff4700cff0  com.apple.CoreNLP (1.0 - 213) <687A4C31-A307-3255-83BE-9B123971FF62> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff472ca000 -     0x7fff472ceffb  com.apple.CoreOptimization (1.0 - 1) <6BE934CA-FCF0-3267-BA06-4662705F95D7> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff472cf000 -     0x7fff47357ffe  com.apple.CorePDF (4.0 - 518.4.1) <EFC6126F-8569-3DE6-A452-BFC7FD8A786C> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff4743a000 -     0x7fff47442ff8  com.apple.CorePhoneNumbers (1.0 - 1) <17E6A3B0-A181-3295-8B19-E139EDF12E4B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff47443000 -     0x7fff4749594b  com.apple.CorePrediction (1.0 - 1) <E4BB1A51-1CEC-358B-8649-309D07E91D6C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff47e2f000 -     0x7fff47e52fff  com.apple.CoreSVG (1.0 - 129) <53213F48-F888-3EBE-AE30-E9303E9B712C> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff47e53000 -     0x7fff47e86fff  com.apple.CoreServicesInternal (446.7 - 446.7) <4C4834E0-EA46-36DE-BA11-16B8826DD754> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff47e87000 -     0x7fff47eb5ffd  com.apple.CSStore (1069.22 - 1069.22) <39E431F9-3584-34DF-A64D-C5895AA72068> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff483d9000 -     0x7fff4846fff7  com.apple.CoreSymbolication (11.4 - 64535.33.1) <DCA00787-D285-3944-AAFA-CAF78775B8D3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff48507000 -     0x7fff48633ff6  com.apple.coreui (2.1 - 609.4) <55EACF17-86EA-3F6E-A2CF-AF2F08C5F295> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff48634000 -     0x7fff487eaff5  com.apple.CoreUtils (6.2 - 620.34) <172FC306-619F-3451-9BCA-F0B0D0B58EFD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff48924000 -     0x7fff48937ff1  com.apple.CrashReporterSupport (10.13 - 15016) <8AB4A416-A174-386B-8A96-5F16EAA3FCDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff489f0000 -     0x7fff48a02ff8  com.apple.framework.DFRFoundation (1.0 - 252.40.1) <852E7EE8-EC39-3CFF-9605-9F971F7BCED5> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff48a03000 -     0x7fff48a08fff  com.apple.DSExternalDisplay (3.1 - 380) <61597AB3-7E66-339D-A709-50D4F9B3D8E9> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff48a92000 -     0x7fff48b0cff0  com.apple.datadetectorscore (8.0 - 659) <F7BA8B28-FD51-34A7-A423-63878638D00E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff48b58000 -     0x7fff48b95ff8  com.apple.DebugSymbols (194 - 194) <0406F803-6865-370E-9D32-01EF177B5E7A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff48b96000 -     0x7fff48d1dff2  com.apple.desktopservices (1.14.4 - 1281.4.19) <82777143-A900-33D0-BCFA-2511C89C9EAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff48d33000 -     0x7fff48d3fff0  com.apple.DeviceIdentity (1.0 - 1) <5476D0B4-DC0A-3B12-8975-CD1242919116> /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity
    0x7fff48fa7000 -     0x7fff4906fffe  com.apple.DiskImagesFramework (559.100.2 - 559.100.2) <A8949EC6-1D1A-3DC6-92A5-BC6B57FB6F90> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff49070000 -     0x7fff49141ff6  com.apple.DiskManagement (13.0 - 1648.100.1) <32121503-F7B3-33E4-BAB0-314D97CDF295> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff49142000 -     0x7fff49146ff1  com.apple.DisplayServicesFW (3.1 - 380) <0E9DB70C-B7B0-3914-B203-BA13DCF69C9E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff491a0000 -     0x7fff491c4ff9  com.apple.DuetActivityScheduler (1.0 - 1) <9E7A184D-142D-39C2-802B-A1B5EEF67738> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff491ee000 -     0x7fff49223ff7  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <8502740F-167A-3864-8F4C-CB1916CE6458> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff49224000 -     0x7fff49228ff9  com.apple.EFILogin (2.0 - 2) <6230668A-F2C2-3BFC-A965-CAB00821BCE6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff49d71000 -     0x7fff4a3dbff9  com.apple.vision.EspressoFramework (1.0 - 188.4) <3B6124CE-8741-3223-BB31-B781FF9CE48D> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff4a6b6000 -     0x7fff4aad1ff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <E081D201-B82C-3AE3-8B58-1E909CE053B3> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4b162000 -     0x7fff4b299ffc  libFontParser.dylib (277.2.4.2) <B59E080A-9FC3-3511-9024-E6D5461E60D1> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff4b29a000 -     0x7fff4b2cefff  libTrueTypeScaler.dylib (277.2.4.2) <3A485687-23E8-3C53-83B0-1AA9625DCD37> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff4b333000 -     0x7fff4b343ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <5A0F87CA-81C0-3444-B958-AAC7BD4319BC> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff4e824000 -     0x7fff4e825fff  libmetal_timestamp.dylib (902.14.9) <E675DA7E-A99D-3351-94D1-3485CD86808B> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff4fec9000 -     0x7fff4fed4ff7  libGPUSupportMercury.dylib (17.10.22) <FE3E328E-F2AC-3FE3-BE4C-31592ABB168B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4fed5000 -     0x7fff4fedbfff  com.apple.GPUWrangler (5.1.16 - 5.1.16) <F91AD6D6-8242-348C-8296-AF1DD8DBA2EF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff501fa000 -     0x7fff50220ff1  com.apple.GenerationalStorage (2.0 - 314) <54182052-9E17-3A2A-8943-8915E6D319CE> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff50239000 -     0x7fff51223ffc  com.apple.GeoServices (1.0 - 1624.24.10.29.41) <95D0D6FA-31F1-3DE2-86D7-6C0304079D00> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff5134f000 -     0x7fff5135dffb  com.apple.GraphVisualizer (1.0 - 100.1) <7289AEE6-C577-3D89-A99E-98551218EB7D> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5135e000 -     0x7fff5136bff3  com.apple.GraphicsServices (1.0 - 1.0) <D28FCA52-116D-3886-8A23-263A2D8A9147> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
    0x7fff513c6000 -     0x7fff513d3ff9  com.apple.HID (1.0 - 1) <A9E6AB64-2343-34B8-98BA-9E48D63CB164> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff514fd000 -     0x7fff515bbff4  com.apple.Heimdal (4.0 - 2.0) <C4838DCE-48FB-3828-9FB2-097BA2848C99> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff53732000 -     0x7fff5373bffe  com.apple.IOAccelMemoryInfo (1.0 - 1) <8626B839-52BD-3BE1-BD83-B5C72D7B586D> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff5373c000 -     0x7fff53744ff5  com.apple.IOAccelerator (438.4.5 - 438.4.5) <4B2F1D11-C36B-3C48-9934-8A973348A966> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff53751000 -     0x7fff53767fff  com.apple.IOPresentment (1.0 - 37) <2FE66352-4CF9-3F79-944D-053E2AD451D6> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff53aef000 -     0x7fff53b3aff1  com.apple.IconServices (438.3 - 438.3) <2431AD46-37B8-367F-A1DC-119C781B1453> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff53cd7000 -     0x7fff53ce5fff  com.apple.IntentsFoundation (1.0 - 1) <8B3D3F36-5399-32F9-843C-E54D3DF1FFF4> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff53cf8000 -     0x7fff53cffffa  com.apple.InternationalSupport (1.0 - 45.2) <296B6979-342E-35B8-A58B-B0797DFBA789> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff53f8c000 -     0x7fff53fabffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <D0F59C6D-F069-3F0D-81C2-CBFC2E6B7101> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff540e0000 -     0x7fff541aeffd  com.apple.LanguageModeling (1.0 - 215.1) <3FAF1700-F7D4-3F92-88AA-A3920702B8BB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff541af000 -     0x7fff541f7fff  com.apple.Lexicon-framework (1.0 - 72) <212D02CE-11BC-3C7F-BDFD-DF1A0C4017EE> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff541fe000 -     0x7fff54203ff3  com.apple.LinguisticData (1.0 - 353.18) <BA3869B7-9C39-32DA-A4BA-12F1BC4B04CF> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5422a000 -     0x7fff5424effe  com.apple.locationsupport (2394.0.22 - 2394.0.22) <F396B85A-34DB-3A32-9E88-28C2F3FCFCF1> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff542a7000 -     0x7fff542acff7  com.apple.LoginUICore (4.0 - 4.0) <49975B17-B54D-338D-AA55-D2AA825D4FC9> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff54a9b000 -     0x7fff54a9efff  com.apple.Mangrove (1.0 - 25) <9490A0D4-5EF9-3FDA-B048-A71BE3A17096> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff54c5c000 -     0x7fff54c82ffc  com.apple.MarkupUI (1.0 - 325.8) <F2CC59DD-88A3-3455-ADB9-F9647DD2BF73> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff54d07000 -     0x7fff54d91ff8  com.apple.MediaExperience (1.0 - 1) <F86763CC-6791-390E-8BCF-512B04C931BA> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff54d92000 -     0x7fff54dc5fff  com.apple.MediaKit (16 - 923) <DFDC82DF-3E23-394C-8284-3DBC31E7EBDB> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff5556a000 -     0x7fff555b6fff  com.apple.spotlight.metadata.utilities (1.0 - 2076.3) <EF8AC054-B15F-375F-AACB-018DC73CD16E> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff555b7000 -     0x7fff55688ffa  com.apple.gpusw.MetalTools (1.0 - 1) <BA343D96-58EA-374A-818C-E42968101EA8> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff556e5000 -     0x7fff556feff4  com.apple.MobileAssets (1.0 - 619.100.2) <4EAA222A-2128-3A7D-9270-C4878C8AD1AA> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff558bb000 -     0x7fff558d9fff  com.apple.MobileKeyBag (2.0 - 1.0) <0837C5C4-A860-387C-8F31-9A4627A3132F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff559a5000 -     0x7fff55b3bffd  com.apple.Montreal (1.0 - 121.1) <87D77C55-8176-3288-B0AF-6DFD2BD99C8C> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff55b3c000 -     0x7fff55b6cff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <0AA68A0D-23F6-3628-A93F-8F8018B84920> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5606b000 -     0x7fff56075fff  com.apple.NetAuth (6.2 - 6.2) <D324C7CC-E614-35F6-8619-DECBE90ECAEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff56a80000 -     0x7fff56acbffb  com.apple.OTSVG (1.0 - 643.1.4.4) <DCCAD72C-ED3E-3FB9-80C8-4DB36362C28A> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff57cd3000 -     0x7fff57cdeff2  com.apple.PerformanceAnalysis (1.243.2 - 243.2) <FFE831BE-C133-38BE-A6B4-BEEB9FD6BF37> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff57cdf000 -     0x7fff57d07ffb  com.apple.persistentconnection (1.0 - 1.0) <F16D4768-61F2-3298-8E37-0EAF612A55C0> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff59780000 -     0x7fff597b0ff7  com.apple.pluginkit.framework (1.0 - 1) <EDB3D9C8-B4C4-3669-961D-E60D983927B6> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff597db000 -     0x7fff597eeffc  com.apple.PowerLog (1.0 - 1) <E9052A48-811B-3976-A5AA-260E1B69B12A> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff5a66a000 -     0x7fff5a6c4ff6  com.apple.ProtectedCloudStorage (1.0 - 1) <9ACFED11-E9B3-3F24-88AE-294F68189AF1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff5a6c5000 -     0x7fff5a6deffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <05BE7640-A9FD-3963-8199-E60DE3C37A7E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5a7f0000 -     0x7fff5a7f3ff4  com.apple.QuickLookNonBaseSystem (1.0 - 1) <8587B366-9FC2-377B-B9A6-180941032C42> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff5a7f4000 -     0x7fff5a817ff0  com.apple.quicklook.QuickLookSupport (1.0 - 1) <33987A17-0281-32D0-85EF-2EC2D9F9D2BB> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff5a85e000 -     0x7fff5a8d7ff3  com.apple.Rapport (1.9.5 - 195.2) <9B131F28-080B-370D-A6FD-BDF3F20DED98> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff5ab1e000 -     0x7fff5ab2aff5  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.100.39) <9E3DFC01-AD53-32E6-9FD4-1EE539CB0A35> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff5ab3d000 -     0x7fff5ab66ff1  com.apple.RemoteViewServices (2.0 - 148) <680F9F89-C44B-3AB3-B9EA-155B41B7295A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5ab67000 -     0x7fff5ab7cffa  com.apple.xpc.RemoteXPC (1.0 - 1738.100.39) <5A2222AF-F150-3800-804F-F66D0592B9C9> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff5accb000 -     0x7fff5ad06ff0  com.apple.RunningBoardServices (1.0 - 223.100.31) <28C26D68-F1F5-3ADC-832B-AF63336F35FB> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff5ba2c000 -     0x7fff5ba78ff9  com.apple.Safari.SafeBrowsing (15609 - 15609.1.20.111.8) <644ABE7E-FA65-3B84-A92A-D00154B9FE2E> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff5c5e3000 -     0x7fff5c5e6ff5  com.apple.SecCodeWrapper (4.0 - 448.100.6) <87710569-BCB4-37C1-B56D-F0EB89863A78> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff5c759000 -     0x7fff5c880ff1  com.apple.Sharing (1526.14 - 1526.14) <8D0C1BC4-5133-399B-9EFC-74CAEF4FA389> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5c8f8000 -     0x7fff5c918ff5  com.apple.sidecar-core (1.0 - 209.40.4) <90141C89-DFE8-3989-8427-EB95AA3FDE0E> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff5c919000 -     0x7fff5c92bff0  com.apple.sidecar-ui (1.0 - 209.40.4) <DFA77679-44C5-3751-B785-B26FFF3C7EF7> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff5dc93000 -     0x7fff5df89fff  com.apple.SkyLight (1.600.0 - 450.9) <C6AF6A79-C673-3B9E-95E0-993F43AE7EED> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5e7d6000 -     0x7fff5e7e4ffb  com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <4678A6DB-D56E-393F-90BD-5AF4F3664440> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff5eebe000 -     0x7fff5eeffff9  com.apple.StreamingZip (1.0 - 1) <67F0ED7B-0912-3151-BEB1-9D5FBAE0D46B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff5f016000 -     0x7fff5f01fff7  com.apple.SymptomDiagnosticReporter (1.0 - 1238.100.26) <A2197A8A-796E-321C-8EBB-075AED9995B0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff5f090000 -     0x7fff5f0baffc  com.apple.framework.SystemAdministration (1.0 - 1.0) <12180CB1-BA85-3D65-BEAA-39477203113B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff5f2d5000 -     0x7fff5f2e5ff3  com.apple.TCC (1.0 - 1) <AEE98D6E-03FD-3C80-90AC-5B45B4AE7A2E> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff5f808000 -     0x7fff5f8ceff0  com.apple.TextureIO (3.10.9 - 3.10.9) <362C5815-6A2B-3CA8-B577-C5D4978EF981> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff5fa56000 -     0x7fff5fa57fff  com.apple.TrustEvaluationAgent (2.0 - 33) <F1A2A150-97C1-3050-93EE-6D582E2DF23E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff5fa8f000 -     0x7fff5fce7ff0  com.apple.UIFoundation (1.0 - 661.2) <27837A1C-A833-3F99-B8D8-84A583EEA523> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff5fd7e000 -     0x7fff5fd84ffe  com.apple.URLFormatting (119 - 119.17) <CF6E4DD0-EFBF-338D-B653-809E2A7134CC> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff6095a000 -     0x7fff6097affc  com.apple.UserManagement (1.0 - 1) <6F223C62-641C-3F7E-BE20-B0C9F19709C7> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff61726000 -     0x7fff61810ff8  com.apple.ViewBridge (464.1 - 464.1) <E1DB0984-8B31-36E4-9854-A3345F67BED3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff619b6000 -     0x7fff619b7fff  com.apple.WatchdogClient.framework (1.0 - 67.101.1) <1D6C2858-0A09-380E-8718-14131D9A0FE1> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff61b89000 -     0x7fff61b89fff  com.apple.WebInspectorUI (15609 - 15609.1.20.111.8) <3200B1B8-5238-35C9-A227-004FABF1E859> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
    0x7fff61d42000 -     0x7fff61d7dfff  libAWDSupport.dylib (949) <42B592FB-5600-3062-8B56-7D94396E873B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
    0x7fff61d7e000 -     0x7fff6205eff7  libAWDSupportFramework.dylib (3541) <7BDEF2E7-3ACB-3777-A84D-35DD5A9AB09D> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff6205f000 -     0x7fff62070fff  libprotobuf-lite.dylib (3541) <E53600CB-4792-3669-BE44-AF2F00D87CA1> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff62071000 -     0x7fff620caffb  libprotobuf.dylib (3541) <40872F70-D56D-3FD9-88EC-A953422DA946> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff620cb000 -     0x7fff6210fff6  com.apple.awd (1.0 - 949) <0767A365-B79E-3C97-8C02-34FF7A675663> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff625e3000 -     0x7fff625e6ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <B40E4B60-2DB5-30ED-A210-3ED708862162> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff62660000 -     0x7fff6266eff5  com.apple.audio.caulk (1.0 - 32.3) <DFE1EBB6-9A42-3227-8601-5CFCB1F665CD> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff629b0000 -     0x7fff629b2ff3  com.apple.loginsupport (1.0 - 1) <B84ABC31-431B-3F99-BABE-44ED0A7DB3C0> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff629b3000 -     0x7fff629c6ffd  com.apple.login (3.0 - 3.0) <8FAC178E-0C61-3E48-844A-CB4446CC7BC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff629f8000 -     0x7fff62a04ffd  com.apple.perfdata (1.0 - 51.100.6) <F7D0F01D-CD05-3FA8-A475-E71D89250740> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff653a3000 -     0x7fff653b8ffe  libAccessibility.dylib (2790.54) <341CB8F0-9333-391F-ACF7-1B986F7A1443> /usr/lib/libAccessibility.dylib
    0x7fff65484000 -     0x7fff65490ff9  libAudioStatistics.dylib (1104.80) <9ED11599-1BB1-34B2-A4A2-CD69989DE9EA> /usr/lib/libAudioStatistics.dylib
    0x7fff65491000 -     0x7fff654c4ffa  libAudioToolboxUtility.dylib (1104.80) <C34C8FCE-54DE-3884-8074-057B06807D22> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff654cb000 -     0x7fff654fffff  libCRFSuite.dylib (48) <E52BECF7-1819-3998-ACC4-8D1A332CE4EB> /usr/lib/libCRFSuite.dylib
    0x7fff65502000 -     0x7fff6550cfff  libChineseTokenizer.dylib (34) <EE842A48-3D30-34B0-B9D2-F045DE582650> /usr/lib/libChineseTokenizer.dylib
    0x7fff6550d000 -     0x7fff65595fff  libCoreStorage.dylib (551) <96B61D43-3196-34E2-964A-41A44D2E8FF2> /usr/lib/libCoreStorage.dylib
    0x7fff65598000 -     0x7fff6559aff7  libDiagnosticMessagesClient.dylib (112) <BE749883-9400-334A-8FBF-F3321CF205F5> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff655e0000 -     0x7fff65797ffb  libFosl_dynamic.dylib (100.4) <68038226-8CAA-36B5-B5D6-510F900B318D> /usr/lib/libFosl_dynamic.dylib
    0x7fff657be000 -     0x7fff657c4ff3  libIOReport.dylib (54) <FA47D01E-E02C-3178-9C10-DF4E7F6351B0> /usr/lib/libIOReport.dylib
    0x7fff658a6000 -     0x7fff658adfff  libMatch.1.dylib (36) <815A4553-4763-369F-A77C-62663A586D60> /usr/lib/libMatch.1.dylib
    0x7fff658dc000 -     0x7fff658fcfff  libMobileGestalt.dylib (826.100.27) <4B771C86-0CB7-3B06-8F41-5A40DDF66D72> /usr/lib/libMobileGestalt.dylib
    0x7fff6597c000 -     0x7fff65a59ff7  libSMC.dylib (20) <8EDBE07C-A4C7-356C-9D80-524FA08BB465> /usr/lib/libSMC.dylib
    0x7fff65a6e000 -     0x7fff65a6ffff  libSystem.B.dylib (1281.100.1) <DB8310F1-272D-3533-A840-3B390AF55C26> /usr/lib/libSystem.B.dylib
    0x7fff65a70000 -     0x7fff65afbff7  libTelephonyUtilDynamic.dylib (5017.1) <78480078-F0A7-343F-A088-857C7CA607F3> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff65afc000 -     0x7fff65afdfff  libThaiTokenizer.dylib (3) <DC582222-7C1F-3C27-8C3A-BAF696A2197D> /usr/lib/libThaiTokenizer.dylib
    0x7fff65b15000 -     0x7fff65b2bfff  libapple_nghttp2.dylib (1.39.2) <268F4E3E-95DC-35FB-82DC-5B0D1855A676> /usr/lib/libapple_nghttp2.dylib
    0x7fff65b60000 -     0x7fff65bd2ff7  libarchive.2.dylib (72.100.1) <65E0870E-02AB-365D-84F9-5800B5BB69FC> /usr/lib/libarchive.2.dylib
    0x7fff65bd3000 -     0x7fff65c6cfe5  libate.dylib (3.0.1) <4477640F-CC1B-3825-B877-69508F367E3D> /usr/lib/libate.dylib
    0x7fff65c70000 -     0x7fff65c70ff3  libauto.dylib (187) <FD0E5750-7004-36A7-B9C2-D6B6B4EF559B> /usr/lib/libauto.dylib
    0x7fff65c71000 -     0x7fff65d35ffe  libboringssl.dylib (283.101.1) <E5D07E64-1439-3B53-A6F2-49269F974925> /usr/lib/libboringssl.dylib
    0x7fff65d36000 -     0x7fff65d46ffb  libbsm.0.dylib (60.100.1) <B0373A39-DBC6-3A84-879B-BA46E30D04BF> /usr/lib/libbsm.0.dylib
    0x7fff65d47000 -     0x7fff65d53fff  libbz2.1.0.dylib (44) <FFCD4427-AF87-36D2-8097-8870FDC75A1B> /usr/lib/libbz2.1.0.dylib
    0x7fff65d54000 -     0x7fff65da6fff  libc++.1.dylib (902.1) <08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
    0x7fff65da7000 -     0x7fff65dbcffb  libc++abi.dylib (902) <1C880020-396D-3F91-BE27-5A09A9239F68> /usr/lib/libc++abi.dylib
    0x7fff65dbd000 -     0x7fff65dbdfff  libcharset.1.dylib (59) <4E63BA25-04A3-329A-923D-251155C03F30> /usr/lib/libcharset.1.dylib
    0x7fff65dbe000 -     0x7fff65dcffff  libcmph.dylib (8) <D4C5E0A8-92D9-33D5-9F83-6F4742FFBE29> /usr/lib/libcmph.dylib
    0x7fff65dd0000 -     0x7fff65de7fd7  libcompression.dylib (87) <7F258A06-E01D-32D2-9CD2-6B2931DA5DA7> /usr/lib/libcompression.dylib
    0x7fff660c1000 -     0x7fff660d7ff7  libcoretls.dylib (167) <EFC237BB-78F7-33C6-BFF9-53860062DD99> /usr/lib/libcoretls.dylib
    0x7fff660d8000 -     0x7fff660d9fff  libcoretls_cfhelpers.dylib (167) <2E542A2B-7730-33EE-9B3B-154B08608AA6> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6657c000 -     0x7fff66680fef  libcrypto.44.dylib (47.100.4) <43F8C181-A40F-3917-9599-8B313709FB88> /usr/lib/libcrypto.44.dylib
    0x7fff66683000 -     0x7fff6668efff  libcsfde.dylib (551) <A03DD9C3-79A2-33B3-B83D-499B91E20CF4> /usr/lib/libcsfde.dylib
    0x7fff66696000 -     0x7fff666f5ff7  libcups.2.dylib (483.6) <F446DEF0-66C0-31AD-88E1-919B05F06C90> /usr/lib/libcups.2.dylib
    0x7fff666f7000 -     0x7fff6675eff7  libcurl.4.dylib (118.100.2) <7FFC9973-32BF-3956-A9E6-6AD9DDA7F331> /usr/lib/libcurl.4.dylib
    0x7fff66801000 -     0x7fff66801fff  libenergytrace.dylib (21) <FFB9FB70-8DBD-3025-BC92-51F02481A489> /usr/lib/libenergytrace.dylib
    0x7fff66802000 -     0x7fff6681afff  libexpat.1.dylib (19.60.2) <1ED53818-578C-3D17-8761-68792CCAD685> /usr/lib/libexpat.1.dylib
    0x7fff66828000 -     0x7fff6682afff  libfakelink.dylib (149.1) <B04F9A05-7E52-3382-9186-F603BE4BFBB2> /usr/lib/libfakelink.dylib
    0x7fff66839000 -     0x7fff6683efff  libgermantok.dylib (24) <8091F952-B592-38E3-982B-7DEA0A44E211> /usr/lib/libgermantok.dylib
    0x7fff6683f000 -     0x7fff66848ff7  libheimdal-asn1.dylib (564.100.1) <2D639331-43CF-331F-98F4-CDF41990A468> /usr/lib/libheimdal-asn1.dylib
    0x7fff66849000 -     0x7fff66939fff  libiconv.2.dylib (59) <9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib
    0x7fff6693a000 -     0x7fff66b91fff  libicucore.A.dylib (64260.0.1) <DCC4A4EE-32FD-350F-84D8-E857F2F29855> /usr/lib/libicucore.A.dylib
    0x7fff66bab000 -     0x7fff66bacfff  liblangid.dylib (133) <E9595222-602B-38F0-8572-0F1872A00527> /usr/lib/liblangid.dylib
    0x7fff66bad000 -     0x7fff66bc5ff3  liblzma.5.dylib (16) <0AA1EB11-A433-327E-B8DB-7395CFF06554> /usr/lib/liblzma.5.dylib
    0x7fff66bdd000 -     0x7fff66c84ff7  libmecab.dylib (883.10) <13136C11-8763-37BA-AEB2-676092798DAA> /usr/lib/libmecab.dylib
    0x7fff66c85000 -     0x7fff66ee7fe1  libmecabra.dylib (883.10) <6AC22857-F528-35CE-94A9-D70F6F766C15> /usr/lib/libmecabra.dylib
    0x7fff67254000 -     0x7fff67283fff  libncurses.5.4.dylib (57) <6BD6F430-C8B3-39D8-87B5-2C16E6578FD5> /usr/lib/libncurses.5.4.dylib
    0x7fff673b3000 -     0x7fff6782eff5  libnetwork.dylib (1880.100.30) <9519B6F8-44E2-3F53-B995-1527C5333240> /usr/lib/libnetwork.dylib
    0x7fff6782f000 -     0x7fff67846fff  libnetworkextension.dylib (1095.100.29) <258054A5-D52D-334E-BC63-9F6C97044790> /usr/lib/libnetworkextension.dylib
    0x7fff678ce000 -     0x7fff67901fde  libobjc.A.dylib (787.1) <20AC082F-2DB7-3974-A2D4-8C5E01787584> /usr/lib/libobjc.A.dylib
    0x7fff67902000 -     0x7fff67903ff7  libodfde.dylib (26) <19038C81-D1E7-360B-8539-34935F0EB91A> /usr/lib/libodfde.dylib
    0x7fff67914000 -     0x7fff67918fff  libpam.2.dylib (25.100.1) <D5CEC1AD-A2EC-362C-B71A-22FD521917F1> /usr/lib/libpam.2.dylib
    0x7fff6791b000 -     0x7fff67951ff7  libpcap.A.dylib (89.100.1) <171BAAB0-A5C8-32C5-878E-83D46073BF8C> /usr/lib/libpcap.A.dylib
    0x7fff67991000 -     0x7fff6799fff9  libperfcheck.dylib (37.100.2) <FAD84AEF-7F3A-3330-A193-FF367DA48CC6> /usr/lib/libperfcheck.dylib
    0x7fff679d5000 -     0x7fff679edfff  libresolv.9.dylib (67.40.1) <92A522F9-95E2-35EE-A8AD-FC8DEE6B2C1F> /usr/lib/libresolv.9.dylib
    0x7fff679ef000 -     0x7fff67a33ff7  libsandbox.1.dylib (1217.101.2) <5E362637-203E-3170-B988-1C470A6B0642> /usr/lib/libsandbox.1.dylib
    0x7fff67a34000 -     0x7fff67a46ff7  libsasl2.2.dylib (213) <33B1445F-99CC-33EF-8DE8-A8AA9F6D5843> /usr/lib/libsasl2.2.dylib
    0x7fff67a47000 -     0x7fff67a48ff7  libspindump.dylib (281.3) <16F53AD2-1839-37BF-A2F5-92253FE4AF1A> /usr/lib/libspindump.dylib
    0x7fff67a49000 -     0x7fff67c33ff7  libsqlite3.dylib (308.4) <BBC375B7-AF20-3D2C-8826-78D3BDC8A004> /usr/lib/libsqlite3.dylib
    0x7fff67d27000 -     0x7fff67d54ffb  libssl.46.dylib (47.100.4) <E051B5B3-F59C-30E2-BE70-6D70685F4E7C> /usr/lib/libssl.46.dylib
    0x7fff67e29000 -     0x7fff67e83ff8  libusrtcp.dylib (1880.100.30) <EA950C6F-2EE4-324E-81D7-A0B02B372165> /usr/lib/libusrtcp.dylib
    0x7fff67e84000 -     0x7fff67e87ffb  libutil.dylib (57) <07ED7CF0-1744-3386-B8B2-0DDBD446999E> /usr/lib/libutil.dylib
    0x7fff67e88000 -     0x7fff67e95ff7  libxar.1.dylib (425.2) <625F24E1-1A0F-3301-9F99-F0F3DADE0287> /usr/lib/libxar.1.dylib
    0x7fff67e9b000 -     0x7fff67f7dff7  libxml2.2.dylib (33.3) <24147A90-E3EB-3926-BFB0-5F0FC9F706E2> /usr/lib/libxml2.2.dylib
    0x7fff67f81000 -     0x7fff67fa9fff  libxslt.1.dylib (16.9) <8C8648B1-F2CA-38EA-A409-D6F19715C6E6> /usr/lib/libxslt.1.dylib
    0x7fff67faa000 -     0x7fff67fbcff3  libz.1.dylib (76) <6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib
    0x7fff67fe6000 -     0x7fff67fe8ff9  liblog_network.dylib (1880.100.30) <1920DCD8-3496-35D5-91B5-A290F2B5372C> /usr/lib/log/liblog_network.dylib
    0x7fff6886a000 -     0x7fff6886fff3  libcache.dylib (83) <5F90FFCE-403B-3724-991D-BA32401D99C5> /usr/lib/system/libcache.dylib
    0x7fff68870000 -     0x7fff6887bfff  libcommonCrypto.dylib (60165) <C7A5E3F7-1E5A-3785-875A-B6647082B614> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6887c000 -     0x7fff68883fff  libcompiler_rt.dylib (101.2) <A517E149-2D25-3C04-BCEF-F69149C85B18> /usr/lib/system/libcompiler_rt.dylib
    0x7fff68884000 -     0x7fff6888dff7  libcopyfile.dylib (166.40.1) <1A5270B5-0D97-35DA-9296-4F4A428BC6A2> /usr/lib/system/libcopyfile.dylib
    0x7fff6888e000 -     0x7fff68920fe3  libcorecrypto.dylib (866.100.30) <FCDEC0D1-8C30-3989-BDD1-996BBC715C29> /usr/lib/system/libcorecrypto.dylib
    0x7fff68a2d000 -     0x7fff68a6dff0  libdispatch.dylib (1173.100.2) <EB592997-B11C-3AB3-85B1-F725F3D0B412> /usr/lib/system/libdispatch.dylib
    0x7fff68a6e000 -     0x7fff68aa4fff  libdyld.dylib (750.5) <D2A07EF5-A64B-3692-BE13-89DAA2EC5E80> /usr/lib/system/libdyld.dylib
    0x7fff68aa5000 -     0x7fff68aa5ffb  libkeymgr.dylib (30) <CC5A2B43-770B-3C6C-BA10-AA3A6B4A142D> /usr/lib/system/libkeymgr.dylib
    0x7fff68aa6000 -     0x7fff68ab2ff3  libkxld.dylib (6153.101.6) <77282DCB-83D6-3199-874E-9A4A0FD7D4F3> /usr/lib/system/libkxld.dylib
    0x7fff68ab3000 -     0x7fff68ab3ff7  liblaunch.dylib (1738.100.39) <A7FF7357-600F-3014-8C28-A4F367717E8D> /usr/lib/system/liblaunch.dylib
    0x7fff68ab4000 -     0x7fff68ab9ff7  libmacho.dylib (959.0.1) <D8FED478-25A2-3844-AE4B-A5C9F9827615> /usr/lib/system/libmacho.dylib
    0x7fff68aba000 -     0x7fff68abcff3  libquarantine.dylib (110.40.3) <51E0304F-AB11-3BF7-99DC-BB916CC9088B> /usr/lib/system/libquarantine.dylib
    0x7fff68abd000 -     0x7fff68abeff7  libremovefile.dylib (48) <078F29AB-26BA-3493-BCAA-E1E75A187521> /usr/lib/system/libremovefile.dylib
    0x7fff68abf000 -     0x7fff68ad6ff3  libsystem_asl.dylib (377.60.2) <0F1BAC19-2AE0-3F8E-9B90-AACF819B2BF7> /usr/lib/system/libsystem_asl.dylib
    0x7fff68ad7000 -     0x7fff68ad7ff7  libsystem_blocks.dylib (74) <32224AFF-C06F-3279-B753-097194EDEF49> /usr/lib/system/libsystem_blocks.dylib
    0x7fff68ad8000 -     0x7fff68b5ffff  libsystem_c.dylib (1353.100.2) <4F5EED22-4D46-3F04-8C64-C492CDAD70EB> /usr/lib/system/libsystem_c.dylib
    0x7fff68b60000 -     0x7fff68b63ffb  libsystem_configuration.dylib (1061.101.1) <2A2C778D-07EB-35C7-A954-8BF8FD74BD75> /usr/lib/system/libsystem_configuration.dylib
    0x7fff68b64000 -     0x7fff68b67fff  libsystem_coreservices.dylib (114) <FDA41CC4-170A-3D93-85BD-838A563B03C4> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff68b68000 -     0x7fff68b70fff  libsystem_darwin.dylib (1353.100.2) <B567B86D-8818-38A4-A861-03EB83B55867> /usr/lib/system/libsystem_darwin.dylib
    0x7fff68b71000 -     0x7fff68b78fff  libsystem_dnssd.dylib (1096.100.3) <7C690DF5-E119-33FB-85CD-9EFC67A36E40> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff68b79000 -     0x7fff68b7affb  libsystem_featureflags.dylib (17) <415D83EF-084C-3485-B757-53001870EA94> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff68b7b000 -     0x7fff68bc8ff7  libsystem_info.dylib (538) <17049D3F-C798-3651-B391-1551FC699D3E> /usr/lib/system/libsystem_info.dylib
    0x7fff68bc9000 -     0x7fff68bf5ff7  libsystem_kernel.dylib (6153.101.6) <E76440E1-D1E8-3D9A-8B47-D01F554FF1C4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff68bf6000 -     0x7fff68c3dfff  libsystem_m.dylib (3178) <74741FA8-5C29-3241-9046-4FC91C6A6D4A> /usr/lib/system/libsystem_m.dylib
    0x7fff68c3e000 -     0x7fff68c65fff  libsystem_malloc.dylib (283.100.5) <97833239-2F83-3AEB-A426-0593997C8A54> /usr/lib/system/libsystem_malloc.dylib
    0x7fff68c66000 -     0x7fff68c73ffb  libsystem_networkextension.dylib (1095.100.29) <C9E988B2-6A18-35C0-9577-63201E9D6018> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff68c74000 -     0x7fff68c7dff7  libsystem_notify.dylib (241.100.2) <E405F84B-BD4F-3874-9755-CB3EC86E18D5> /usr/lib/system/libsystem_notify.dylib
    0x7fff68c7e000 -     0x7fff68c86fef  libsystem_platform.dylib (220.100.1) <6EF12F34-C33F-36BF-9A9A-2A35EA19EFE0> /usr/lib/system/libsystem_platform.dylib
    0x7fff68c87000 -     0x7fff68c91fff  libsystem_pthread.dylib (416.100.3) <A8514582-E000-3854-911A-0A73D2C79600> /usr/lib/system/libsystem_pthread.dylib
    0x7fff68c92000 -     0x7fff68c96ff3  libsystem_sandbox.dylib (1217.101.2) <E9D78CDE-FB67-32E7-BABC-9EFC23AA0DC6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff68c97000 -     0x7fff68c99fff  libsystem_secinit.dylib (62.100.2) <AAC639E5-7103-3366-A602-8FC6944E2C13> /usr/lib/system/libsystem_secinit.dylib
    0x7fff68c9a000 -     0x7fff68ca1ffb  libsystem_symptoms.dylib (1238.100.26) <487B92DE-45F9-39F9-A478-89BBD478157D> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff68ca2000 -     0x7fff68cb8ff2  libsystem_trace.dylib (1147.100.8) <BB90B1FD-8C09-3DF4-BD8B-9E4AEADFEA2B> /usr/lib/system/libsystem_trace.dylib
    0x7fff68cba000 -     0x7fff68cbfff7  libunwind.dylib (35.4) <CC87C836-BE9D-334E-A0E6-0297D52E9D73> /usr/lib/system/libunwind.dylib
    0x7fff68cc0000 -     0x7fff68cf5ffe  libxpc.dylib (1738.100.39) <32B0E31E-9DA3-328B-A962-BC9591B93537> /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: 162704
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=749.6M resident=0K(0%) swapped_out_or_unallocated=749.6M(100%)
Writable regions: Total=746.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=746.3M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 20.6M        3 
CG image                          17.9M       31 
CoreAnimation                     5360K       85 
CoreGraphics                         8K        1 
CoreImage                           36K        5 
CoreUI image data                 2124K       18 
Foundation                          92K        2 
Kernel Alloc Once                    8K        1 
MALLOC                           305.8M       93 
MALLOC guard page                   48K       11 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Mach message                         4K        1 
Memory Tag 242                      12K        1 
Memory Tag 251                      12K        1 
SQLite page cache                   64K        1 
STACK GUARD                       56.0M        7 
Stack                             11.1M        8 
VM_ALLOCATE                        692K       24 
__DATA                            61.3M      410 
__DATA_CONST                        97K        4 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       388.6M        9 
__OBJC_RO                         32.2M        1 
__OBJC_RW                         1892K        2 
__TEXT                           361.0M      399 
__UNICODE                          564K        1 
libnetwork                         128K        8 
mapped file                      151.2M       40 
shared memory                      652K       18 
===========                     =======  ======= 
TOTAL                              1.8G     1192 
TOTAL, minus reserved VM space     1.4G     1192 

Model: MacBookPro15,1, BootROM 1037.100.359.0.0 (iBridge: 17.16.14263.0.0,0), 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC 
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560XItem, Radeon Pro 560X, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 28 2020 15:24:56 version 9.30.357.35.32.5.47 FWID 01-9ce4adf3
Bluetooth: Version 7.0.4f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4

中國翻牆連線

請問一下,我現在人在中國,目前是使用 shadowsocks 翻牆
在用 wss://ws.ptt.cc/bbs 連線時,會一直卡在連線狀態
capto_capture 2017-11-26_10-40-07_am

Can support Apple Silicon ?

Hi I use M1 Mac on Big Sur 11.0.1 got some error and can't connect to ptt.cc

Error log:
Welly.app/Contents/Resources/proxy.sh: line 6: 3657 Killed: 9

Please help.

不能修改默认编码

在设置里把默认编码改为GB,关闭设置,重新打开设置后发现还是Big5,或者虽然显示为GB,但是新建连接还是按Big5建的
版本 3.1.1.1 (923)

image

WSS 連線出現 x509 錯誤

我自己搭了一個 wss 連線的 BBS 站,用 PttChrome 瀏覽時沒有問題,可是用 welly 連線的時候會遇到以下錯誤:

websocket connect error: x509: certificate signed by unknown.

2017-10-01 10 59 06

站臺位置: wss://tcirc.org/bbs
憑證用 Let's Encrypt 簽署的,可以瀏覽 https://tcirc.org 並檢查憑證

PttChrome 瀏覽連結: https://robertabcd.github.io/PttChrome/dev.html?site=wsstelnet://tcirc.org/bbs

按住一个键不会自动重复

比如 hjkl , 都只是按下去生效,但是持续按住不会repeat

我是MacOS 10.15.1,在Mac Terminal里面没有这个问题。

自動登入在一些站臺上沒有出現關鍵字無法登入

相關程式碼:

if([textLine containsString:@"請輸入"] || [textLine containsString:@"您的"]) {

if([textLine containsString:@"密碼:"] || [textLine containsString:@"密碼:"] || [textLine containsString:@"密碼]"]) {

以 tcirc.org 這個站臺為例,登入時顯示的提示文字為 LoginPassword
依然是明確的登入提示,但不在 welly 自動登入的提示文字判別白名單裡

2017-11-06 13 39 28
2017-11-06 13 39 33

3.1.1 above 會閃退

不知道為什麼現在新版的會一直閃退 QQ
這是 crash 時我的 report,再請您 check 一下, 3Q

https://gist.github.com/chinkong83/c0a0b72b1eb8a135ba15a44471a4d333

說會有 Segmentation fault ?

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff53c2ce9d objc_msgSend + 29
1   org.net9.Welly                	0x00000001050d8d54 0x1050a9000 + 195924
2   com.apple.Foundation          	0x00007fff2efad1c5 __NSThreadPerformPerform + 334
3   com.apple.CoreFoundation      	0x00007fff2ce97a21 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17

Can not auto login to newsmth with pubkey

newsmth support pubkey authentication this year.
Buy welly disabled pubkey.
I can see the command line through Terminial

/usr/bin/ssh -4 -o PubkeyAuthentication=no -o Protocol=2,1 -p 22 -x ...

brew cask is down

I found out it is down when I want to install through homebrew this morning.

$ brew cask install clyang-welly
Error: Cask 'clyang-welly' is unavailable: No Cask with this name exists.

anyone has any ideas?

Cannot connect to pttbbs with proxy

No matter setting proxy in site book or using Proxifier, I can't connect to pttbbs.

When I turn on Proxifier and set rules for Welly, there are no connections showing.

I use ClashX and ShadowsockX-NG-R8 as my proxy application, and the results are same.

關閉 whit 聲

是否可以新增一個關閉 whit 聲音的功能呢(當防閒置啟動時,或是有刪除到底的那個警示音)

無法自動登入 密碼無法保存

設置站點時已輸入密碼
qq20181213-214305 2x

但貌似密碼無法保存,重新點開時還是空的
qq20181213-214250 2x

去查了KeyChain-access,裡面密碼正常

登陸時仍需輸入密碼
qq20181213-214631 2x

滑鼠查詢推文人或ID

如果做出滑鼠點兩下推文ID可以直接Q人或水球、寄信?
或是顯示是幾樓的功能 不曉得這構想如何。

推文功能

判斷條件是抓telnet的URI -> ptt.cc 對嗎?
我使用ptt的ip 140.112.172.1直連,推文功能無法啟動

謝謝辛苦了

crash connection when connecting to host after upgrade macOS Sonoma 14

brew info welly
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/api/cask.jws.json
################################################################################################################# 100.0%
==> welly: 3.2.0 (auto_updates)
https://github.com/clyang/welly
/usr/local/Caskroom/welly/3.2.0 (119B)
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/w/welly.rb
==> Name
Welly
==> Description
BBS client
==> Artifacts
Welly.app (App)
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Welly [13559]
Path:                  /Applications/Welly.app/Contents/MacOS/Welly
Identifier:            org.net9.Welly
Version:               3.2.0 (925)
Code Type:             X86-64 (Native)
Parent Process:        Welly [13547]
Responsible:           Welly [13547]
User ID:               501

Date/Time:             2023-09-27 18:13:37.4722 +0800
OS Version:            macOS 14.0 (23A344)
Report Version:        12
Anonymous UUID:        0AA111DA-D7B2-2245-3617-7850B18E9D4C


Time Awake Since Boot: 3100 seconds

System Integrity Protection: disabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000010c123dac
Exception Codes:       0x0000000000000001, 0x000000010c123dac

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [13559]

VM Region Info: 0x10c123dac is not in any region.  Bytes after previous region: 3501  Bytes before following region: 258644
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC metadata             10c11c000-10c123000    [   28K] rw-/rwx SM=COW  
--->  GAP OF 0x40000 BYTES
      CG image                    10c163000-10c165000    [    8K] rw-/rwx SM=COW  

Application Specific Information:
*** multi-threaded process forked ***
crashed on child side of fork pre-exec


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_trace.dylib         	    0x7ff817abbe0f _os_log_preferences_refresh + 61
1   libsystem_trace.dylib         	    0x7ff817abc72e os_log_type_enabled + 676
2   CoreFoundation                	    0x7ff817e08562 _CFBundleCopyFindResources + 2416
3   CoreFoundation                	    0x7ff817e07be9 CFBundleCopyResourceURL + 31
4   Foundation                    	    0x7ff818d82d63 -[NSBundle URLForResource:withExtension:subdirectory:] + 113
5   Foundation                    	    0x7ff818d9d985 -[NSBundle pathForResource:ofType:] + 40
6   Welly                         	       0x10bbff04a 0x10bbd3000 + 180298
7   Welly                         	       0x10bbff53d 0x10bbd3000 + 181565
8   Welly                         	       0x10bbec4b7 0x10bbd3000 + 103607
9   Welly                         	       0x10bbf1a11 0x10bbd3000 + 125457
10  Welly                         	       0x10bbf2a7b 0x10bbd3000 + 129659
11  AppKit                        	    0x7ff81b62f970 -[NSApplication(NSResponder) sendAction:to:from:] + 337
12  AppKit                        	    0x7ff81b62f7e3 -[NSControl sendAction:to:] + 86
13  AppKit                        	    0x7ff81b6e5d63 -[NSTextField textDidEndEditing:] + 777
14  CoreFoundation                	    0x7ff817e327b0 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 137
15  CoreFoundation                	    0x7ff817ec3436 ___CFXRegistrationPost_block_invoke + 88
16  CoreFoundation                	    0x7ff817ec3380 _CFXRegistrationPost + 532
17  CoreFoundation                	    0x7ff817e026bb _CFXNotificationPost + 682
18  Foundation                    	    0x7ff818d7f7a7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
19  AppKit                        	    0x7ff81b797ef5 -[NSTextView(NSPrivate) _giveUpFirstResponder:] + 360
20  AppKit                        	    0x7ff81b703ec4 -[NSTextView doCommandBySelector:] + 212
21  AppKit                        	    0x7ff81b703dce -[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:] + 236
22  AppKit                        	    0x7ff81b636e86 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 2115
23  AppKit                        	    0x7ff81b63f955 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_5 + 496
24  AppKit                        	    0x7ff81c1b75f0 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_3.916 + 74
25  AppKit                        	    0x7ff81b63f745 -[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 86
26  AppKit                        	    0x7ff81c1b7577 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.913 + 246
27  HIToolbox                     	    0x7ff822836132 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_6 + 68
28  HIToolbox                     	    0x7ff8226ee58d invocation function for block in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 110
29  AppKit                        	    0x7ff81c1b2800 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke.321 + 563
30  AppKit                        	    0x7ff81b638b68 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke_2 + 74
31  AppKit                        	    0x7ff81b638aef -[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 86
32  AppKit                        	    0x7ff81b638176 -[NSTextInputContext handleTSMEvent:completionHandler:] + 1850
33  AppKit                        	    0x7ff81b6379c9 _NSTSMEventHandler + 299
34  HIToolbox                     	    0x7ff822681703 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1364
35  HIToolbox                     	    0x7ff822680b4f SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 336
36  HIToolbox                     	    0x7ff8226809ee SendEventToEventTargetWithOptions + 45
37  HIToolbox                     	    0x7ff8226d9da1 SendTSMEvent_WithCompletionHandler + 388
38  HIToolbox                     	    0x7ff8226da251 __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke + 390
39  HIToolbox                     	    0x7ff8226da0a6 __SendFilterTextEvent_WithCompletionHandler_block_invoke + 182
40  HIToolbox                     	    0x7ff8226d9df1 SendTSMEvent_WithCompletionHandler + 468
41  HIToolbox                     	    0x7ff8226d9bf0 SendFilterTextEvent_WithCompletionHandler + 230
42  HIToolbox                     	    0x7ff8226d98b1 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler + 274
43  HIToolbox                     	    0x7ff8226d9663 __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 + 277
44  HIToolbox                     	    0x7ff8226d94c6 __utDeliverTSMEvent_WithCompletionHandler_block_invoke + 362
45  HIToolbox                     	    0x7ff8226d9315 TSMKeyEvent_WithCompletionHandler + 590
46  HIToolbox                     	    0x7ff8226dd9cc __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5 + 251
47  HIToolbox                     	    0x7ff8226d90bc __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 311
48  HIToolbox                     	    0x7ff8226d8ef3 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 262
49  HIToolbox                     	    0x7ff8226d8caa __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 283
50  HIToolbox                     	    0x7ff8226d8a4c __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 275
51  HIToolbox                     	    0x7ff8226c780b TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 2345
52  AppKit                        	    0x7ff81c1b746e __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_3.911 + 111
53  AppKit                        	    0x7ff81c1b71cd __204-[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:]_block_invoke.875 + 120
54  AppKit                        	    0x7ff81b6364e9 -[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:] + 246
55  AppKit                        	    0x7ff81b635ef7 -[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:] + 1396
56  AppKit                        	    0x7ff81b635949 -[NSTextInputContext _handleEvent:allowingSyntheticEvent:] + 105
57  AppKit                        	    0x7ff81b6357c0 -[NSView interpretKeyEvents:] + 208
58  AppKit                        	    0x7ff81b63560d -[NSTextView keyDown:] + 711
59  AppKit                        	    0x7ff81b5a2a1e -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 520
60  AppKit                        	    0x7ff81b5a25fb -[NSWindow(NSEventRouting) sendEvent:] + 345
61  AppKit                        	    0x7ff81bd32446 -[NSApplication(NSEventRouting) sendEvent:] + 346
62  AppKit                        	    0x7ff81b8f4557 -[NSApplication _handleEvent:] + 65
63  AppKit                        	    0x7ff81b43465f -[NSApplication run] + 640
64  AppKit                        	    0x7ff81b408670 NSApplicationMain + 816
65  dyld                          	    0x7ff8179d93a6 start + 1942


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010c123daa  rbx: 0x0000600002cf4480  rcx: 0x00007ff85b33af2c  rdx: 0x0000000000000000
  rdi: 0x0000600002cf4480  rsi: 0x00007ff817ad05bd  rbp: 0x00007ff7b43280d0  rsp: 0x00007ff7b4328090
   r8: 0x00007ff7b4327928   r9: 0x00007ff7b4327ba0  r10: 0x0000000000000000  r11: 0x0000000000000247
  r12: 0x000000010c123dae  r13: 0x0000000000000000  r14: 0x0000000000000002  r15: 0x000000010c123dae
  rip: 0x00007ff817abbe0f  rfl: 0x0000000000010206  cr2: 0x000000010c123dac
  
Logical CPU:     4
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 0 instruction stream:
  45 36 01 00 85 c0 75 16-b8 ff ff cb ff 23 43 04  E6....u......#C.
  0d 00 00 10 00 89 43 04-eb 04 80 63 06 fb 5b 41  ......C....c..[A
  5e 5d c3 55 48 89 e5 41-57 41 56 41 55 41 54 53  ^].UH..AWAVAUATS
  48 83 ec 18 48 89 fb e8-59 32 01 00 44 8b 30 48  H...H...Y2..D.0H
  85 db 0f 84 92 01 00 00-48 8b 43 18 4c 8d 78 04  ........H.C.L.x.
  4d 89 fc 48 85 c0 4c 0f-44 e0 0f 84 7a 01 00 00  M..H..L.D...z...
 [0f]b6 48 02 4c 8d 2c 08-49 83 c5 04 48 8b 3d 4e  ..H.L.,.I...H.=N	<==
  18 88 43 48 85 ff 74 34-4c 89 e6 e8 55 37 01 00  ..CH..t4L...U7..
  44 89 75 cc 4d 89 ee 49-89 c5 48 8d 3d d0 17 88  D.u.M..I..H.=...
  43 be 00 00 01 00 e8 36-35 01 00 4d 85 ed 4d 89  C......65..M..M.
  f5 44 8b 75 cc 74 16 e9-9e 00 00 00 48 8d 3d ae  .D.u.t......H.=.
  17 88 43 be 00 00 01 00-e8 14 35 01 00 80 3d f8  ..C.......5...=.

Binary Images:
       0x10bea6000 -        0x10beb5fff libobjc-trampolines.dylib (*) <c43ce21c-a026-37b5-95ee-ef39fd2196de> /usr/lib/libobjc-trampolines.dylib
       0x10c241000 -        0x10c294fff org.sparkle-project.Sparkle (1.24.0 a-67-g0e162c98) <1aaa2191-6ea6-35d4-ba37-24c404ce4c29> /Applications/Welly.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10c170000 -        0x10c19bfff com.positivespinmedia.PSMTabBarControlFramework (*) <5551f161-8b96-377b-899d-d543e8c53a0c> /Applications/Welly.app/Contents/Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl
       0x10bbd3000 -        0x10bc62fff org.net9.Welly (3.2.0) <66859a59-b9c9-327a-b3da-b967e99a7522> /Applications/Welly.app/Contents/MacOS/Welly
    0x7ff817ab8000 -     0x7ff817ad1ff6 libsystem_trace.dylib (*) <2df35e6c-5ac1-36ef-a2bf-68764f1d084c> /usr/lib/system/libsystem_trace.dylib
    0x7ff817dc1000 -     0x7ff81825affc com.apple.CoreFoundation (6.9) <9daa29f3-fe48-39a9-a70d-1e0fd4750372> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff818d77000 -     0x7ff8199b4ffb com.apple.Foundation (6.9) <097dc90a-7059-3135-8fcb-74de290206a1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7ff81b404000 -     0x7ff81c805fff com.apple.AppKit (6.9) <70a55260-7bb1-3c07-aac3-402d42fa9913> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7ff822677000 -     0x7ff822912ff4 com.apple.HIToolbox (2.1.1) <ad043d3b-2199-381b-96f2-2d827bae0c57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7ff8179d3000 -     0x7ff817a6f2ff dyld (*) <1289b60a-4980-342d-b1a4-250bbee392f1> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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: 0
    thread_create: 0
    thread_set_state: 0

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG image                          17.6M       55 
ColorSync                          236K       30 
CoreAnimation                     7088K      164 
CoreGraphics                         8K        1 
CoreUI image data                 5084K       39 
Foundation                          52K        2 
Image IO                            12K        3 
Kernel Alloc Once                    8K        1 
MALLOC                             1.9G       77 
MALLOC guard page                   48K       12 
STACK GUARD                       56.0M        1 
Stack                             10.5M        6 
Stack Guard                         20K        5 
VM_ALLOCATE                        160K        6 
__CTF                               824        1 
__DATA                            33.6M      541 
__DATA_CONST                      36.8M      345 
__DATA_DIRTY                      1534K      191 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5174K        1 
__LINKEDIT                       180.3M        6 
__OBJC_RO                         70.6M        1 
__OBJC_RW                         2154K        2 
__TEXT                           630.7M      561 
dyld private memory                260K        2 
mapped file                      325.9M       67 
shared memory                      216K       24 
===========                     =======  ======= 
TOTAL                              3.3G     2148 



-----------
Full Report
-----------

{"app_name":"Welly","timestamp":"2023-09-27 18:13:37.00 +0800","app_version":"3.2.0","slice_uuid":"66859a59-b9c9-327a-b3da-b967e99a7522","build_version":"925","platform":1,"bundleID":"org.net9.Welly","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.0 (23A344)","roots_installed":0,"name":"Welly","incident_id":"04E043BF-2AF8-40CF-82EC-626D1ADF3854"}
{
  "uptime" : 3100,
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro16,4",
  "coalitionID" : 1821,
  "osVersion" : {
    "train" : "macOS 14.0",
    "build" : "23A344",
    "releaseType" : "User"
  },
  "captureTime" : "2023-09-27 18:13:37.4722 +0800",
  "codeSigningMonitor" : 0,
  "incident" : "04E043BF-2AF8-40CF-82EC-626D1ADF3854",
  "pid" : 13559,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-09-27 18:13:37.4643 +0800",
  "procStartAbsTime" : 3133386237069,
  "procExitAbsTime" : 3133393909117,
  "procName" : "Welly",
  "procPath" : "\/Applications\/Welly.app\/Contents\/MacOS\/Welly",
  "bundleInfo" : {"CFBundleShortVersionString":"3.2.0","CFBundleVersion":"925","CFBundleIdentifier":"org.net9.Welly"},
  "storeInfo" : {"deviceIdentifierForVendor":"D92F6E95-8AF9-5BF2-8D50-E46AC96B2A00","thirdParty":true},
  "parentProc" : "Welly",
  "parentPid" : 13547,
  "coalitionName" : "org.net9.Welly",
  "crashReporterKey" : "0AA111DA-D7B2-2245-3617-7850B18E9D4C",
  "responsiblePid" : 13547,
  "responsibleProc" : "Welly",
  "codeSigningID" : "org.net9.Welly",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570425345,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 4294967295,
  "sip" : "disabled",
  "vmRegionInfo" : "0x10c123dac is not in any region.  Bytes after previous region: 3501  Bytes before following region: 258644\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC metadata             10c11c000-10c123000    [   28K] rw-\/rwx SM=COW  \n--->  GAP OF 0x40000 BYTES\n      CG image                    10c163000-10c165000    [    8K] rw-\/rwx SM=COW  ",
  "exception" : {"codes":"0x0000000000000001, 0x000000010c123dac","rawCodes":[1,4497489324],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x000000010c123dac"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":13559},
  "vmregioninfo" : "0x10c123dac is not in any region.  Bytes after previous region: 3501  Bytes before following region: 258644\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC metadata             10c11c000-10c123000    [   28K] rw-\/rwx SM=COW  \n--->  GAP OF 0x40000 BYTES\n      CG image                    10c163000-10c165000    [    8K] rw-\/rwx SM=COW  ",
  "asi" : {"CoreFoundation":["*** multi-threaded process forked ***"],"libsystem_c.dylib":["crashed on child side of fork pre-exec"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":83737,"instructionState":{"instructionStream":{"bytes":[69,54,1,0,133,192,117,22,184,255,255,203,255,35,67,4,13,0,0,16,0,137,67,4,235,4,128,99,6,251,91,65,94,93,195,85,72,137,229,65,87,65,86,65,85,65,84,83,72,131,236,24,72,137,251,232,89,50,1,0,68,139,48,72,133,219,15,132,146,1,0,0,72,139,67,24,76,141,120,4,77,137,252,72,133,192,76,15,68,224,15,132,122,1,0,0,15,182,72,2,76,141,44,8,73,131,197,4,72,139,61,78,24,136,67,72,133,255,116,52,76,137,230,232,85,55,1,0,68,137,117,204,77,137,238,73,137,197,72,141,61,208,23,136,67,190,0,0,1,0,232,54,53,1,0,77,133,237,77,137,245,68,139,117,204,116,22,233,158,0,0,0,72,141,61,174,23,136,67,190,0,0,1,0,232,20,53,1,0,128,61,248],"offset":96}},"threadState":{"r13":{"value":0},"rax":{"value":4497489322},"rflags":{"value":66054},"cpu":{"value":4},"r14":{"value":2},"rsi":{"value":140703525832125},"r8":{"value":140701856856360},"cr2":{"value":4497489324},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140701856856992},"r15":{"value":4497489326},"rbx":{"value":105553163404416},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":583},"rip":{"value":140703525748239,"matchesCrashFrame":1},"rbp":{"value":140701856858320},"rsp":{"value":140701856858256},"r12":{"value":4497489326},"rcx":{"value":140704658730796,"symbolLocation":172,"symbol":"_main_thread"},"flavor":"x86_THREAD_STATE","rdi":{"value":105553163404416}},"queue":"com.apple.main-thread","frames":[{"imageOffset":15887,"symbol":"_os_log_preferences_refresh","symbolLocation":61,"imageIndex":4},{"imageOffset":18222,"symbol":"os_log_type_enabled","symbolLocation":676,"imageIndex":4},{"imageOffset":292194,"symbol":"_CFBundleCopyFindResources","symbolLocation":2416,"imageIndex":5},{"imageOffset":289769,"symbol":"CFBundleCopyResourceURL","symbolLocation":31,"imageIndex":5},{"imageOffset":48483,"symbol":"-[NSBundle URLForResource:withExtension:subdirectory:]","symbolLocation":113,"imageIndex":6},{"imageOffset":158085,"symbol":"-[NSBundle pathForResource:ofType:]","symbolLocation":40,"imageIndex":6},{"imageOffset":180298,"imageIndex":3},{"imageOffset":181565,"imageIndex":3},{"imageOffset":103607,"imageIndex":3},{"imageOffset":125457,"imageIndex":3},{"imageOffset":129659,"imageIndex":3},{"imageOffset":2275696,"symbol":"-[NSApplication(NSResponder) sendAction:to:from:]","symbolLocation":337,"imageIndex":7},{"imageOffset":2275299,"symbol":"-[NSControl sendAction:to:]","symbolLocation":86,"imageIndex":7},{"imageOffset":3022179,"symbol":"-[NSTextField textDidEndEditing:]","symbolLocation":777,"imageIndex":7},{"imageOffset":464816,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":137,"imageIndex":5},{"imageOffset":1057846,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":88,"imageIndex":5},{"imageOffset":1057664,"symbol":"_CFXRegistrationPost","symbolLocation":532,"imageIndex":5},{"imageOffset":267963,"symbol":"_CFXNotificationPost","symbolLocation":682,"imageIndex":5},{"imageOffset":34727,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":82,"imageIndex":6},{"imageOffset":3751669,"symbol":"-[NSTextView(NSPrivate) _giveUpFirstResponder:]","symbolLocation":360,"imageIndex":7},{"imageOffset":3145412,"symbol":"-[NSTextView doCommandBySelector:]","symbolLocation":212,"imageIndex":7},{"imageOffset":3145166,"symbol":"-[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:]","symbolLocation":236,"imageIndex":7},{"imageOffset":2305670,"symbol":"-[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:]","symbolLocation":2115,"imageIndex":7},{"imageOffset":2341205,"symbol":"__84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_5","symbolLocation":496,"imageIndex":7},{"imageOffset":14366192,"symbol":"__84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_3.916","symbolLocation":74,"imageIndex":7},{"imageOffset":2340677,"symbol":"-[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:]","symbolLocation":86,"imageIndex":7},{"imageOffset":14366071,"symbol":"__84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.913","symbolLocation":246,"imageIndex":7},{"imageOffset":1831218,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_6","symbolLocation":68,"imageIndex":8},{"imageOffset":488845,"symbol":"invocation function for block in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)","symbolLocation":110,"imageIndex":8},{"imageOffset":14346240,"symbol":"__55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke.321","symbolLocation":563,"imageIndex":7},{"imageOffset":2313064,"symbol":"__55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke_2","symbolLocation":74,"imageIndex":7},{"imageOffset":2312943,"symbol":"-[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:]","symbolLocation":86,"imageIndex":7},{"imageOffset":2310518,"symbol":"-[NSTextInputContext handleTSMEvent:completionHandler:]","symbolLocation":1850,"imageIndex":7},{"imageOffset":2308553,"symbol":"_NSTSMEventHandler","symbolLocation":299,"imageIndex":7},{"imageOffset":42755,"symbol":"DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)","symbolLocation":1364,"imageIndex":8},{"imageOffset":39759,"symbol":"SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*)","symbolLocation":336,"imageIndex":8},{"imageOffset":39406,"symbol":"SendEventToEventTargetWithOptions","symbolLocation":45,"imageIndex":8},{"imageOffset":404897,"symbol":"SendTSMEvent_WithCompletionHandler","symbolLocation":388,"imageIndex":8},{"imageOffset":406097,"symbol":"__SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke","symbolLocation":390,"imageIndex":8},{"imageOffset":405670,"symbol":"__SendFilterTextEvent_WithCompletionHandler_block_invoke","symbolLocation":182,"imageIndex":8},{"imageOffset":404977,"symbol":"SendTSMEvent_WithCompletionHandler","symbolLocation":468,"imageIndex":8},{"imageOffset":404464,"symbol":"SendFilterTextEvent_WithCompletionHandler","symbolLocation":230,"imageIndex":8},{"imageOffset":403633,"symbol":"SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler","symbolLocation":274,"imageIndex":8},{"imageOffset":403043,"symbol":"__utDeliverTSMEvent_WithCompletionHandler_block_invoke_2","symbolLocation":277,"imageIndex":8},{"imageOffset":402630,"symbol":"__utDeliverTSMEvent_WithCompletionHandler_block_invoke","symbolLocation":362,"imageIndex":8},{"imageOffset":402197,"symbol":"TSMKeyEvent_WithCompletionHandler","symbolLocation":590,"imageIndex":8},{"imageOffset":420300,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5","symbolLocation":251,"imageIndex":8},{"imageOffset":401596,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4","symbolLocation":311,"imageIndex":8},{"imageOffset":401139,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3","symbolLocation":262,"imageIndex":8},{"imageOffset":400554,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2","symbolLocation":283,"imageIndex":8},{"imageOffset":399948,"symbol":"__TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke","symbolLocation":275,"imageIndex":8},{"imageOffset":329739,"symbol":"TSMProcessRawKeyEventWithOptionsAndCompletionHandler","symbolLocation":2345,"imageIndex":8},{"imageOffset":14365806,"symbol":"__84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_3.911","symbolLocation":111,"imageIndex":7},{"imageOffset":14365133,"symbol":"__204-[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:]_block_invoke.875","symbolLocation":120,"imageIndex":7},{"imageOffset":2303209,"symbol":"-[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:]","symbolLocation":246,"imageIndex":7},{"imageOffset":2301687,"symbol":"-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]","symbolLocation":1396,"imageIndex":7},{"imageOffset":2300233,"symbol":"-[NSTextInputContext _handleEvent:allowingSyntheticEvent:]","symbolLocation":105,"imageIndex":7},{"imageOffset":2299840,"symbol":"-[NSView interpretKeyEvents:]","symbolLocation":208,"imageIndex":7},{"imageOffset":2299405,"symbol":"-[NSTextView keyDown:]","symbolLocation":711,"imageIndex":7},{"imageOffset":1698334,"symbol":"-[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:]","symbolLocation":520,"imageIndex":7},{"imageOffset":1697275,"symbol":"-[NSWindow(NSEventRouting) sendEvent:]","symbolLocation":345,"imageIndex":7},{"imageOffset":9626694,"symbol":"-[NSApplication(NSEventRouting) sendEvent:]","symbolLocation":346,"imageIndex":7},{"imageOffset":5178711,"symbol":"-[NSApplication _handleEvent:]","symbolLocation":65,"imageIndex":7},{"imageOffset":198239,"symbol":"-[NSApplication run]","symbolLocation":640,"imageIndex":7},{"imageOffset":18032,"symbol":"NSApplicationMain","symbolLocation":816,"imageIndex":7},{"imageOffset":25510,"symbol":"start","symbolLocation":1942,"imageIndex":9}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 4494876672,
    "size" : 65536,
    "uuid" : "c43ce21c-a026-37b5-95ee-ef39fd2196de",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4498657280,
    "CFBundleShortVersionString" : "1.24.0 a-67-g0e162c98",
    "CFBundleIdentifier" : "org.sparkle-project.Sparkle",
    "size" : 344064,
    "uuid" : "1aaa2191-6ea6-35d4-ba37-24c404ce4c29",
    "path" : "\/Applications\/Welly.app\/Contents\/Frameworks\/Sparkle.framework\/Versions\/A\/Sparkle",
    "name" : "Sparkle",
    "CFBundleVersion" : "1.24.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4497801216,
    "CFBundleIdentifier" : "com.positivespinmedia.PSMTabBarControlFramework",
    "size" : 180224,
    "uuid" : "5551f161-8b96-377b-899d-d543e8c53a0c",
    "path" : "\/Applications\/Welly.app\/Contents\/Frameworks\/PSMTabBarControl.framework\/Versions\/A\/PSMTabBarControl",
    "name" : "PSMTabBarControl",
    "CFBundleVersion" : "1.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4491915264,
    "CFBundleShortVersionString" : "3.2.0",
    "CFBundleIdentifier" : "org.net9.Welly",
    "size" : 589824,
    "uuid" : "66859a59-b9c9-327a-b3da-b967e99a7522",
    "path" : "\/Applications\/Welly.app\/Contents\/MacOS\/Welly",
    "name" : "Welly",
    "CFBundleVersion" : "925"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703525732352,
    "size" : 106487,
    "uuid" : "2df35e6c-5ac1-36ef-a2bf-68764f1d084c",
    "path" : "\/usr\/lib\/system\/libsystem_trace.dylib",
    "name" : "libsystem_trace.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703528914944,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 4825085,
    "uuid" : "9daa29f3-fe48-39a9-a70d-1e0fd4750372",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2048.1.403"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703545389056,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12836860,
    "uuid" : "097dc90a-7059-3135-8fcb-74de290206a1",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "2048.1.403"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703585812480,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20979712,
    "uuid" : "70a55260-7bb1-3c07-aac3-402d42fa9913",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703705821184,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 2736117,
    "uuid" : "ad043d3b-2199-381b-96f2-2d827bae0c57",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703524794368,
    "size" : 639744,
    "uuid" : "1289b60a-4980-342d-b1a4-250bbee392f1",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 140703524098048,
  "size" : 25769803776,
  "uuid" : "62bff6a2-85e3-3e99-aa9c-94b8c34708c1"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=810.9M resident=0K(0%) swapped_out_or_unallocated=810.9M(100%)\nWritable regions: Total=2.0G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG image                          17.6M       55 \nColorSync                          236K       30 \nCoreAnimation                     7088K      164 \nCoreGraphics                         8K        1 \nCoreUI image data                 5084K       39 \nFoundation                          52K        2 \nImage IO                            12K        3 \nKernel Alloc Once                    8K        1 \nMALLOC                             1.9G       77 \nMALLOC guard page                   48K       12 \nSTACK GUARD                       56.0M        1 \nStack                             10.5M        6 \nStack Guard                         20K        5 \nVM_ALLOCATE                        160K        6 \n__CTF                               824        1 \n__DATA                            33.6M      541 \n__DATA_CONST                      36.8M      345 \n__DATA_DIRTY                      1534K      191 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5174K        1 \n__LINKEDIT                       180.3M        6 \n__OBJC_RO                         70.6M        1 \n__OBJC_RW                         2154K        2 \n__TEXT                           630.7M      561 \ndyld private memory                260K        2 \nmapped file                      325.9M       67 \nshared memory                      216K       24 \n===========                     =======  ======= \nTOTAL                              3.3G     2148 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "d3c95f5d47ef8a356efd45592a51b2462b6d7d27",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "62fe74515312cd4599bd3c80",
      "factorPackIds" : {
        "MYRIAD_BOOSTS" : "62fe74805312cd4599bd3c81"
      },
      "deploymentId" : 240000006
    },
    {
      "rolloutId" : "6112d17137f5d11121dcd4e2",
      "factorPackIds" : {

      },
      "deploymentId" : 240000401
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "3a3cf641-8471-4e4e-9ad4-81d0ede970fd",
      "experimentId" : "64a84dae90d82611a0bd7d3d",
      "deploymentId" : 400000010
    },
    {
      "treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
      "experimentId" : "64406ba83deb637ac8a04419",
      "deploymentId" : 900000017
    }
  ]
}
}

Model: MacBookPro16,4, BootROM 2005.0.0.0.0, 8 processors, 8-Core Intel Core i7, 2.3 GHz, 32 GB, SMC 
Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In
Display: Unknown Display, 3200 x 2000, Main, MirrorOff, Online
Display: T18U15, 3008 x 1692, MirrorOff, Online
Memory Module: DIMM A, 16 GB, DDR4, 2933 MHz, 80AD00000000, HMA82GS6DJR8N-XN
Memory Module: DIMM B, 16 GB, DDR4, 2933 MHz, 80AD00000000, HMA82GS6DJR8N-XN
AirPort: spairport_wireless_card_type_wifi (0x8086, 0x4070), itlwm: 2.3.0 fw: 68.01d30b0c.0
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci1179,11a, NVM Express Controller, Built In
PCI Card: sppci_expresscard_name, Unknown
PCI Card: sppci_expresscard_name, Thunderbolt Controller
PCI Card: sppci_expresscard_name, USB eXtensible Host Controller
PCI Card: sppci_expresscard_name, Thunderbolt Controller
PCI Card: sppci_expresscard_name, USB eXtensible Host Controller
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: Bluetooth USB Host Controller
USB Device: Integrated_Webcam_HD
USB Device: Jabra SPEAK 410 USB
Thunderbolt Bus: 

分段推文建議

這個功能太好用了!
希望能再加一些features

  1. 將換行符號也一起推,這樣要寫bullet points或多行的圖形時會很方便!
  2. 即時換算目前的文字量是幾段的推文,可以避免貼url時斷掉

Thanks in advance!

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.