johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

injection app keep crashing when client mac app startup. #200

Closed simpzan closed 7 years ago

simpzan commented 7 years ago
Process:               Injection [68177]
Path:                  /Applications/Injection.app/Contents/MacOS/Injection
Identifier:            com.johnholdsworth.Injectorator
Version:               2.0 (138)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Injection [68177]
User ID:               502

Date/Time:             2017-02-05 19:19:58.422 +0800
OS Version:            Mac OS X 10.11.6 (15G1212)
Report Version:        11
Anonymous UUID:        D192E0AF-D57E-C580-781E-AA7209B14B6C

Sleep/Wake UUID:       14F688D7-D534-4FAD-876A-FF59E63A9EC4

Time Awake Since Boot: 300000 seconds
Time Since Wake:       13000 seconds

System Integrity Protection: disabled

Crashed Thread:        5

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

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff91c94452 __exceptionPreprocess + 178
1   libobjc.A.dylib                     0x00007fff96b45f7e objc_exception_throw + 48
2   CoreFoundation                      0x00007fff91cfb41d +[NSException raise:format:] + 205
3   Foundation                          0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
4   Foundation                          0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
5   Injection                           0x0000000102cceadc Injection + 43740
6   Injection                           0x0000000102d3f7ae Injection + 505774
7   Injection                           0x0000000102cc6d98 Injection + 11672
8   Injection                           0x0000000102ccf294 Injection + 45716
9   Foundation                          0x00007fff964f2e64 __NSThread__start__ + 1351
10  libsystem_pthread.dylib             0x00007fff922fc99d _pthread_body + 131
11  libsystem_pthread.dylib             0x00007fff922fc91a _pthread_body + 0
12  libsystem_pthread.dylib             0x00007fff922fa351 thread_start + 13

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff9e1bff72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9e1bf3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff91c09124 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff91c085ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff91c07e38 CFRunLoopRunSpecific + 296
5   com.apple.HIToolbox             0x00007fffa0183935 RunCurrentEventLoopInMode + 235
6   com.apple.HIToolbox             0x00007fffa018376f ReceiveNextEventCommon + 432
7   com.apple.HIToolbox             0x00007fffa01835af _BlockUntilNextEventMatchingListInModeWithFilter + 71
8   com.apple.AppKit                0x00007fff9b93bdf6 _DPSNextEvent + 1067
9   com.apple.AppKit                0x00007fff9b93b226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
10  com.apple.AppKit                0x00007fff9b92fd80 -[NSApplication run] + 682
11  com.apple.AppKit                0x00007fff9b8f9368 NSApplicationMain + 1176
12  com.johnholdsworth.Injectorator 0x0000000102d34df9 0x102cc4000 + 462329
13  libdyld.dylib                   0x00007fff90bab5ad start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff9e1c65e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff922fc578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff922fa341 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff9e1c6efa kevent_qos + 10
1   libdispatch.dylib               0x00007fff9afd6165 _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff9afd5dcd _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib          0x00007fff9e1c65e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff922fc578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff922fa341 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9e1c65e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff922fc578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff922fa341 start_wqthread + 13

Thread 5 Crashed:
0   libsystem_kernel.dylib          0x00007fff9e1c5f06 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff922ff4ec pthread_kill + 90
2   libsystem_c.dylib               0x00007fff972296df abort + 129
3   libc++abi.dylib                 0x00007fff9ae0ac11 abort_message + 257
4   libc++abi.dylib                 0x00007fff9ae30e17 default_terminate_handler() + 267
5   libobjc.A.dylib                 0x00007fff96b486ae _objc_terminate() + 103
6   libc++abi.dylib                 0x00007fff9ae2e00e std::__terminate(void (*)()) + 8
7   libc++abi.dylib                 0x00007fff9ae2da7a __cxa_throw + 121
8   libobjc.A.dylib                 0x00007fff96b4608c objc_exception_throw + 318
9   com.apple.CoreFoundation        0x00007fff91cfb41d +[NSException raise:format:] + 205
10  com.apple.Foundation            0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
11  com.apple.Foundation            0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
12  com.johnholdsworth.Injectorator 0x0000000102cceadc 0x102cc4000 + 43740
13  com.johnholdsworth.Injectorator 0x0000000102d3f7ae 0x102cc4000 + 505774
14  com.johnholdsworth.Injectorator 0x0000000102cc6d98 0x102cc4000 + 11672
15  com.johnholdsworth.Injectorator 0x0000000102ccf294 0x102cc4000 + 45716
16  com.apple.Foundation            0x00007fff964f2e64 __NSThread__start__ + 1351
17  libsystem_pthread.dylib         0x00007fff922fc99d _pthread_body + 131
18  libsystem_pthread.dylib         0x00007fff922fc91a _pthread_start + 168
19  libsystem_pthread.dylib         0x00007fff922fa351 thread_start + 13

Thread 6:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff9e1c607a __select + 10
1   com.apple.CoreFoundation        0x00007fff91c4645a __CFSocketManager + 762
2   libsystem_pthread.dylib         0x00007fff922fc99d _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff922fc91a _pthread_start + 168
4   libsystem_pthread.dylib         0x00007fff922fa351 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9e1c53ca __accept + 10
1   com.johnholdsworth.Injectorator 0x0000000102cd9d40 0x102cc4000 + 89408
2   com.apple.Foundation            0x00007fff964f2e64 __NSThread__start__ + 1351
3   libsystem_pthread.dylib         0x00007fff922fc99d _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff922fc91a _pthread_start + 168
5   libsystem_pthread.dylib         0x00007fff922fa351 thread_start + 13

Thread 8:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff9e1bff72 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9e1bf3b3 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff91c09124 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff91c085ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff91c07e38 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff9ba91d95 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff922fc99d _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff922fc91a _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff922fa351 thread_start + 13

Thread 5 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007000003a3ab8  rdx: 0x0000000000000000
  rdi: 0x000000000000b817  rsi: 0x0000000000000006  rbp: 0x00007000003a3ae0  rsp: 0x00007000003a3ab8
   r8: 0x0000000000000003   r9: 0x00007fff9ae31e4c  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007000003a3c40  r13: 0x00007fff7d0fe140  r14: 0x00007000003a6000  r15: 0x00007000003a3b20
  rip: 0x00007fff9e1c5f06  rfl: 0x0000000000000206  cr2: 0x0000000105bd2860

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

Binary Images:
       0x102cc4000 -        0x102df7fff +com.johnholdsworth.Injectorator (2.0 - 138) <832707E9-B07E-3D9B-BFBA-88ED8A3734C2> /Applications/Injection.app/Contents/MacOS/Injection
       0x102e3b000 -        0x102e48fff +libswiftAppKit.dylib (3.0.2 - 800.0.63) <AE109184-6305-3381-AC40-C408F904F7D8> /Applications/Injection.app/Contents/Frameworks/libswiftAppKit.dylib
       0x102e56000 -        0x1030cdfff +libswiftCore.dylib (3.0.2 - 800.0.63) <75D2ABCC-609A-36DB-91CF-93670B475D1D> /Applications/Injection.app/Contents/Frameworks/libswiftCore.dylib
       0x103369000 -        0x103373ff7 +libswiftCoreData.dylib (3.0.2 - 800.0.63) <0156B34D-8B03-387C-A319-BDC11BEFB2ED> /Applications/Injection.app/Contents/Frameworks/libswiftCoreData.dylib
       0x103386000 -        0x103394ff7 +libswiftCoreGraphics.dylib (3.0.2 - 800.0.63) <469FD49F-8AF4-3085-8888-7BED749966C8> /Applications/Injection.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x1033b4000 -        0x1033b8ffe +libswiftCoreImage.dylib (3.0.2 - 800.0.63) <616C4B50-C50E-3491-9363-E67658827C2E> /Applications/Injection.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x1033c2000 -        0x1033c8ff7 +libswiftDarwin.dylib (3.0.2 - 800.0.63) <920F7867-96FA-318A-B0A2-CE29A9735564> /Applications/Injection.app/Contents/Frameworks/libswiftDarwin.dylib
       0x1033d5000 -        0x1033f0fff +libswiftDispatch.dylib (3.0.2 - 800.0.63) <07255710-F443-3F8A-BFED-F79781B178FE> /Applications/Injection.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10342c000 -        0x103506fff +libswiftFoundation.dylib (3.0.2 - 800.0.63) <89EAD7E5-4783-3882-98E7-5AE34D4DE984> /Applications/Injection.app/Contents/Frameworks/libswiftFoundation.dylib
       0x103612000 -        0x103615ff7 +libswiftIOKit.dylib (3.0.2 - 800.0.63) <21E3090E-2615-334E-A2CD-BD219361F4BD> /Applications/Injection.app/Contents/Frameworks/libswiftIOKit.dylib
       0x10361f000 -        0x103624fff +libswiftObjectiveC.dylib (3.0.2 - 800.0.63) <AA60CC2D-1864-3787-8CDF-E8EE712A6E6C> /Applications/Injection.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x103630000 -        0x103636ff7 +libswiftQuartzCore.dylib (3.0.2 - 800.0.63) <6A841498-B953-3794-8A2A-B5DD478A6743> /Applications/Injection.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10363e000 -        0x103641ff7 +libswiftXPC.dylib (3.0.2 - 800.0.63) <188A7BF2-7DB0-35EB-9C64-95938C7FE530> /Applications/Injection.app/Contents/Frameworks/libswiftXPC.dylib
       0x103940000 -        0x103953ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <941A6695-87F0-39A6-9CEF-B640438BEAD2> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x1039e8000 -        0x1039eafff  libCGXType.A.dylib (960.7) <F52CB9D5-B366-3A93-B1E6-81B583675B19> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x1039fe000 -        0x1039fefe7 +cl_kernels (???) <6F052E84-84BB-4948-8252-12F8C76EC5C6> cl_kernels
       0x105eda000 -        0x105edbfff +com.surteesstudios.BartenderHelper (2.1.0 - 2.1.0) <33C690A5-F478-3CE3-88D4-6F25E2D3A834> /Library/ScriptingAdditions/BartenderHelper.osax/Contents/MacOS/BartenderHelper
       0x105ee0000 -        0x105ef3ff7 +com.surteesstudios.BartenderHelper.BartenderHelperTwoOneTwo (2.1.0 - 2.1.0) <84B8FA05-15CD-3800-9AA8-AB0A9B100EFB> /Applications/Bartender 2.app/Contents/Resources/BartenderHelperTwoOneTwo.bundle/Contents/MacOS/BartenderHelperTwoOneTwo
       0x106723000 -        0x10674cffb  libRIP.A.dylib (960.7) <6C9E6C2C-62FD-32E6-AEB8-564A3510B17A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x108aac000 -        0x108b18ff7  com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.14.73 - 10.1.4) <D7C4484A-A21F-328E-90BB-DCF59B8E6D75> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
    0x7fff6318d000 -     0x7fff631c4a47  dyld (360.22) <884763FC-CC0F-31CC-ACC4-75A805CE401D> /usr/lib/dyld
    0x7fff8b7fd000 -     0x7fff8b80bfff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff8b85d000 -     0x7fff8b85ffff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8c379000 -     0x7fff8c3b7ff7  libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8c3b8000 -     0x7fff8c3befff  com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8c3c4000 -     0x7fff8c416fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <B177135E-C16A-3296-99C9-CDA0E8E2A855> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c518000 -     0x7fff8c520fff  libGFXShared.dylib (12.1) <FFB3BBDE-0AE4-3570-B9F4-1BC093F8777A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8c822000 -     0x7fff8c846fff  com.apple.MultitouchSupport.framework (304.12 - 304.12) <25FA270C-361D-3732-ABF5-A291240AD6A4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8cc1e000 -     0x7fff8cc63ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff8cd71000 -     0x7fff8cd95fff  libJPEG.dylib (1460) <12EBCDFF-FE82-38FD-8593-3648F3A84CDB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8cd96000 -     0x7fff8cdf2fff  libTIFF.dylib (1460) <0838C0B3-A846-32F3-87AA-D28F2EF38775> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8cdf3000 -     0x7fff8cea3fff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8cea7000 -     0x7fff8cfb6fe7  libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8cfe7000 -     0x7fff8d325ff7  com.apple.WebKit (11601 - 11601.7.8) <58A8B070-2AE4-3909-AE1D-7A7DF34AA268> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8d5c5000 -     0x7fff8d84cfff  com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8d84d000 -     0x7fff8d84dfff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8d875000 -     0x7fff8d875fff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8d8cd000 -     0x7fff8d8d8fff  libkxld.dylib (3248.60.11.1.2) <1B3991A9-8F1F-39D3-A98C-42B09178EC1D> /usr/lib/system/libkxld.dylib
    0x7fff8d8ea000 -     0x7fff8d8eaff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
    0x7fff8d8eb000 -     0x7fff8d974ff7  com.apple.PerformanceAnalysis (1.0 - 1) <07DC8D32-56AF-3AD3-83D8-9DC413BA8C2F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d975000 -     0x7fff8d9c1fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8daf4000 -     0x7fff8db45ff7  libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
    0x7fff8dce0000 -     0x7fff8dce6ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8e73f000 -     0x7fff8e744fff  com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8e877000 -     0x7fff8e881fff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8ec7e000 -     0x7fff8ec9aff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff8eccc000 -     0x7fff8eccdfff  libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib
    0x7fff8ecfa000 -     0x7fff8ed34ff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8ed57000 -     0x7fff8ed5ffff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8ed60000 -     0x7fff8ee36ffb  com.apple.DiskImagesFramework (10.11.4 - 417.4) <B9525D22-6F0D-39C5-BA9B-9DF195FE1968> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8ee37000 -     0x7fff8ef5efff  com.apple.LaunchServices (728.13 - 728.13) <DF9A69C3-06AD-3062-A40A-50ED12CA18CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8ef72000 -     0x7fff9005bff3  com.apple.WebCore (11601 - 11601.7.5) <9153DA7E-1625-382A-8257-8D4293F06F7F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff9005c000 -     0x7fff9007fff7  com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) <DB9F6DE8-5FD1-33DC-B010-33BEA74764CB> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff90146000 -     0x7fff90147fff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff90157000 -     0x7fff903fdff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff90562000 -     0x7fff90590ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff905a3000 -     0x7fff9062bfff  com.apple.CoreSymbolication (3.1 - 58048.1) <1A6BF14E-55F3-324E-81DB-BB22B9C288AE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff9062c000 -     0x7fff90754fff  com.apple.NetworkExtension (1.0 - 1) <CFD98864-3DD5-391E-B0EA-388294A75C31> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff907aa000 -     0x7fff90883fff  com.apple.CoreMedia (1.0 - 1731.15.207) <70CAD4A7-3F8B-3767-A420-98BE1062C230> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff90ba8000 -     0x7fff90babffb  libdyld.dylib (360.22) <F103B2FB-D383-38CB-992A-E16BDCB00A03> /usr/lib/system/libdyld.dylib
    0x7fff90bb4000 -     0x7fff90c17fff  libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff91475000 -     0x7fff91476ff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff91477000 -     0x7fff914ebff3  com.apple.securityfoundation (6.0 - 55126) <DAA4FDD0-7F84-30AA-BE6F-96BB9F871F07> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff91541000 -     0x7fff91558fff  com.apple.ScriptingBridge (1.3.3 - 68) <13D01EBC-D01E-3054-8C3C-3989BCF6370A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff91576000 -     0x7fff91576fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff91588000 -     0x7fff9158afff  libCVMSPluginSupport.dylib (12.1) <C503A29A-D3AE-3935-8E0D-69C575684B60> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9158b000 -     0x7fff916b8ff3  com.apple.CoreText (352.0 - 494.12) <ADBE8355-D4F5-3316-A6C4-D641D615CEC4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff916b9000 -     0x7fff916bbfff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff916bc000 -     0x7fff9170fff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff917f5000 -     0x7fff9181cfff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff91836000 -     0x7fff91836fff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
    0x7fff91837000 -     0x7fff918defff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff91937000 -     0x7fff91988fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff919b4000 -     0x7fff919b4fff  com.apple.CoreServices (728.13 - 728.13) <E3DFECD2-ECEA-3242-972D-95B9646B57B8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff91a4e000 -     0x7fff91a52fff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
    0x7fff91afe000 -     0x7fff91b0afff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff91b0b000 -     0x7fff91b1cfff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff91b7f000 -     0x7fff91ff5ff7  com.apple.CoreFoundation (6.9 - 1259) <51D1F34F-9FEC-3EF2-8382-2D13D75F845A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff91ff6000 -     0x7fff92042ffb  com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff92043000 -     0x7fff9204efff  com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff9204f000 -     0x7fff92054ff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
    0x7fff9208e000 -     0x7fff92090fff  com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff9209e000 -     0x7fff920a3fff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff92245000 -     0x7fff92250ff7  libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9226b000 -     0x7fff92276fff  com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff9227d000 -     0x7fff92280fff  libspindump.dylib (197.1) <0977578F-0FA1-3F44-B16E-37DFD2C52CC8> /usr/lib/libspindump.dylib
    0x7fff92281000 -     0x7fff922f8feb  libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
    0x7fff922f9000 -     0x7fff92302ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
    0x7fff92303000 -     0x7fff92311ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff92396000 -     0x7fff923a4fff  com.apple.opengl (12.1.0 - 12.1.0) <62997B59-BCD2-3A71-BD16-DE75DBAFA7C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff923b0000 -     0x7fff923dcfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff92406000 -     0x7fff92422ff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
    0x7fff92497000 -     0x7fff924b4ff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <7B26B7D9-AEB3-3DEC-B4AD-B49BC0FD1082> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff924b9000 -     0x7fff924c1fff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
    0x7fff924c2000 -     0x7fff924cefff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff924cf000 -     0x7fff924e7fef  libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
    0x7fff924e8000 -     0x7fff924eaff7  com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff928d9000 -     0x7fff929b9ff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff929ba000 -     0x7fff929befff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fff929bf000 -     0x7fff929e2ff7  com.apple.Network (1.0 - 1) <F3CC7116-3969-31E1-8A8E-0CD4A1FE3837> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff929e3000 -     0x7fff92f21ff7  com.apple.MediaToolbox (1.0 - 1731.15.207) <63AD3FB7-BAD3-3040-8A99-843033F24CF6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff93056000 -     0x7fff93057fff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9305d000 -     0x7fff93061fff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff93062000 -     0x7fff93062fff  com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff93063000 -     0x7fff93068fff  com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff93069000 -     0x7fff9306afff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fff9313f000 -     0x7fff93194fff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff93195000 -     0x7fff9352afdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff93545000 -     0x7fff935f5fe7  libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff93623000 -     0x7fff93624ffb  libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib
    0x7fff93625000 -     0x7fff93675ff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff93efb000 -     0x7fff942d3fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <F80C19CA-6CD0-3052-9C22-0288A257CCC8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff94454000 -     0x7fff9445cfff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff9445d000 -     0x7fff94462ff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
    0x7fff94926000 -     0x7fff94927ffb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
    0x7fff94928000 -     0x7fff94951ff7  libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
    0x7fff94959000 -     0x7fff9496ffff  com.apple.CoreMediaAuthoring (2.2 - 953) <A8F1B6EE-8ABE-3DC2-9829-A268D016648E> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff9498f000 -     0x7fff94998ff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff949ca000 -     0x7fff94a3eff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff94a3f000 -     0x7fff94a61fff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff953a3000 -     0x7fff953bafff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
    0x7fff953da000 -     0x7fff95808fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff95a25000 -     0x7fff95a44ff7  com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff95c72000 -     0x7fff95c8bfff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff95e19000 -     0x7fff95e22fff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff95e23000 -     0x7fff95e4cfff  com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff95e6a000 -     0x7fff95f5aff7  libJP2.dylib (1460) <01240EC3-6CC6-3D9A-AADB-6C3991D05840> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff95f5b000 -     0x7fff9617cff7  com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff9617d000 -     0x7fff96185ffb  libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff96186000 -     0x7fff961b9ff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff961ba000 -     0x7fff961cdfff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff9627e000 -     0x7fff96286ff7  libnetwork.dylib (583.50.1) <EFED972E-5555-30C0-AFC7-7790F20B494D> /usr/lib/libnetwork.dylib
    0x7fff962d4000 -     0x7fff962d5fff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff964bd000 -     0x7fff96811fff  com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff96812000 -     0x7fff96814ff7  libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
    0x7fff96872000 -     0x7fff969bcff7  com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff969d0000 -     0x7fff969d3fff  libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff969d4000 -     0x7fff96a3bfff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff96a63000 -     0x7fff96a9bff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff96ad5000 -     0x7fff96addfef  libcldcpuengine.dylib (2.7.3) <6A6B8893-5A77-3014-9780-D3681DC0A08B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff96b35000 -     0x7fff96e97f3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
    0x7fff96e98000 -     0x7fff96eaeff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff96eb3000 -     0x7fff96ec2ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff96f8d000 -     0x7fff96f90ff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff96f9a000 -     0x7fff96fa0fff  com.apple.IOAccelerator (205.11 - 205.11) <C51BF724-F8E8-3B9F-806E-A00C65056445> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff9701c000 -     0x7fff97020fff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff97021000 -     0x7fff97021ff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
    0x7fff97022000 -     0x7fff97025fff  com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff97036000 -     0x7fff9717bfff  com.apple.QTKit (7.7.3 - 2943.13) <3E3DB3DD-8D7E-3478-B020-F975CCAAE522> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff9717c000 -     0x7fff971cafff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
    0x7fff971cb000 -     0x7fff97258fef  libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
    0x7fff97259000 -     0x7fff97261fff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff972da000 -     0x7fff9731bff7  libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff97322000 -     0x7fff97344ff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff97424000 -     0x7fff9742cfff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff97a10000 -     0x7fff97bd6ff7  com.apple.ImageIO.framework (3.3.0 - 1460) <E22AC2E0-FCE1-3BD4-AA07-149AB9C39D03> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff97bd7000 -     0x7fff97cfbfff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
    0x7fff97d33000 -     0x7fff97d44fff  libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff97d45000 -     0x7fff97d74ffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
    0x7fff97f1b000 -     0x7fff97f2ffe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff97f30000 -     0x7fff9801fff7  libxml2.2.dylib (29.11) <DBAD6C6D-DF50-32E0-A621-F556DFD12A71> /usr/lib/libxml2.2.dylib
    0x7fff98023000 -     0x7fff98034ff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
    0x7fff98055000 -     0x7fff98201ff7  com.apple.avfoundation (2.0 - 1046.9.12) <41BDD03F-5545-3B9F-8DD7-7106485BAE8B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff98216000 -     0x7fff988b5ffb  com.apple.JavaScriptCore (11601 - 11601.7.8) <38585ADC-1AD4-3BD2-8972-B90344CE57C0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff988f2000 -     0x7fff99b3efe3  com.apple.CoreGraphics (1.600.0 - 960.7) <32995C4A-856B-3275-BCF5-638A968DB659> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff99be4000 -     0x7fff99be4fff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff99be5000 -     0x7fff99be5fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff99cbd000 -     0x7fff99cbefff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
    0x7fff99cbf000 -     0x7fff99cc0ff7  libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
    0x7fff99cc1000 -     0x7fff99cf0ff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff99cf1000 -     0x7fff99d08ff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
    0x7fff9a2b4000 -     0x7fff9a2b6ff7  libRadiance.dylib (1460) <9C7A9DD6-B567-3751-BE25-3E382043F2BF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9a2b7000 -     0x7fff9a302ff7  com.apple.CoreMediaIO (703.0 - 4791) <57D92CFE-E717-38FE-AEE8-0A4D9769679F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9a37b000 -     0x7fff9a3f0fff  com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff9a3f1000 -     0x7fff9a433ff7  com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff9a52d000 -     0x7fff9a548ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff9a557000 -     0x7fff9a7f1ff3  com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9aae3000 -     0x7fff9ad79fff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
    0x7fff9ae0a000 -     0x7fff9ae34ff7  libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
    0x7fff9af22000 -     0x7fff9af3efff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9af3f000 -     0x7fff9af59ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff9afce000 -     0x7fff9affbfff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
    0x7fff9affc000 -     0x7fff9b001ff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
    0x7fff9b002000 -     0x7fff9b01eff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
    0x7fff9b126000 -     0x7fff9b522fff  libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff9b523000 -     0x7fff9b6c9ff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9b74b000 -     0x7fff9b7bafff  com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff9b831000 -     0x7fff9b833ff7  com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff9b834000 -     0x7fff9b83ffff  com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff9b843000 -     0x7fff9b877ff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9b878000 -     0x7fff9b878ff7  liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
    0x7fff9b87d000 -     0x7fff9b885fff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
    0x7fff9b8f3000 -     0x7fff9c51cff7  com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9c51d000 -     0x7fff9c58cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff9c6a7000 -     0x7fff9c6e1fff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9c6eb000 -     0x7fff9c6f3fff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9c6f4000 -     0x7fff9c6fbff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9c773000 -     0x7fff9ca03ff7  com.apple.RawCamera.bundle (6.19 - 844) <F14992BD-D9D8-36EE-8A51-989A220E1846> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9ca04000 -     0x7fff9ca93ff7  libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
    0x7fff9cb80000 -     0x7fff9cb83ff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff9d5c4000 -     0x7fff9d5d0ff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff9d5d1000 -     0x7fff9d5fcffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
    0x7fff9d5fd000 -     0x7fff9d608fff  libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9d67b000 -     0x7fff9d68bfff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff9d68d000 -     0x7fff9d6a6fff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9d9a4000 -     0x7fff9d9d2ff7  libsandbox.1.dylib (460.60.2) <A8D0C0D4-2BE7-312B-8257-3B084737D86D> /usr/lib/libsandbox.1.dylib
    0x7fff9d9d3000 -     0x7fff9da19ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff9da1a000 -     0x7fff9da4aff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff9db03000 -     0x7fff9dde8ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9de06000 -     0x7fff9de1bfff  com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff9de1c000 -     0x7fff9de4dfff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9de4e000 -     0x7fff9de4efff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff9de92000 -     0x7fff9de9bff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
    0x7fff9deab000 -     0x7fff9ded4fff  libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
    0x7fff9ded5000 -     0x7fff9dfbbff7  libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9e026000 -     0x7fff9e05dff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9e05e000 -     0x7fff9e087ff7  libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib
    0x7fff9e1af000 -     0x7fff9e1cdff7  libsystem_kernel.dylib (3248.60.11.1.2) <1CC38FFB-EB7B-340D-AC32-27580A15AC0A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff9e1ce000 -     0x7fff9e1d1fff  com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff9f0f4000 -     0x7fff9f0f8fff  libGIF.dylib (1460) <2A59D65D-57F6-36B5-B655-84A8E9B2EC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9f167000 -     0x7fff9f16cfff  com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff9f16d000 -     0x7fff9f1cbfff  com.apple.SystemConfiguration (1.14 - 1.14) <8886E043-B668-3A49-BCA5-F89FB0ECB6EC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9f1cc000 -     0x7fff9f1e6fff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9f277000 -     0x7fff9f277fff  libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff9f27e000 -     0x7fff9f489fff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
    0x7fff9f49e000 -     0x7fff9f81cff3  com.apple.VideoToolbox (1.0 - 1731.15.207) <6C7C261F-CB65-3AF1-92E7-16ACAD371EF4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff9f829000 -     0x7fff9f8befff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9f94d000 -     0x7fff9f9b8ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff9f9b9000 -     0x7fff9fa1fff7  libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
    0x7fff9fac5000 -     0x7fff9fb14ff7  com.apple.opencl (2.7.0 - 2.7.0) <07FB8F36-A00C-3BFD-BC38-9E4EC484907E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9fb23000 -     0x7fff9fbb0dd7  com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff9fbb1000 -     0x7fff9fbb4ffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
    0x7fff9fe61000 -     0x7fff9ff01fff  com.apple.Metadata (10.7.0 - 972.34) <5F407CB0-3244-3A15-8000-82DDB0420244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff9ff02000 -     0x7fffa010ffff  libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
    0x7fffa0153000 -     0x7fffa0448fff  com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffa0449000 -     0x7fffa0557ff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffa0558000 -     0x7fffa055affb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
    0x7fffa055b000 -     0x7fffa064dff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fffa0686000 -     0x7fffa06cbff3  libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffa0972000 -     0x7fffa0974fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fffa0a78000 -     0x7fffa0a7aff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
    0x7fffa0a7f000 -     0x7fffa0be6fff  libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffa0e55000 -     0x7fffa0f0ffff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fffa0f10000 -     0x7fffa0f7eff7  com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffa0f7f000 -     0x7fffa0f96ff7  libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
    0x7fffa0f97000 -     0x7fffa1115fff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffa11c4000 -     0x7fffa11cfff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
    0x7fffa1699000 -     0x7fffa16abfff  libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
    0x7fffa16ac000 -     0x7fffa1750fff  com.apple.Bluetooth (4.4.6 - 4.4.6f1) <4072EA3E-F2DD-32C1-9B19-9339C7087051> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffa1751000 -     0x7fffa175cfff  libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
    0x7fffa1760000 -     0x7fffa178dff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <D1E3E050-2C85-3413-8E88-DA4729D94FFC> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fffa178e000 -     0x7fffa1791fff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffa1794000 -     0x7fffa17a5ff7  libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
    0x7fffa17a6000 -     0x7fffa17aefef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
    0x7fffa1807000 -     0x7fffa18edfef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fffa191e000 -     0x7fffa1aecff3  com.apple.QuartzCore (1.11 - 410.14) <3CEA7616-63A9-3B69-B6A8-476BF6D3F58B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffa1aed000 -     0x7fffa1b4bfff  com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffa1bcf000 -     0x7fffa1ccbff7  libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffa1ccc000 -     0x7fffa1cf1ff7  libPng.dylib (1460) <DBCC10E6-541E-3592-85AF-521525EEE47A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffa1cf2000 -     0x7fffa1e4dff3  com.apple.WebKitLegacy (11601 - 11601.7.8) <0E926E80-E578-38CA-9C32-1F6C4F2C375E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fffa1ee6000 -     0x7fffa1f7cfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 3885604
    thread_create: 3
    thread_set_state: 1160

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

                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate.framework                 256K        3 
Activity Tracing                    2048K        2 
CG backing stores                    252K        4 
CG image                              24K        7 
CG shared images                     240K        8 
CoreAnimation                         92K       12 
CoreUI image data                    676K        9 
CoreUI image file                    320K        5 
Dispatch continuations              8192K        2 
Foundation                             4K        2 
Image IO                              68K        3 
JS JIT generated code                  8K        3 
JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        3 
MALLOC                              43.9M       28 
MALLOC guard page                     32K        7 
Memory Tag 242                        12K        2 
Memory Tag 251                        24K        2 
Memory Tag 83                         68K        6 
OpenCL                                 8K        2 
Process Corpse Info                 2048K        2 
STACK GUARD                         56.0M       10 
Stack                               11.6M       10 
VM_ALLOCATE                           68K       10 
WebKit Malloc                       4232K       13 
__DATA                              22.9M      255 
__IMAGE                              528K        2 
__LINKEDIT                          95.6M       23 
__TEXT                             181.3M      262 
__UNICODE                            552K        2 
mapped file                         53.2M       18 
shared memory                       16.3M       10 
===========                       =======  ======= 
TOTAL                                1.5G      697 
TOTAL, minus reserved VM space     500.0M      697 
johnno1962 commented 7 years ago

Thanks for the stack trace. Is the file watcher on?

simpzan commented 7 years ago

It's off.

On Sun, Feb 5, 2017 at 9:23 PM, John Holdsworth notifications@github.com wrote:

Thanks for the stack trace. Is the file watcher on?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/200#issuecomment-277519529, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWX8pJESvDjSAHR-5AFLR26-jGpLYVlks5rZc1AgaJpZM4L3d-1 .

johnno1962 commented 7 years ago

Odd, crash is realted to file watcher being on :S

10 com.apple.Foundation 0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218 11 com.apple.Foundation 0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139 12 com.johnholdsworth.Injectorator Injection-[INPluginMenuController enableFileWatcher:] + 396 at INPluginMenuController.m:455 13 com.johnholdsworth.Injectorator Injection@objc Injection.INController.enableFileWatcher (Swift.Bool) -> () + 110 at INController.swift 14 com.johnholdsworth.Injectorator Injection-[INPluginClientController setConnection:] + 1757 at INPluginClientController.m:245 15 com.johnholdsworth.Injectorator Injection-[INPluginMenuController backgroundConnectionService] + 269 at INPluginMenuController.m:583

- (void)enableFileWatcher:(BOOL)enabled {
    [self.docTile
     performSelectorOnMainThread:@selector(setBadgeLabel:)
     withObject:enabled?@"1":nil waitUntilDone:NO];

    if ( enabled && self.watchButton.state ) {
        if ( !self.fileWatcher ) {
            static NSRegularExpression *regexp;
            if ( !regexp )
                regexp = [[NSRegularExpression alloc] initWithPattern:@"^(.+?/([^/]+))/(([^/]*)\\.(xcodeproj|xcworkspace|(idea/misc.xml)))" options:0 error:nil];

            NSString *workspacePath = [self workspacePath];
            NSRange range = [regexp rangeOfFirstMatchInString:workspacePath options:0
                                                        range:NSMakeRange( 0, workspacePath.length )];

            NSString *projectRoot = [[workspacePath substringWithRange:range] stringByDeletingLastPathComponent];
            INJECTION_RELEASE( self.fileWatcher = [[FileWatcher alloc] initWithRoot:projectRoot plugin:^( NSArray *filesChanged ) {
                NSString *filePath = filesChanged[0];
                NSTimeInterval now = [NSDate timeIntervalSinceReferenceDate];
                NSTimeInterval timeSinceLifeLastInjected = self.lastInjected[filePath] ?
                    now - self.lastInjected[filePath].timeIntervalSinceReferenceDate : 1000.;
                if ( --skipLastSaved < 0 && now - lastChanged > MIN_CHANGE_INTERVAL &&
                    timeSinceLifeLastInjected > MIN_CHANGE_INTERVAL ) {
                    self.lastFile = filePath;
                    self.hasSaved = YES;
                    [self injectSource:self];
                    lastChanged = now;
                }
            }] );
        }
    }
    else
        self.fileWatcher = nil;
}
simpzan commented 7 years ago

Ok, I just reproduced the issue. you are right. It is related to file watcher.

If I check on file watcher, then start the client app, it crashes, and after restart, the file watcher is not checked any more, but it still crashes every time client app starts up.

Then I check on file watcher, then check it off. It will not crash any more.

On Sun, Feb 5, 2017 at 9:31 PM, John Holdsworth notifications@github.com wrote:

Odd, crash is realted to file watcher being on: 10 com.apple.Foundation 0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218 11 com.apple.Foundation 0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139 12 com.johnholdsworth.Injectorator Injection-[INPluginMenuController enableFileWatcher:] + 396 at INPluginMenuController.m:455 13 com.johnholdsworth.Injectorator Injection@objc https://github.com/objc Injection.INController.enableFileWatcher (Swift.Bool) -> () + 110 at INController.swift 14 com.johnholdsworth.Injectorator Injection-[INPluginClientController setConnection:] + 1757 at INPluginClientController.m:245 15 com.johnholdsworth.Injectorator Injection-[INPluginMenuController backgroundConnectionService] + 269 at INPluginMenuController.m:583

  • (void)enableFileWatcher:(BOOL)enabled { [self.docTile performSelectorOnMainThread:@selector(setBadgeLabel:) withObject:enabled?@"1":nil waitUntilDone:NO];

    if ( enabled && self.watchButton.state ) { if ( !self.fileWatcher ) { static NSRegularExpression regexp; if ( !regexp ) regexp = [[NSRegularExpression alloc] initWithPattern:@"^(.+?/([^/]+))/(([^/])\.(xcodeproj|xcworkspace|(idea/misc.xml)))" options:0 error:nil];

        NSString *workspacePath = [self workspacePath];
        NSRange range = [regexp rangeOfFirstMatchInString:workspacePath options:0
                                                    range:NSMakeRange( 0, workspacePath.length )];
    
        NSString *projectRoot = [[workspacePath substringWithRange:range] stringByDeletingLastPathComponent];
        INJECTION_RELEASE( self.fileWatcher = [[FileWatcher alloc] initWithRoot:projectRoot plugin:^( NSArray *filesChanged ) {
            NSString *filePath = filesChanged[0];
            NSTimeInterval now = [NSDate timeIntervalSinceReferenceDate];
            NSTimeInterval timeSinceLifeLastInjected = self.lastInjected[filePath] ?
                now - self.lastInjected[filePath].timeIntervalSinceReferenceDate : 1000.;
            if ( --skipLastSaved < 0 && now - lastChanged > MIN_CHANGE_INTERVAL &&
                timeSinceLifeLastInjected > MIN_CHANGE_INTERVAL ) {
                self.lastFile = filePath;
                self.hasSaved = YES;
                [self injectSource:self];
                lastChanged = now;
            }
        }] );
    }

    } else self.fileWatcher = nil; }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/200#issuecomment-277519995, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWX8qVgMoIdsLuCuYCkcP9M2OU0_Pwvks5rZc9NgaJpZM4L3d-1 .

johnno1962 commented 7 years ago

I can see why the flag get’s out of sync but the real problem is probably workspacePath is nil. Can you run Injection.app/Contents/MacOS/Injection from the console and see what it prints out please?

simpzan commented 7 years ago
2017-02-05 22:36:02.355 Injection[71606:2011262] {\rtf1\ansi\def0}
2017-02-05 22:36:02.357 Injection[71606:2011326] Injection: Waiting for connections...
2017-02-05 22:36:02.365 Injection[71606:2011328] XprobeConsole: Waiting for connections...
2017-02-05 22:36:04.225 Injection[71606:2011262] Bartender: Loaded BartenderHelperTwoOneTwo
2017-02-05 22:36:25.587 Injection[71606:2011326] Injection: Connection from 127.0.0.1:5090
2017-02-05 22:36:25.588 Injection[71606:2011262] Connection from: /Users/simpzan/Library/Developer/Xcode/DerivedData/SpechtLite-bwlylqcyhfhhhafzxrbaedfhoxvc/Build/Products/Debug/SpechtLite.app/Contents/MacOS/SpechtLite x86_64 (18)
2017-02-05 22:36:25.592 Injection[71606:2011326] An uncaught exception was raised
2017-02-05 22:36:25.592 Injection[71606:2011326] *** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument
2017-02-05 22:36:25.593 Injection[71606:2011326] (
    0   CoreFoundation                      0x00007fff91c94452 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff96b45f7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff91cfb41d +[NSException raise:format:] + 205
    3   Foundation                          0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
    4   Foundation                          0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
    5   Injection                           0x000000010f522adc Injection + 43740
    6   Injection                           0x000000010f5937ae Injection + 505774
    7   Injection                           0x000000010f51ad98 Injection + 11672
    8   Injection                           0x000000010f523294 Injection + 45716
    9   Foundation                          0x00007fff964f2e64 __NSThread__start__ + 1351
    10  libsystem_pthread.dylib             0x00007fff922fc99d _pthread_body + 131
    11  libsystem_pthread.dylib             0x00007fff922fc91a _pthread_body + 0
    12  libsystem_pthread.dylib             0x00007fff922fa351 thread_start + 13
)
2017-02-05 22:36:25.593 Injection[71606:2011326] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff91c94452 __exceptionPreprocess + 178
    1   libobjc.A.dylib                     0x00007fff96b45f7e objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff91cfb41d +[NSException raise:format:] + 205
    3   Foundation                          0x00007fff964e6f84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
    4   Foundation                          0x00007fff9657e0d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
    5   Injection                           0x000000010f522adc Injection + 43740
    6   Injection                           0x000000010f5937ae Injection + 505774
    7   Injection                           0x000000010f51ad98 Injection + 11672
    8   Injection                           0x000000010f523294 Injection + 45716
    9   Foundation                          0x00007fff964f2e64 __NSThread__start__ + 1351
    10  libsystem_pthread.dylib             0x00007fff922fc99d _pthread_body + 131
    11  libsystem_pthread.dylib             0x00007fff922fc91a _pthread_body + 0
    12  libsystem_pthread.dylib             0x00007fff922fa351 thread_start + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
If not licensed, this copy will expire on: 2017-02-26 12:48:43 +0000 1488113323.50831
johnno1962 commented 7 years ago

I think I know what the problem is here and have uploaded a new version 2.1 if you want to give it a try. http://johnholdsworth.com/injection.html

simpzan commented 7 years ago

it has been fixed. Thank you!

johnno1962 commented 7 years ago

Thanks for taking the time to file the report 👍

simpzan commented 7 years ago

my honor! :) and thank you for making and sharing this wonderful tool!

simpzan commented 7 years ago

Hi, there! I found that the injected() method will not be called when doing injection in 2.1 version.

johnno1962 commented 7 years ago

Seems to be working this end. Are you sure?

simpzan commented 7 years ago

https://github.com/simpzan/Escalade/blob/master/Escalade-macOS/MainMenuController.swift#L31-L36

this is my code, and when I click inject source, I only got the first print.

2017-02-08 18:36:40.874 Escalade-macOS[98993:3010692] +[BundleInjection load] 10.126.52.103 (see project's main.(m|mm)
2017-02-08 18:36:40.879 Escalade-macOS[98993:3010724] Injection attempting connection to: 127.0.0.1:31452
2017-02-08 18:36:40.882 Escalade-macOS[98993:3010724] Connected to "Injection" plugin, ready to load x86_64 code.
2017-02-08 18:36:42.372 Escalade-macOS[98993:3010692] Bartender: Loaded BartenderHelperTwoOneTwo
Compiling /Users/simpzan/repo/Escalade/Escalade-macOS/MainMenuController.swift
objc[98993]: Class _TtC14Escalade_macOS18MainMenuController is implemented in both /Users/simpzan/Library/Developer/Xcode/DerivedData/Escalade-dpcigypuvdmvriaglusxdxoytjxm/Build/Products/Debug/Escalade-macOS.app/Contents/MacOS/Escalade-macOS and /Users/simpzan/Library/Developer/Xcode/DerivedData/Escalade-dpcigypuvdmvriaglusxdxoytjxm/Build/Products/Debug/Escalade-macOS.app/Contents/InjectionBundle2.bundle/Contents/MacOS/InjectionBundle. One of the two will be used. Which one is undefined.
28 injections performed so far.
2017-02-08 18:36:45.814 Escalade-macOS[98993:3010692] Ignore any warning, Swizzled Escalade_macOS.MainMenuController 0x1058edac8 -> 0x100013540
I've been injected+: MainMenuController
johnno1962 commented 7 years ago

Are you saying this worked before and not in the new version? Instance level injected() is tricky to implement. There needs to be a path from the AppDelegate and and windows in the app to the instance you are injecting for it to locate objects to message.

simpzan commented 7 years ago

I got the instance injected() working in another project at the first attempt. But failed to get it work in this new project. Now I get it. Formerly, the object is only in the MainWindow.xib. I just add a reference to the object in AppDelegate obj, the - injected works now. :) Thank you for the clarification and support!

On Wed, Feb 8, 2017 at 7:35 PM, John Holdsworth notifications@github.com wrote:

Are you saying this worked before and not in the new version? Instance level injected() is tricky to implement. There needs to be a path from the AppDelegate and and windows in the app to the instance you are injecting for it to locate objects to message.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/200#issuecomment-278304102, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWX8gx89jcZqfe5HroGcu9IavBIfjzvks5raaiKgaJpZM4L3d-1 .