Proxmark / proxmark3

Proxmark 3
http://www.proxmark.org/
GNU General Public License v2.0
3.11k stars 903 forks source link

Issues with after --head flash #497

Closed Kaicastledine closed 5 years ago

Kaicastledine commented 6 years ago

Hello,

So I've had the USB power issues on mac as previously posted.

Went and reflashed using the --head brew install. (Uninstalled previous one first) image

image

Now I get the following issues - All tested with a Mifare S50

image

image

image

Any ideas or maybe a re-flash ?

Kaicastledine commented 6 years ago

Just rand a mifare-autopwn script and it's crashed the proxmark and rebooted it image

Kaicastledine commented 6 years ago

Atleast the USB power/performance issue seems to of gone :)

Kaicastledine commented 6 years ago

Some more inconstant HF search results, S50 card not moved image

Kaicastledine commented 6 years ago

This is with a different card - Magic UID image

Kaicastledine commented 6 years ago

LF search results in proxmark crash image

iceman1001 commented 6 years ago

That UID is sure much longer than 10 bytes... Congrats, I never seen such mess anytime and I'm good at breaking my pm3 client.

pwpiwi commented 6 years ago

Can you please provide the rest of the crash report as well (lines 13 and following)?

iceman1001 commented 6 years ago

for the UID, to break, and print 256 values, it needs uidlen to be 0xff, but uidlen is populated from usbcommand response. So I'm guessing but the iso14443a select, is sending wrong data.

around here: https://github.com/Proxmark/proxmark3/blob/master/armsrc/iso14443a.c#L2042

which would make sense since that one piece of code that recently been changed.

Kaicastledine commented 6 years ago

I've run the same commands using the same tag without issue on the stable build.

Indeed I thought it was a bit of a laugh last night.

I've re-flashed with the stable build and these issues go away but get the USB Power/performance issue over time.

Kaicastledine commented 6 years ago

Here is the crash reportProcess: proxmark3 [39630]

Path:                  /usr/local/bin/proxmark3
Identifier:            proxmark3
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        bash [34781]
Responsible:           proxmark3 [39630]
User ID:               501

Date/Time:             2017-11-29 18:59:03.665 +0000
OS Version:            Mac OS X 10.13.1 (17B48)
Report Version:        12
Anonymous UUID:        7887CD69-07E0-1A0F-1A9A-F0367945F7EC

Sleep/Wake UUID:       2C4D67FB-4ED7-4771-9DF6-6DDDFB3896B4

Time Awake Since Boot: 180000 seconds
Time Since Wake:       2900 seconds

System Integrity Protection: enabled

Crashed Thread:        2  WorkerThread

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

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

VM Regions Near 0:
--> 
    __TEXT                 00000001096a5000-000000010975a000 [  724K] r-x/rwx SM=COW  /usr/local/Cellar/proxmark3/HEAD-653e5ed/bin/proxmark3

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff78439e76 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff78439390 mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff50d125d5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation        0x00007fff50d11927 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation        0x00007fff50d10fa3 CFRunLoopRunSpecific + 483
5   com.apple.HIToolbox             0x00007fff50030866 RunCurrentEventLoopInMode + 286
6   com.apple.HIToolbox             0x00007fff500305d6 ReceiveNextEventCommon + 613
7   com.apple.HIToolbox             0x00007fff50030354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
8   com.apple.AppKit                0x00007fff4e32da23 _DPSNextEvent + 2085
9   com.apple.AppKit                0x00007fff4eac2e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
10  com.apple.AppKit                0x00007fff4e322831 -[NSApplication run] + 764
11  libqcocoa.dylib                 0x000000010dbab05d 0x10db84000 + 159837
12  org.qt-project.QtCore           0x000000010ae30d0e QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 398
13  org.qt-project.QtCore           0x000000010ae35621 QCoreApplication::exec() + 369
14  proxmark3                       0x00000001096fd709 ProxGuiQT::MainLoop() + 335
15  proxmark3                       0x00000001096a8982 main + 1204
16  libdyld.dylib                   0x00007fff782f3145 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff78439e76 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff78439390 mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff50d125d5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation        0x00007fff50d11927 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation        0x00007fff50d10fa3 CFRunLoopRunSpecific + 483
5   com.apple.AppKit                0x00007fff4e46b2d1 _NSEventThread + 184
6   libsystem_pthread.dylib         0x00007fff7857d6c1 _pthread_body + 340
7   libsystem_pthread.dylib         0x00007fff7857d56d _pthread_start + 377
8   libsystem_pthread.dylib         0x00007fff7857cc5d thread_start + 13

Thread 2 Crashed:: WorkerThread

Thread 3:
0   libsystem_kernel.dylib          0x00007fff78443142 __select + 10
1   proxmark3                       0x00000001096a8d30 uart_receive + 143
2   proxmark3                       0x00000001096a8439 uart_receiver + 95
3   libsystem_pthread.dylib         0x00007fff7857d6c1 _pthread_body + 340
4   libsystem_pthread.dylib         0x00007fff7857d56d _pthread_start + 377
5   libsystem_pthread.dylib         0x00007fff7857cc5d thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff784436da __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff7857d06a _pthread_wqthread + 1035
2   libsystem_pthread.dylib         0x00007fff7857cc4d start_wqthread + 13

Thread 2 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0xd3dbe4edf8ffffff  rcx: 0x000000813893ee00  rdx: 0x000000000000022b
  rdi: 0x0000000000000001  rsi: 0x00007fffffe00050  rbp: 0x00000000193f6ea5  rsp: 0x0000700002bf05d0
   r8: 0x000000000000004b   r9: 0xffffffff00000000  r10: 0x0000000109764ab8  r11: 0x0000000109764ac0
  r12: 0x0000000000087b7e  r13: 0x0000000000000000  r14: 0xa7adb2b5bbc0c7cd  r15: 0x0000000000000000
  rip: 0x0000000000000000  rfl: 0x0000000000010202  cr2: 0x0000000000000000

Logical CPU:     3
Error Code:      0x00000014
Trap Number:     14

Binary Images:
       0x1096a5000 -        0x109759fdf +proxmark3 (0) <803327FC-6E01-3045-8E3F-0ACA487BA087> /usr/local/bin/proxmark3
       0x109f24000 -        0x109f47ff3 +libreadline.7.dylib (0) <E16A5AF1-953F-3274-BFBA-725FD9973D8D> /usr/local/opt/readline/lib/libreadline.7.dylib
       0x10a059000 -        0x10a084fff +org.qt-project.QtPrintSupport (5.9 - 5.9.3) <57652DCC-6252-3B97-8DC5-865AFB8B9E9C> /usr/local/Cellar/qt/5.9.3/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10a106000 -        0x10a15098f  dyld (519.2.1) <CD85EFBA-B9D6-3FD5-B777-A23B2DDEF192> /usr/lib/dyld
       0x10a1a4000 -        0x10a5effff +org.qt-project.QtWidgets (5.9 - 5.9.3) <D7B3FE21-B24F-37E6-B4B9-96992DB5403C> /usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x10a74c000 -        0x10ab58feb +org.qt-project.QtGui (5.9 - 5.9.3) <3C92B4B6-FDF7-3E7C-BF6E-F9E6867F19EA> /usr/local/opt/qt/lib/QtGui.framework/Versions/5/QtGui
       0x10ac4c000 -        0x10b112fff +org.qt-project.QtCore (5.9 - 5.9.3) <EC7502C4-83F7-35D4-B30E-0A22156E3366> /usr/local/opt/qt/lib/QtCore.framework/Versions/5/QtCore
       0x10db84000 -        0x10dcd5fff +libqcocoa.dylib (0) <4299B431-9E1E-3EEA-BF46-24AF060287E0> /usr/local/Cellar/qt/5.9.3/plugins/platforms/libqcocoa.dylib
       0x10fc43000 -        0x110189fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.28.29 - 10.2.8) <A821435E-7C33-3068-94E5-E34B946769D1> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fff4ad1f000 -     0x7fff4ada3ff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.28.29 - 10.2.8) <06DD4EEF-4CC6-3602-89B3-FDD7375D0E1E> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff4cf12000 -     0x7fff4cf16ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <E5579A48-761F-3763-B924-2D1511935787> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff4d2b4000 -     0x7fff4d2b4fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff4d2b5000 -     0x7fff4d2cbfe3  libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff4d2cc000 -     0x7fff4d7cafc3  com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4d7cb000 -     0x7fff4d925fcb  libBLAS.dylib (1211.20.1) <B70FC2EE-0859-39DB-927E-0020AE96907F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4d926000 -     0x7fff4d953fef  libBNNS.dylib (32) <9CA15DC6-004A-32FD-BFCA-F5D488012C43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff4d954000 -     0x7fff4dd14ff7  libLAPACK.dylib (1211.20.1) <04B937A4-D0E7-33C8-A1C3-2724AD4FAB2F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4dd15000 -     0x7fff4dd2aff7  libLinearAlgebra.dylib (1211.20.1) <355307DE-82A5-32A3-8AC6-603D90E99601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff4dd2b000 -     0x7fff4dd30ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4dd31000 -     0x7fff4dd8ffff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4dd90000 -     0x7fff4dda3fff  libSparseBLAS.dylib (1211.20.1) <9C7AB67B-5BFD-3571-8D90-312D1DB10098> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff4dda4000 -     0x7fff4df50fc3  libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff4df51000 -     0x7fff4e001fef  libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4e002000 -     0x7fff4e002fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4e2ec000 -     0x7fff4f147ff7  com.apple.AppKit (6.9 - 1561.10.101) <AC5C259A-615C-3929-8586-0BC920696AFA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff4f199000 -     0x7fff4f199fff  com.apple.ApplicationServices (48 - 50) <3EB38526-9975-36C9-BADC-F9019A608267> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff4f19a000 -     0x7fff4f200fff  com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff4f299000 -     0x7fff4f3bbff7  libFontParser.dylib (222.1.1) <56C57A24-6A6A-3F32-8E40-5BFA4DA4B04D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff4f3bc000 -     0x7fff4f406ff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff4f4ab000 -     0x7fff4f4deff7  libTrueTypeScaler.dylib (222.1.1) <29514976-A984-3815-A4BB-F1E22F6742ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff4f548000 -     0x7fff4f54cff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff4f5ec000 -     0x7fff4f63eff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff4f63f000 -     0x7fff4f64dfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff4f64e000 -     0x7fff4f69afff  com.apple.print.framework.PrintCore (13 - 503) <BC23C22A-7691-3BD4-8013-BAAE3A44763C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff4f69b000 -     0x7fff4f6d5fff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff4f6d6000 -     0x7fff4f6e2fff  com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) <C8AACF93-9FF5-32FE-A448-E174702509FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff4f6e3000 -     0x7fff4f96bff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6894F95E-63B4-3484-A428-2963FB9BFEF9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4f96d000 -     0x7fff4f96dfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <FE0BC0EC-6353-34B5-8479-B33D6ED7EE5B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4fc83000 -     0x7fff4ffe7fff  com.apple.CFNetwork (889.9 - 889.9) <AD7E1066-F856-314B-A0E0-3CDA012F4AFF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4fffc000 -     0x7fff4fffcfff  com.apple.Carbon (158 - 158) <C34E5FF0-4FDA-35F1-85C2-FDAC4EDE8331> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff4fffd000 -     0x7fff50000ffb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff50001000 -     0x7fff50305ff7  com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff50306000 -     0x7fff50309ffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff5030a000 -     0x7fff5030ffff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff50310000 -     0x7fff503a5ffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff503a6000 -     0x7fff503c0ff7  com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff503e1000 -     0x7fff503e2fff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff503e3000 -     0x7fff503e5ff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff503e6000 -     0x7fff503ecfff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff50506000 -     0x7fff505bfff7  com.apple.ColorSync (4.13.0 - 544) <E959C37C-099B-3DD8-AB3B-67F0625939F7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff5074a000 -     0x7fff507ddff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff50844000 -     0x7fff5086dffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff5086e000 -     0x7fff50bbffeb  com.apple.CoreData (120 - 847.1) <9B5E7B0B-1957-3D56-99CA-6422123D300C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff50bc0000 -     0x7fff50c8bfff  com.apple.CoreDisplay (1.0 - 79.8) <094FFB53-C609-3925-B933-CCF0AD2B695B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff50c8c000 -     0x7fff5112bfef  com.apple.CoreFoundation (6.9 - 1445.12) <C01736CF-D425-316C-A984-C8AF46EAD8CD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff5112d000 -     0x7fff51739fef  com.apple.CoreGraphics (2.0 - 1125.3.4) <AF7EE79B-5FA8-3C8C-B537-B3F35D0904AA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff5173b000 -     0x7fff51a33ffb  com.apple.CoreImage (13.0.0 - 579.1.3) <92A69430-A484-37F7-B9D1-D065137D34EF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff51dcd000 -     0x7fff51dcdfff  com.apple.CoreServices (822.9 - 822.9) <F56B0D43-BD84-3214-AB01-346BD33C9583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff51dce000 -     0x7fff51e42ff7  com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff51e43000 -     0x7fff5211aff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff5211b000 -     0x7fff5214fff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff52150000 -     0x7fff52158ff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff52159000 -     0x7fff52310fff  com.apple.LaunchServices (822.9 - 822.9) <E181C2C2-7283-3653-8E19-DA69EBE529E7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff52311000 -     0x7fff523c0ff3  com.apple.Metadata (10.7.0 - 1191.1) <0BB6AAA9-4185-3DBF-A93C-1787353FEBC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff523c1000 -     0x7fff5241eff7  com.apple.CoreServices.OSServices (822.9 - 822.9) <C91ABD5F-1FE3-3108-AB5E-BF90D56D1F55> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff5241f000 -     0x7fff5248dfff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff5248e000 -     0x7fff524b2ffb  com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff5274c000 -     0x7fff5289aff3  com.apple.CoreText (352.0 - 578.7) <B47CD5A5-47E8-3B07-A37D-A82E389405C4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff5289b000 -     0x7fff528d5fff  com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff528d6000 -     0x7fff52960ffb  com.apple.framework.CoreWLAN (13.0 - 1335) <CC027E31-E925-3682-9E47-93DBBB4F8445> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff52aed000 -     0x7fff52af8ff7  com.apple.DirectoryService.Framework (10.13 - 207) <B50F66C6-52D9-38CA-A56E-54298E51F0AD> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff52af9000 -     0x7fff52bb3fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <2094BAC4-4F37-3741-B9BD-60158A63C503> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff52bda000 -     0x7fff52bdffff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff52da0000 -     0x7fff53163fff  com.apple.Foundation (6.9 - 1443.14) <70D20A4F-74BC-34D6-8451-DF943C5AA42F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff531d3000 -     0x7fff53203ff7  com.apple.GSS (4.0 - 2.0) <EA4ADB9D-FB33-3D20-BE11-7F833988FDD9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff53314000 -     0x7fff53417ffb  com.apple.Bluetooth (6.0.0 - 6.0.1f1) <7C3FBAE9-F2A8-319E-88D9-16250E0B36F9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff53477000 -     0x7fff53512fff  com.apple.framework.IOKit (2.0.2 - 1445.20.1) <3316799C-14BC-366E-8A58-67485E5CD69E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff53514000 -     0x7fff5351affb  com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff5356f000 -     0x7fff536e2fe7  com.apple.ImageIO.framework (3.3.0 - 1694.5) <45F9DB28-AF9E-388A-AA8C-B1D384A5C46E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff536e3000 -     0x7fff536e7ffb  libGIF.dylib (1694.5) <91E5099B-E916-31DC-B11B-BA0D097C6492> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff536e8000 -     0x7fff537cffef  libJP2.dylib (1694.5) <149E77A9-FECC-3716-8CE2-7853D038EE62> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff537d0000 -     0x7fff537f3ff7  libJPEG.dylib (1694.5) <9DBAEA95-BED3-3D4B-9BFF-FE6D9F6238D6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff53acf000 -     0x7fff53af5feb  libPng.dylib (1694.5) <8F65CAA8-48FC-37BA-AF66-C3261900C60A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff53af6000 -     0x7fff53af8ffb  libRadiance.dylib (1694.5) <7BF9D344-799F-3DFA-AB0C-666282CADA41> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff53af9000 -     0x7fff53b46fff  libTIFF.dylib (1694.5) <0494DA5F-610E-3C8A-A5F1-C43AD585F403> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff5487d000 -     0x7fff54896ff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff54897000 -     0x7fff548ccfff  com.apple.LDAPFramework (2.4.28 - 194.5) <8419BDB5-12DF-3BC9-871D-7A270E080249> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff551db000 -     0x7fff5525aff7  com.apple.Metal (123.3.5 - 123.3.5) <C158CADB-0722-37D8-84CE-B6B4E80B9768> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff55275000 -     0x7fff5528afff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D3685A4F-533C-39A6-80B6-7CCA49234329> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff5528b000 -     0x7fff552f5fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff552f6000 -     0x7fff55315fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff55316000 -     0x7fff5538cff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <A4E950B8-380B-3561-8EA4-5C07C3F43816> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff5538d000 -     0x7fff5538dff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff56398000 -     0x7fff563a4ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff591fb000 -     0x7fff59203fef  libcldcpuengine.dylib (2.8.7) <DD781325-D94E-3AD7-8D6C-817FB3068917> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff59204000 -     0x7fff59251ffb  com.apple.opencl (2.8.11 - 2.8.11) <5C8205DF-43F1-3189-93DE-2E340C9A53B8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff59252000 -     0x7fff5926effb  com.apple.CFOpenDirectory (10.13 - 207) <33490A70-08A6-3849-BE79-CAE90E298872> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff5926f000 -     0x7fff5927afff  com.apple.OpenDirectory (10.13 - 207) <3081EE64-A69D-3153-8433-C9333D416BF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff5a3f9000 -     0x7fff5a3fbfff  libCVMSPluginSupport.dylib (16.2.1) <1CFE33C5-137B-32EF-8507-5A5484115B55> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff5a3fc000 -     0x7fff5a3ffff7  libCoreFSCache.dylib (160.9) <FF64C4CC-F262-3176-B06A-632C47CD636B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff5a400000 -     0x7fff5a404fff  libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5a405000 -     0x7fff5a40dfff  libGFXShared.dylib (16.2.1) <8A527D8B-1111-3E1B-8083-D5BBB8D15AA5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff5a40e000 -     0x7fff5a419fff  libGL.dylib (16.2.1) <1C64ADD9-1BF9-3ED9-A492-077D7A322917> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff5a41a000 -     0x7fff5a455fe7  libGLImage.dylib (16.2.1) <81442ED9-FA9E-32EF-9597-B8EDC29564D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff5a456000 -     0x7fff5a5c2fff  libGLProgrammability.dylib (16.2.1) <F118EA0E-D21E-3500-B821-CB3246C3B4B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff5a5c3000 -     0x7fff5a601ffb  libGLU.dylib (16.2.1) <D9E8DAE9-51E8-3237-BCD5-D554C823738B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff5af79000 -     0x7fff5af87ffb  com.apple.opengl (16.2.1 - 16.2.1) <66266ABC-2655-337C-AC64-955A16A8FCBB> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff5af88000 -     0x7fff5b11fffb  GLEngine (16.2.1) <53D5DCDE-77AA-38C6-8D9F-C3585765EB43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff5b120000 -     0x7fff5b148ffb  GLRendererFloat (16.2.1) <92D33086-74FF-304B-B2FE-D9F9A4D29122> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff5bddb000 -     0x7fff5c01efff  com.apple.QuartzCore (1.11 - 574.10.7) <556DE20F-0F03-31C9-B5EC-CDE82D8879BA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff5c853000 -     0x7fff5cb6eff7  com.apple.security (7.0 - 58286.20.16) <ED7F62C8-4E61-34E0-9F1B-59DE4B8BD334> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff5cb6f000 -     0x7fff5cbf8ff7  com.apple.securityfoundation (6.0 - 55185.1.1) <4048FFF8-A5BE-37FE-AAA8-4E00E4C733BE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff5cc27000 -     0x7fff5cc2affb  com.apple.xpc.ServiceManagement (1.0 - 1) <480072A0-FCE2-3A90-86D9-BAA21EC33F3F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5cfce000 -     0x7fff5d03effb  com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5fc03000 -     0x7fff5fc8efeb  com.apple.APFS (1.0 - 1) <38DC700C-4232-3EE1-B092-13800457678E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff6086f000 -     0x7fff60897fff  com.apple.framework.Apple80211 (13.0 - 1335) <335EE09E-40E4-344C-AED9-5E59E309F8FE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff60899000 -     0x7fff608a8fef  com.apple.AppleFSCompression (96.1.1 - 1.0) <B24CC74D-7B69-3313-9DC1-8E8B3E9EEBA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff609e2000 -     0x7fff60a2afff  com.apple.AppleJPEG (1.0 - 1) <DCAB2588-8879-3A64-87EA-EAA770BA1ADB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff60a5c000 -     0x7fff60a64ff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff60a65000 -     0x7fff60a8dfff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff6124c000 -     0x7fff61253ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff61254000 -     0x7fff612dbff7  com.apple.backup.framework (1.9.1 - 1.9.1) <0024C0A2-C57F-3F62-B0EA-D80264697B90> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff62c34000 -     0x7fff62c3dffb  com.apple.CommonAuth (4.0 - 2.0) <F9A7C82E-197F-382E-B854-3DCE83FD6DA3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff634d6000 -     0x7fff634dfff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0A87A91C-A2CF-3BB1-9038-7F610111BC30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff63643000 -     0x7fff63653ff7  com.apple.CoreEmoji (1.0 - 69.2.4) <7FB592BF-FAA2-3290-8B04-28BCEA49F519> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff64518000 -     0x7fff64549ff3  com.apple.CoreServicesInternal (309 - 309) <CB3D74CC-1568-3E66-8015-2A3D11BCAF21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff6486e000 -     0x7fff648fffff  com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff64982000 -     0x7fff64ab6fd7  com.apple.coreui (2.1 - 489) <C4AA981A-A1DC-3F65-84DF-228F4007AE6B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff64ab7000 -     0x7fff64bb0ffb  com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff64c05000 -     0x7fff64c69fff  com.apple.framework.CoreWiFi (13.0 - 1335) <4244427A-5662-3B38-BF08-C4510FCFBB12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff64c6a000 -     0x7fff64c79ff7  com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff64cf6000 -     0x7fff64d05ff7  com.apple.framework.DFRFoundation (1.0 - 189.1) <C7DE4082-6AC1-3971-AAC7-979E33C9D0F1> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff64d08000 -     0x7fff64d0cffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff64d93000 -     0x7fff64e09ff7  com.apple.datadetectorscore (7.0 - 590) <9DBE71C0-BF62-3E8E-9465-C0B45669B047> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff64e57000 -     0x7fff64e97ff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff64e98000 -     0x7fff64fc1fff  com.apple.desktopservices (1.12.1 - 1.12.1) <E00E237A-CB67-3ABC-BAE2-41CE7AA5C4B8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff650b1000 -     0x7fff65183ff7  com.apple.DiskImagesFramework (480.1.2 - 480.1.2) <BB71DB98-AEA9-3D52-9B45-DA77F41BEDCE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff65184000 -     0x7fff651fafff  com.apple.DiskManagement (11.1 - 1315) <AF69177A-D254-39B1-A2BE-8573D2391AE2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff6528d000 -     0x7fff6528fff7  com.apple.EFILogin (2.0 - 2) <D8931082-A926-36BB-BCB0-189A0BB42BC0> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff65d1e000 -     0x7fff6614cfff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff67da8000 -     0x7fff67da8fff  libmetal_timestamp.dylib (802.1.35) <73D8B306-6321-30DB-8522-819344E19AF8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff69408000 -     0x7fff69413ff7  libGPUSupportMercury.dylib (16.2.1) <2F5484E5-E49D-3CFD-AFF6-D959B958DC26> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff6a14c000 -     0x7fff6a15bfff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6a1d3000 -     0x7fff6a247fff  com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6aae8000 -     0x7fff6aaefffb  com.apple.IOAccelerator (374.1 - 374.1) <DD7ACD4F-F908-3ED8-A144-4091AA3C85BE> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6aaf3000 -     0x7fff6ab09ff7  com.apple.IOPresentment (1.0 - 32.1) <23542804-9605-3458-9468-22B0DE738E21> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6aec8000 -     0x7fff6aeedffb  com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6b17f000 -     0x7fff6b274fff  com.apple.LanguageModeling (1.0 - 159.2.1) <CC4069FF-BF5C-30F5-98F5-D6F746C5AA04> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff6b275000 -     0x7fff6b2b7ff7  com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6b2bb000 -     0x7fff6b2c2ff7  com.apple.LinguisticData (1.0 - 238.2.2) <0C53E8E4-5BB6-377E-BD74-DDC3B548D699> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff6b3a7000 -     0x7fff6b3acfff  com.apple.LoginUICore (4.0 - 4.0) <CE233A08-8A19-3164-997F-9FADD99ED81B> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff6bbed000 -     0x7fff6bc20ff7  com.apple.MediaKit (16 - 864) <D49D06BC-8A91-3171-B050-402AAA556A7C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff6be9d000 -     0x7fff6bf04ff7  com.apple.gpusw.MetalTools (1.0 - 1) <A9C560B2-2830-3CC3-8069-128F8D7B8B85> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6c11a000 -     0x7fff6c142ff7  com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff6c3a6000 -     0x7fff6c3b1fff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6dba4000 -     0x7fff6dbe4ffb  com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff6f957000 -     0x7fff6f9a6ff3  com.apple.ProtectedCloudStorage (1.0 - 1) <7660AC05-E899-3AC9-91F2-0F24905DA946> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff6f9a7000 -     0x7fff6f9c5fff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6fb96000 -     0x7fff6fbb9ffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff714be000 -     0x7fff715c2ff7  com.apple.Sharing (933.2 - 933.2) <21CB05ED-E038-34E7-865E-9656DEC83763> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff715ec000 -     0x7fff715edfff  com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff722e6000 -     0x7fff7257efff  com.apple.SkyLight (1.600.0 - 312.11) <75F0EBAD-AF87-3125-B5D0-752278352FEC> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff72d2b000 -     0x7fff72d38ff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff738c5000 -     0x7fff73949fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff73c0a000 -     0x7fff73c36fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <DF2C8176-CCCC-3F9A-8D57-14B1C243C42E> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff73e34000 -     0x7fff73e3bff3  com.apple.TCC (1.0 - 1) <9E54D9D2-FCBE-39EF-BAD5-4C2C41DA0D36> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff74042000 -     0x7fff74103ff7  com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff741a7000 -     0x7fff741a8fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff741ae000 -     0x7fff7435dfff  com.apple.UIFoundation (1.0 - 545) <36B09831-2916-3CE3-BD68-2D304BA7CDEF> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff75022000 -     0x7fff750f1fff  com.apple.ViewBridge (341.1 - 341.1) <53A2272D-E834-3A48-829B-D71E05B9E714> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff75a80000 -     0x7fff75a82ffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff75a83000 -     0x7fff75a98fff  com.apple.login (3.0 - 3.0) <140118A7-8FB9-35C5-92FA-BD79C9C32309> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff75be6000 -     0x7fff75c19fff  libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib
    0x7fff75cb8000 -     0x7fff75cf1ff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff75cf2000 -     0x7fff75cfdfff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff75cfe000 -     0x7fff75d8bff7  libCoreStorage.dylib (546) <B495D87B-FE21-3C14-9017-F02D9CA226D5> /usr/lib/libCoreStorage.dylib
    0x7fff75d8f000 -     0x7fff75d90ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff75dc7000 -     0x7fff75f91ff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff75fc9000 -     0x7fff75fc9fff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff760f3000 -     0x7fff760f7ffb  libScreenReader.dylib (562.1.3) <17789E85-9B19-383D-B253-4D7F298378F5> /usr/lib/libScreenReader.dylib
    0x7fff760f8000 -     0x7fff760f9ff3  libSystem.B.dylib (1252) <C5473FF4-E5A9-31D3-83F9-094D8A76C31F> /usr/lib/libSystem.B.dylib
    0x7fff7618c000 -     0x7fff7618cfff  libapple_crypto.dylib (109.20.5) <71AE014E-4C98-3868-9EE8-2A3F23536B41> /usr/lib/libapple_crypto.dylib
    0x7fff7618d000 -     0x7fff761a3ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff761a4000 -     0x7fff761ceff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff761cf000 -     0x7fff76250fdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff76254000 -     0x7fff76254ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff76255000 -     0x7fff76309ff7  libboringssl.dylib (109.20.5) <A1CC732C-B0AC-35FA-8DE0-03CF4BA67F5A> /usr/lib/libboringssl.dylib
    0x7fff7630a000 -     0x7fff7631aff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff7631b000 -     0x7fff76328ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff76329000 -     0x7fff7637ffff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff76380000 -     0x7fff763a4ff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff763a6000 -     0x7fff763b6fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff763b7000 -     0x7fff763cdfff  libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib
    0x7fff76675000 -     0x7fff7668dff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff7668e000 -     0x7fff7668fffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff76828000 -     0x7fff769b8fff  libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib
    0x7fff76b53000 -     0x7fff76b5eff7  libcsfde.dylib (546) <B6F6340A-F874-38BD-A7BB-FFADEBA54789> /usr/lib/libcsfde.dylib
    0x7fff76b5f000 -     0x7fff76bb5ff3  libcups.2.dylib (462.1) <4F4F85FD-D907-3D51-A3F0-2A239E165A07> /usr/lib/libcups.2.dylib
    0x7fff76be0000 -     0x7fff76c34ffb  libcurl.4.dylib (105.20.2) <FF16E64B-42B5-3BC2-A2A3-D63177560F4B> /usr/lib/libcurl.4.dylib
    0x7fff76cf3000 -     0x7fff76cf3fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff76d2a000 -     0x7fff76d2fffb  libheimdal-asn1.dylib (520) <D968FE68-7770-3AEA-BFEB-3F7F4CB10DDC> /usr/lib/libheimdal-asn1.dylib
    0x7fff76d5b000 -     0x7fff76e4cff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff76e4d000 -     0x7fff77074ffb  libicucore.A.dylib (59131.0.1) <3EA7567C-0A0C-3052-BC3C-DDB05A5679A7> /usr/lib/libicucore.A.dylib
    0x7fff770c1000 -     0x7fff770c2fff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff770c3000 -     0x7fff770dcffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff770dd000 -     0x7fff770f3ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff771a4000 -     0x7fff773ccff7  libmecabra.dylib (779.5.3) <1F81DB66-4EEE-3B14-BA15-4930546C94D4> /usr/lib/libmecabra.dylib
    0x7fff773d1000 -     0x7fff77401ffb  libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
    0x7fff775a4000 -     0x7fff7767aff7  libnetwork.dylib (1229.21.1) <9998359C-3A37-3ED0-8CFC-C095C99F2102> /usr/lib/libnetwork.dylib
    0x7fff776f0000 -     0x7fff77ade7e7  libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib
    0x7fff77adf000 -     0x7fff77ae0ff7  libodfde.dylib (24) <1BBC519E-EF89-38F3-B226-70F086670D0F> /usr/lib/libodfde.dylib
    0x7fff77af1000 -     0x7fff77af5fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff77af8000 -     0x7fff77b2cfff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff77bac000 -     0x7fff77bc8ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff77c03000 -     0x7fff77c15fff  libsasl2.2.dylib (211) <D9E281A2-D7BA-32CD-8B96-54972B1D9E66> /usr/lib/libsasl2.2.dylib
    0x7fff77c18000 -     0x7fff77dadfef  libsqlite3.dylib (274.1) <075468C1-75CE-318F-9E9B-F62B6A88E1B3> /usr/lib/libsqlite3.dylib
    0x7fff77e09000 -     0x7fff77e5cffb  libssl.35.dylib (22) <4D77B502-E065-3794-90E7-39E83F9683F6> /usr/lib/libssl.35.dylib
    0x7fff77f7d000 -     0x7fff77fb6ffb  libusrtcp.dylib (1229.21.1) <ED5D440E-6BE6-3AF3-817B-4D0BA2E53EDE> /usr/lib/libusrtcp.dylib
    0x7fff77fb7000 -     0x7fff77fbaffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff77fbb000 -     0x7fff77fc8fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff77fcc000 -     0x7fff780b3fff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff780b4000 -     0x7fff780dcfff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff780dd000 -     0x7fff780efffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff7818c000 -     0x7fff78190ff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff78191000 -     0x7fff7819bff3  libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7819c000 -     0x7fff781a3fff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff781a4000 -     0x7fff781acfff  libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib
    0x7fff781ad000 -     0x7fff78231ff7  libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib
    0x7fff782b8000 -     0x7fff782f1ff7  libdispatch.dylib (913.20.5) <389EBBCD-3AA2-3340-AA48-4FBF621401BD> /usr/lib/system/libdispatch.dylib
    0x7fff782f2000 -     0x7fff7830fff7  libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib
    0x7fff78310000 -     0x7fff78310ffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff78311000 -     0x7fff7831dff3  libkxld.dylib (4570.20.62) <E82BC0F8-C51D-3BB2-A0EB-B7899CD6606C> /usr/lib/system/libkxld.dylib
    0x7fff7831e000 -     0x7fff7831eff7  liblaunch.dylib (1205.20.31) <0089D38D-868D-3748-A032-934AAE679F0D> /usr/lib/system/liblaunch.dylib
    0x7fff7831f000 -     0x7fff78323ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff78324000 -     0x7fff78326ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff78327000 -     0x7fff78328ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff78329000 -     0x7fff78340fff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff78341000 -     0x7fff78341fff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff78342000 -     0x7fff783cbff7  libsystem_c.dylib (1244.20.1) <E0A0A865-AFE5-3230-B535-772D3177D093> /usr/lib/system/libsystem_c.dylib
    0x7fff783cc000 -     0x7fff783cfffb  libsystem_configuration.dylib (963) <D7EFEAE6-22A0-348E-BBBE-44FFD41934FA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff783d0000 -     0x7fff783d3ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff783d4000 -     0x7fff783d5fff  libsystem_darwin.dylib (1244.20.1) <4E340966-7DE7-38C4-8408-3708E592C21D> /usr/lib/system/libsystem_darwin.dylib
    0x7fff783d6000 -     0x7fff783dcff7  libsystem_dnssd.dylib (878.20.3) <AB5B8E5E-75CD-3695-B89B-77DF73E3EDB1> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff783dd000 -     0x7fff78426ff7  libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib
    0x7fff78427000 -     0x7fff7844cff7  libsystem_kernel.dylib (4570.20.62) <77865ABA-D9CA-31D5-B484-560660CAB07D> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7844d000 -     0x7fff78498fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff78499000 -     0x7fff784b8fff  libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff784b9000 -     0x7fff7855cff3  libsystem_network.dylib (1229.21.1) <ECB15E1D-5D02-3B79-9C64-64BAAC808278> /usr/lib/system/libsystem_network.dylib
    0x7fff7855d000 -     0x7fff78567ffb  libsystem_networkextension.dylib (767.20.1) <27F139B6-3250-345D-8495-7C22A00BC488> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff78568000 -     0x7fff78571ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff78572000 -     0x7fff78579ff7  libsystem_platform.dylib (161.20.1) <9090E7AA-5F8F-31BA-8476-7B7122CC82BC> /usr/lib/system/libsystem_platform.dylib
    0x7fff7857a000 -     0x7fff78585fff  libsystem_pthread.dylib (301.20.1) <8AF70211-A670-3CC7-AE24-EFE9F1C2B1E5> /usr/lib/system/libsystem_pthread.dylib
    0x7fff78586000 -     0x7fff78589ff3  libsystem_sandbox.dylib (765.21.1) <FAC0DA75-892E-3161-9D6A-2F999D8519B6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7858a000 -     0x7fff7858bff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7858c000 -     0x7fff78593ff7  libsystem_symptoms.dylib (820.20.3) <4439B818-4C84-30E9-91B5-B7766FA74650> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff78594000 -     0x7fff785a7ff7  libsystem_trace.dylib (829.20.1) <878582CE-0647-31DD-92C3-AFCD5C3A714D> /usr/lib/system/libsystem_trace.dylib
    0x7fff785a9000 -     0x7fff785aeff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff785af000 -     0x7fff785dbff7  libxpc.dylib (1205.20.31) <58676E88-35FD-3CF3-99BB-2A82E09F8058> /usr/lib/system/libxpc.dylib

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 10.2M        4 
CG image                           104K        5 
CoreAnimation                       68K        7 
CoreGraphics                         8K        2 
CoreImage                           24K        3 
CoreUI image data                 2468K       14 
CoreUI image file                  180K        3 
Dispatch continuations            16.0M        2 
Foundation                         776K        3 
Kernel Alloc Once                    8K        2 
MALLOC                           127.1M       34 
MALLOC guard page                   48K       13 
Memory Tag 242                      12K        2 
STACK GUARD                       56.0M        6 
Stack                             10.0M        6 
VM_ALLOCATE                         80K       11 
__DATA                            31.0M      260 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       191.6M       11 
__TEXT                           162.2M      259 
__UNICODE                          560K        2 
mapped file                       52.7M       22 
shared memory                     1828K       15 
===========                     =======  ======= 
TOTAL                            665.8M      668 

Model: MacBookPro11,2, BootROM MBP112.0142.B00, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.37.2.1a3)
Bluetooth: Version 6.0.0f1, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: PM3
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
pwpiwi commented 6 years ago

I've run the same commands using the same tag without issue on the stable build.

What does that mean? The issue is gone? Or is "stable build" another version?

Kaicastledine commented 6 years ago

Not using the --head version the proxmark doesnt have the same issues.

Only when using the --head version do I get those bugs

Kaicastledine commented 6 years ago

More specifically

for stable release

brew install proxmark3
for latest non-stable from GitHub (use this if previous command fails)

brew install --HEAD proxmark3
pwpiwi commented 6 years ago

There are nearly 200 commits between those versions. Can you narrow it down?

Kaicastledine commented 6 years ago

At work atm, what's the best way to check and I will post it this evening.

pwpiwi commented 6 years ago

Frankly I don't know if this can be achieved with homebrew.

On a commandline I would checkout version after version going back from HEAD. Compile and test until it works as expected.

Kaicastledine commented 6 years ago

Sure will see what the results are and send them over.

pwpiwi commented 6 years ago

@Kaicastledine: are you still on? Is your issue gone? If not, can you please test PR #558 if it helps?

Kaicastledine commented 6 years ago

Hello, Yes never got far with testing previously.

Will get that tested and come back to you, thanks :)

Kaicastledine commented 6 years ago

Finally updated it ! Will get it tested this week and report back.

Kaicastledine commented 6 years ago

Right so issues when scanning mifare s50

proxmark3> hf search

Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
No chinese magic backdoor command detected          
PRNG UID: Reply timeout.          
Prng detection error.         

when scanning EM4xxx ( crashed proxmark)

proxmark3> lf search
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
command execution time out          
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

Segmentation fault: 11
KCMP:HEAD-51d51c6 kaic$ 

only a couple of quick tests and the proxmark crashed and shutdown so I will try some more soon and see what's going on.

iceman1001 commented 6 years ago

@Kaicastledine your email? or send me a mail on iceman @@ iuse se ..

pwpiwi commented 6 years ago

There are some indications that the issue is with the Qt integration. Does commit 36b1cd work for you?

Kaicastledine commented 6 years ago

Just emailed you iceman, Ill check it out now

Kaicastledine commented 6 years ago

@pwpiwi Can't seem to find 36b1cd , can you post a link to the commit please ?

pwpiwi commented 6 years ago

Sure: https://github.com/Proxmark/proxmark3/commit/36b1cdd1b4064e1a506b5bab0d00e61b91cb10b2

Kaicastledine commented 6 years ago

Right so still running

Just re-did a few commands before making any changes. Starts timing out on the bottom after a few commands run.

KCMP:Pentest kaic$ Proxmark3 /dev/cu.usbmodem1421
Prox/RFID mark3 RFID instrument          
bootrom: master/-suspect 2018-03-13 17:25:16
os: master/-suspect 2018-03-13 17:25:18
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/10/27 at 08:30:59

uC: AT91SAM7S512 Rev B          
Embedded Processor: ARM7TDMI          
Nonvolatile Program Memory Size: 512K bytes. Used: 200083 bytes (38). Free: 324205 bytes (62).          
Second Nonvolatile Program Memory Size: None          
Internal SRAM Size: 64K bytes          
Architecture Identifier: AT91SAM7Sxx Series          
Nonvolatile Program Memory Type: Embedded Flash Memory          
proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
Command timed out

Then I ran LF search again and got a crash.

image

Process:               proxmark3 [41469]
Path:                  /usr/local/bin/Proxmark3
Identifier:            proxmark3
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        bash [14340]
Responsible:           proxmark3 [41469]
User ID:               501

Date/Time:             2018-03-18 14:59:11.548 +0000
OS Version:            Mac OS X 10.13.3 (17D102)
Report Version:        12
Anonymous UUID:        7887CD69-07E0-1A0F-1A9A-F0367945F7EC

Sleep/Wake UUID:       F10DF0F7-A9FF-4FA6-8EB4-C59B0F319758

Time Awake Since Boot: 140000 seconds
Time Since Wake:       1600 seconds

System Integrity Protection: enabled

Crashed Thread:        2  WorkerThread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

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

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff6ce3a7c2 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff6ce39cdc mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff453e2575 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation        0x00007fff453e18c7 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation        0x00007fff453e0f43 CFRunLoopRunSpecific + 483
5   com.apple.HIToolbox             0x00007fff446f8e26 RunCurrentEventLoopInMode + 286
6   com.apple.HIToolbox             0x00007fff446f8b96 ReceiveNextEventCommon + 613
7   com.apple.HIToolbox             0x00007fff446f8914 _BlockUntilNextEventMatchingListInModeWithFilter + 64
8   com.apple.AppKit                0x00007fff429c3f5f _DPSNextEvent + 2085
9   com.apple.AppKit                0x00007fff43159b4c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
10  com.apple.AppKit                0x00007fff429b8d6d -[NSApplication run] + 764
11  libqcocoa.dylib                 0x0000000108bb08dd 0x108b87000 + 170205
12  org.qt-project.QtCore           0x0000000105c7b2be QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 398
13  org.qt-project.QtCore           0x0000000105c7fe91 QCoreApplication::exec() + 369
14  Proxmark3                       0x0000000104765899 ProxGuiQT::MainLoop() + 335
15  Proxmark3                       0x0000000104707252 main + 1204
16  libdyld.dylib                   0x00007fff6ccf4115 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff6ce3a7c2 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff6ce39cdc mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff453e2575 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation        0x00007fff453e18c7 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation        0x00007fff453e0f43 CFRunLoopRunSpecific + 483
5   com.apple.AppKit                0x00007fff42b013c8 _NSEventThread + 184
6   libsystem_pthread.dylib         0x00007fff6cf7f6c1 _pthread_body + 340
7   libsystem_pthread.dylib         0x00007fff6cf7f56d _pthread_start + 377
8   libsystem_pthread.dylib         0x00007fff6cf7ec5d thread_start + 13

Thread 2 Crashed:: WorkerThread
0   libsystem_kernel.dylib          0x00007fff6ce39c9f mach_absolute_time + 72
1   ???                             0xfbffffffffffffff 0 + 18158513697557839871

Thread 3:
0   libsystem_kernel.dylib          0x00007fff6ce43fca __select + 10
1   Proxmark3                       0x0000000104707600 uart_receive + 143
2   Proxmark3                       0x0000000104706d09 uart_receiver + 95
3   libsystem_pthread.dylib         0x00007fff6cf7f6c1 _pthread_body + 340
4   libsystem_pthread.dylib         0x00007fff6cf7f56d _pthread_start + 377
5   libsystem_pthread.dylib         0x00007fff6cf7ec5d thread_start + 13

Thread 4:
0   libsystem_pthread.dylib         0x00007fff6cf7ec40 start_wqthread + 0
1   ???                             0x0000400000000000 0 + 70368744177664

Thread 2 crashed with X86 Thread State (64-bit):
  rax: 0x00008386eeefca48  rbx: 0x000070000260f5d8  rcx: 0x0000000074a20c13  rdx: 0x0000000000000178
  rdi: 0x0000000000000006  rsi: 0x00007fffffe00050  rbp: 0xffffffffffffffff  rsp: 0x000070000260f598
   r8: 0x0000000000000017   r9: 0xffffffff00000000  r10: 0x00000001047cf278  r11: 0x00000001047cf280
  r12: 0x000000000002306c  r13: 0x0000000000000000  r14: 0x000070000260f5d8  r15: 0x0000000000000000
  rip: 0x00007fff6ce39c9f  rfl: 0x0000000000010246  cr2: 0x00007ff1890015c0

Logical CPU:     4
Error Code:      0x00000000
Trap Number:     13

Binary Images:
       0x104704000 -        0x1047c4fdf +Proxmark3 (0) <FBD356C6-11E9-303A-9BBD-19C6B549484E> /usr/local/bin/Proxmark3
       0x104f97000 -        0x104fbaff3 +libreadline.7.dylib (0) <E16A5AF1-953F-3274-BFBA-725FD9973D8D> /usr/local/opt/readline/lib/libreadline.7.dylib
       0x104fd2000 -        0x1053feff7 +org.qt-project.QtWidgets (5.10 - 5.10.1) <AD15E490-1C7E-344F-9B40-A684A9160882> /usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x105566000 -        0x105993ff7 +org.qt-project.QtGui (5.10 - 5.10.1) <96CF196B-1BBB-317F-9F39-86DD41787FC9> /usr/local/opt/qt/lib/QtGui.framework/Versions/5/QtGui
       0x105a91000 -        0x105f72fff +org.qt-project.QtCore (5.10 - 5.10.1) <0967D4C1-9487-3421-9861-304DEE848576> /usr/local/opt/qt/lib/QtCore.framework/Versions/5/QtCore
       0x10610f000 -        0x10613affb +org.qt-project.QtPrintSupport (5.10 - 5.10.1) <7D87076B-A68E-3956-83EA-7F0E06AAD0D6> /usr/local/Cellar/qt/5.10.1/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x108b87000 -        0x108cddff7 +libqcocoa.dylib (0) <ACAA48D6-9282-35B1-BEC9-2490BAD54923> /usr/local/Cellar/qt/5.10.1/plugins/platforms/libqcocoa.dylib
       0x10985a000 -        0x1098a498f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
       0x10abe3000 -        0x10b129fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.30.14 - 10.3.0) <29688072-0619-357B-BF15-B0ECDE91826B> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x10b713000 -        0x10b73affb +libqmacstyle.dylib (0) <010481BF-26A1-3244-8A54-7D4F47408872> /usr/local/Cellar/qt/5.10.1/plugins/styles/libqmacstyle.dylib
    0x7fff3f317000 -     0x7fff3f39aff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.30.14 - 10.3.0) <BA0ED8E9-2DD0-3787-90E7-717996C8B1C5> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff415a2000 -     0x7fff415a6ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <5A110DE6-3EE7-343B-95FE-9642517D1B64> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff41943000 -     0x7fff41943fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff41944000 -     0x7fff4195afe3  libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff4195b000 -     0x7fff41e59fc3  com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff41e5a000 -     0x7fff41fb4fcb  libBLAS.dylib (1211.30.1) <0DB0D952-BCF4-3479-BA2F-785FB1A57479> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff41fb5000 -     0x7fff41fe3fef  libBNNS.dylib (37) <49EB4DBA-877C-3D41-90A2-C3D982C72A54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff41fe4000 -     0x7fff423a4ff7  libLAPACK.dylib (1211.30.1) <2D4E4446-6B63-350C-BD68-A1B8FBE99539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff423a5000 -     0x7fff423baff7  libLinearAlgebra.dylib (1211.30.1) <6C68F41D-1398-3AFE-BE72-C0ECA1B24BDC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff423bb000 -     0x7fff423c0ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff423c1000 -     0x7fff4241ffff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff42420000 -     0x7fff42433fff  libSparseBLAS.dylib (1211.30.1) <42506F6F-0F38-322E-9903-C1DB66E4DA05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff42434000 -     0x7fff425e0fc3  libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff425e1000 -     0x7fff42691fef  libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff42692000 -     0x7fff42692fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff42982000 -     0x7fff437dffff  com.apple.AppKit (6.9 - 1561.20.106) <AF59A3CF-E3C3-3046-86D9-0C9145E60CE4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff43831000 -     0x7fff43831fff  com.apple.ApplicationServices (48 - 50) <7627DBD6-497B-3AB7-9B63-F0532EDF09B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff43832000 -     0x7fff43898fff  com.apple.ApplicationServices.ATS (377 - 445) <CDF5F6D7-4E7D-3D28-9FBA-1B53AD9FA8F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff43931000 -     0x7fff43a53fff  libFontParser.dylib (222.1.2) <11BD5EEF-AF18-33FB-B114-DD611932E822> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff43a54000 -     0x7fff43a9eff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff43b43000 -     0x7fff43b76ff7  libTrueTypeScaler.dylib (222.1.2) <33C245B4-E1AD-3C89-B735-5A5610E547C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff43be0000 -     0x7fff43be4ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <42C25E85-1CF3-3DEC-A434-BE69F68F4318> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff43c84000 -     0x7fff43cd6ff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff43cd7000 -     0x7fff43ce5fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff43ce6000 -     0x7fff43d32fff  com.apple.print.framework.PrintCore (13 - 503) <A69E2BAD-2B66-38CC-9D3A-0A0EBC41341D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff43d33000 -     0x7fff43d6dfff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff43d6e000 -     0x7fff43d7afff  com.apple.speech.synthesis.framework (7.4.1 - 7.4.1) <9ABE85D9-6E4A-3CEF-AA09-F81E52730598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff43d7b000 -     0x7fff44006fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <46EDC245-5877-3438-805C-3AA0316E3F5C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff44008000 -     0x7fff44008fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <0FC3B4FF-FFAB-3346-9A6A-C1DE033185EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4431d000 -     0x7fff446affff  com.apple.CFNetwork (893.13.1 - 893.13.1) <3ECC6AD0-B47D-38D2-BF26-496B34847D25> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff446c4000 -     0x7fff446c4fff  com.apple.Carbon (158 - 158) <FCD7A9FF-5E53-3B0C-8A52-691C11B2A0C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff446c5000 -     0x7fff446c8ffb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff446c9000 -     0x7fff449ceff7  com.apple.HIToolbox (2.1.1 - 910.4) <D1A799BC-146A-35E8-86FF-E36273123006> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff449cf000 -     0x7fff449d2ffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff449d3000 -     0x7fff449d8fff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff449d9000 -     0x7fff44a6effb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff44a6f000 -     0x7fff44a89ff7  com.apple.openscripting (1.7 - 174) <66899B51-ADFD-360D-88E9-B52439F531B4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff44aaa000 -     0x7fff44aabfff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff44aac000 -     0x7fff44aaeff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff44aaf000 -     0x7fff44ab5fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff44bd0000 -     0x7fff44c89ff7  com.apple.ColorSync (4.13.0 - 546) <A5E013D9-7305-3026-879E-4D1F038A430D> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff44e16000 -     0x7fff44ea9ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F91FDE26-0702-3E44-8931-E2CAD8E36F5A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff44f10000 -     0x7fff44f39ffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff44f3a000 -     0x7fff4528efe7  com.apple.CoreData (120 - 849.2) <CE0AF596-64C0-34F3-AFE0-B94D18C09957> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff4528f000 -     0x7fff4535bfff  com.apple.CoreDisplay (1.0 - 81.7) <D8030B81-097E-3FA2-A85C-AE1A3B8EBCFB> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff4535c000 -     0x7fff457fcfe7  com.apple.CoreFoundation (6.9 - 1451) <7AFE9C8F-A562-3AFC-8402-117AA02F57E9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff457fe000 -     0x7fff45e0bfef  com.apple.CoreGraphics (2.0 - 1129.5) <F37BFBD2-CC21-3521-B034-9D4D36197487> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff45e0d000 -     0x7fff460fcfff  com.apple.CoreImage (13.0.0 - 579.2.9) <8AE143AB-6284-3B00-B56D-8C0C1826EF34> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff464bc000 -     0x7fff464bcfff  com.apple.CoreServices (822.19 - 822.19) <44456ED2-59E4-34CB-B41B-C6A82B269949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff464bd000 -     0x7fff46531ffb  com.apple.AE (735.1 - 735.1) <D0C73200-90A7-3FD1-A6EC-97055AA367E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff46532000 -     0x7fff46809ff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff4680a000 -     0x7fff4683eff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff4683f000 -     0x7fff46847ff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff46848000 -     0x7fff46a00ff7  com.apple.LaunchServices (822.19 - 822.19) <2895A919-0445-3CE2-9696-40122B5A46C5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff46a01000 -     0x7fff46ab0ff7  com.apple.Metadata (10.7.0 - 1191.2.6) <FB66B298-D55D-398A-BEDB-CB7B82956AE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff46ab1000 -     0x7fff46b0eff7  com.apple.CoreServices.OSServices (822.19 - 822.19) <34BF1FAC-A0F7-37B4-950D-46408EBA9684> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff46b0f000 -     0x7fff46b7dfff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff46b7e000 -     0x7fff46ba2ffb  com.apple.coreservices.SharedFileList (71.4 - 71.4) <4AA6DCF5-BAF8-36FA-A8B0-EDF518EFEF14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff46e3d000 -     0x7fff46f8bfff  com.apple.CoreText (352.0 - 578.12.1) <55B16B2D-F083-3B89-A5C2-52FB053331F2> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff46f8c000 -     0x7fff46fc6ff3  com.apple.CoreVideo (1.8 - 279.2) <A8FC5325-D092-3A28-A1CF-5C94B8101F71> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff46fc7000 -     0x7fff47051ffb  com.apple.framework.CoreWLAN (13.0 - 1339) <16DDD47C-BBFE-3D49-8BDF-3652017240FD> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff472cc000 -     0x7fff472d1fff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff47492000 -     0x7fff47857fff  com.apple.Foundation (6.9 - 1451) <B99F94E7-117E-39CC-A65D-B7AEA8998481> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff478c7000 -     0x7fff478f7fff  com.apple.GSS (4.0 - 2.0) <3B4B4509-B5A3-396B-9C71-80BAE84476FA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff47a09000 -     0x7fff47b0cff3  com.apple.Bluetooth (6.0.2 - 6.0.2f2) <718565B3-6DA7-3DF9-BB51-391FFCAEAFA5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff47b6c000 -     0x7fff47c07fff  com.apple.framework.IOKit (2.0.2 - 1445.40.1) <9CFA07B9-BA6E-31E4-AD4F-C47071A8C522> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff47c09000 -     0x7fff47c10ffb  com.apple.IOSurface (209.2.2 - 209.2.2) <6D35A601-1C47-37BE-AD31-F8EB88F67573> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff47c67000 -     0x7fff47ddeff7  com.apple.ImageIO.framework (3.3.0 - 1713) <D3CE3838-72C5-3860-B3A4-6937FD916329> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff47ddf000 -     0x7fff47de3ffb  libGIF.dylib (1713) <C65B2846-1B94-3BB3-BBBF-5A9E5054CE1E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff47de4000 -     0x7fff47ecbfff  libJP2.dylib (1713) <332083DD-3D27-3DE7-9866-A36D590E511E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff47ecc000 -     0x7fff47eefff7  libJPEG.dylib (1713) <2D846A18-D8AF-3573-803B-BEABCBAC38D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff481cb000 -     0x7fff481f1feb  libPng.dylib (1713) <546F41CE-185C-31A0-B61C-1012AA932624> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff481f2000 -     0x7fff481f4ffb  libRadiance.dylib (1713) <31787C46-4A2B-3CDF-95E9-EC1BD4794917> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff481f5000 -     0x7fff48242feb  libTIFF.dylib (1713) <5319B2E1-83D2-30C7-A7BC-A0CE0B07885D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff48fd1000 -     0x7fff48feaff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff49969000 -     0x7fff499e8fff  com.apple.Metal (124.7 - 124.7) <F161C177-80B4-3674-8147-04343702CF08> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff49a05000 -     0x7fff49a1afff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D4BCBA84-AD1B-33DC-99F3-16F9E5E50906> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff49a1b000 -     0x7fff49a86fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <E504EC97-FAD7-36DC-B151-6F89AB911E3A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff49a87000 -     0x7fff49aaafff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <A5B6F6FC-A19A-32C0-A999-98B6688760C7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff49aab000 -     0x7fff49b2bff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D0D8F13F-ACD4-3B61-BE54-121CCB05ECF4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff49b2c000 -     0x7fff49b2cff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2E8723FC-AA53-3596-B6A4-220A378B7A5A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4ab35000 -     0x7fff4ab41ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff4d929000 -     0x7fff4d931fef  libcldcpuengine.dylib (2.8.7) <DD781325-D94E-3AD7-8D6C-817FB3068917> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff4d932000 -     0x7fff4d97fffb  com.apple.opencl (2.8.12 - 2.8.12) <7F9BF7F0-AFB2-349A-BF9B-2DE5288380C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4d980000 -     0x7fff4d99cffb  com.apple.CFOpenDirectory (10.13 - 207) <A229B355-337B-33F4-AAA8-C751BEF0B718> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4d99d000 -     0x7fff4d9a8fff  com.apple.OpenDirectory (10.13 - 207) <D8AA4C58-149E-3504-88CD-F5B59F882C25> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff4eb27000 -     0x7fff4eb29fff  libCVMSPluginSupport.dylib (16.4.2) <A967BC8B-ABB3-393F-BF34-BD32B45831F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff4eb2a000 -     0x7fff4eb2eff7  libCoreFSCache.dylib (162.4) <B325B709-0C81-357A-B9F1-6E0027B64F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff4eb2f000 -     0x7fff4eb33fff  libCoreVMClient.dylib (162.4) <B129DB84-39BA-34E4-9FB7-20A020A1BB86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff4eb34000 -     0x7fff4eb3cfff  libGFXShared.dylib (16.4.2) <07F1D947-F79B-3608-9080-E4DBFE13AF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff4eb3d000 -     0x7fff4eb48fff  libGL.dylib (16.4.2) <97D6871A-BAF1-33DD-9ED7-BE7BB437F378> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff4eb49000 -     0x7fff4eb84fe7  libGLImage.dylib (16.4.2) <3E2802DF-4998-31DB-B3A2-65720DE919A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff4eb85000 -     0x7fff4ecf1fff  libGLProgrammability.dylib (16.4.2) <3505EF20-FA3D-321B-8C11-D9CA74656F30> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff4ecf2000 -     0x7fff4ed30ffb  libGLU.dylib (16.4.2) <ECABCFAB-E400-3667-8EE1-586C07E0E214> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4f6a8000 -     0x7fff4f6b6ffb  com.apple.opengl (16.4.2 - 16.4.2) <C8C31EF5-8DB4-336F-A87C-5D520C7EFDC5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4f6b7000 -     0x7fff4f84effb  GLEngine (16.4.2) <8F35484D-9C09-3D79-9825-7E73661326D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff4f84f000 -     0x7fff4f877ffb  GLRendererFloat (16.4.2) <463BD481-6E1A-3EFC-A93B-C7E9292F76ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff504fe000 -     0x7fff50746fff  com.apple.QuartzCore (1.11 - 584.8.102) <4479AF33-E6EA-3037-A2C1-3C6F12B1260A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff50f7f000 -     0x7fff51296ff7  com.apple.security (7.0 - 58286.41.2) <EB297497-884A-362F-B566-73A14A2F25FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff51297000 -     0x7fff51321ff7  com.apple.securityfoundation (6.0 - 55185.30.4) <65144003-B9E2-3DE3-8923-F2BAA68BBF4E> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff51353000 -     0x7fff51356ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <B11C3C64-6FE7-3A78-B583-D790B7CCE95A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff516fb000 -     0x7fff5176bff3  com.apple.SystemConfiguration (1.17 - 1.17) <3C6B2BB9-43AB-39AD-8027-38E30A8A4186> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5439e000 -     0x7fff5442aff7  com.apple.APFS (1.0 - 1) <9D67579C-7FB4-3AD9-AB4F-9174A552EB37> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5503d000 -     0x7fff55065fff  com.apple.framework.Apple80211 (13.0 - 1345) <D1B8340A-41FB-35C3-88F0-3DDD9A2A1999> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff55067000 -     0x7fff55076ff7  com.apple.AppleFSCompression (96.30.2 - 1.0) <CFA90544-68EB-3CCE-A8F7-1B03974F3B85> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff551b2000 -     0x7fff551faff3  com.apple.AppleJPEG (1.0 - 1) <8BBD5180-5BF9-33DB-8B91-974B1D0AECFB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff55235000 -     0x7fff5525dfff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff55a49000 -     0x7fff55a50ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <47B6301F-D908-3811-BB9E-DA16D9B29A34> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff55a51000 -     0x7fff55ad8ff7  com.apple.backup.framework (1.9.2 - 1.9.2) <40C6CFA8-4013-3AFB-97CE-8A09388FA343> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff57468000 -     0x7fff57471ff3  com.apple.CommonAuth (4.0 - 2.0) <11B2D184-36B8-3624-B1AD-7B6037D76160> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff57e7e000 -     0x7fff57e8eff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff58d64000 -     0x7fff58d95ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <EB09CAFC-AE9B-3257-BE45-5471D9F64AAD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff590e4000 -     0x7fff59175fff  com.apple.CoreSymbolication (63075) <2458D96C-1C31-34F8-93F0-73DB0042CB30> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff591f8000 -     0x7fff5932cfff  com.apple.coreui (2.1 - 492.2) <FE0B32BC-958D-3445-866E-A3905626396D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5932d000 -     0x7fff59438fff  com.apple.CoreUtils (5.3 - 530.60) <D74B16CC-E2C5-3D8A-B9F4-6D1DB23092B1> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5948d000 -     0x7fff594f1fff  com.apple.framework.CoreWiFi (13.0 - 1339) <7EBA8BA5-C650-3067-A805-8DD08FC816FD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff594f2000 -     0x7fff59501ff7  com.apple.CrashReporterSupport (10.13 - 1) <6B5B2B78-15D2-363F-BE34-8F9226E79E24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5957e000 -     0x7fff5958dff7  com.apple.framework.DFRFoundation (1.0 - 191.1) <87B83349-C317-3E07-894C-5BC5C20AE08B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff59590000 -     0x7fff59594ffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5961a000 -     0x7fff59690fff  com.apple.datadetectorscore (7.0 - 590.3) <792593BC-21C7-3E0C-929E-067CD725FCBD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff596de000 -     0x7fff5971eff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5971f000 -     0x7fff5984efff  com.apple.desktopservices (1.12.2 - 1.12.2) <8E068AF7-FB72-38E2-948E-6C13F359C69D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5a5c3000 -     0x7fff5a9f1fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5c659000 -     0x7fff5c659fff  libmetal_timestamp.dylib (802.3.14) <567B1E2F-A6C4-3350-A72E-AF0E0C4A7788> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff5dcb9000 -     0x7fff5dcc4ff7  libGPUSupportMercury.dylib (16.4.2) <F5BA5D7A-FD23-3416-B9B3-7EABFD4279D5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff5ea05000 -     0x7fff5ea14fff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5ea8c000 -     0x7fff5eb00fff  com.apple.Heimdal (4.0 - 2.0) <ACC132E5-97F1-3B36-AD7B-4E6CC077E691> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5f3b2000 -     0x7fff5f3b9ffb  com.apple.IOAccelerator (376.6 - 376.6) <A47129CC-F386-3C31-AD66-C19A70615A50> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5f3bd000 -     0x7fff5f3d4fff  com.apple.IOPresentment (1.0 - 32.1) <B95F06EA-9D5D-311D-9912-978AE42ECFCE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5f79e000 -     0x7fff5f7c3fff  com.apple.IconServices (97.4 - 97.4) <C84A6CA5-8C50-3288-8572-CC3DABF5BBCE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5fa58000 -     0x7fff5fb4dfff  com.apple.LanguageModeling (1.0 - 159.3.1) <9B08E18E-69B4-3413-A03A-EF5AE4BE6277> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5fb4e000 -     0x7fff5fb90ff7  com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5fb94000 -     0x7fff5fb9bff7  com.apple.LinguisticData (1.0 - 238.3) <228AF7CA-649A-3E24-BBC7-8A24B39B3FC4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff607fd000 -     0x7fff60866ff7  com.apple.gpusw.MetalTools (1.0 - 1) <F77943BC-0466-3700-BEDF-CDD13125D36A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff60a7f000 -     0x7fff60aa7fff  com.apple.MultitouchSupport.framework (1204.13 - 1204.13) <6C5D778D-4AB7-39A4-989B-2E8D2D57B3A0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff60d0c000 -     0x7fff60d17fff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff62519000 -     0x7fff62559ffb  com.apple.PerformanceAnalysis (1.183.1 - 183.1) <2BE359F2-DCE6-3E33-BA99-964507A3F540> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff64335000 -     0x7fff64353fff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff64530000 -     0x7fff64553ffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff65e70000 -     0x7fff65f81fff  com.apple.Sharing (972.14 - 972.14) <964AEC2D-8A2A-33BE-9334-98A7CBE7CC51> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff65fab000 -     0x7fff65facfff  com.apple.performance.SignpostNotification (1.0 - 1) <D4C967BA-92C6-3BAB-AFB5-59F98B35F921> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff66ca9000 -     0x7fff66f43fff  com.apple.SkyLight (1.600.0 - 312.23.4) <455CE6F6-CD58-3E08-8300-CA8BDD3377FC> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff676f4000 -     0x7fff67701ff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff68293000 -     0x7fff68317fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff68809000 -     0x7fff68810ff3  com.apple.TCC (1.0 - 1) <C807D3F0-FE20-3FC0-8D61-306477ABEBC4> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff68a1d000 -     0x7fff68adaff7  com.apple.TextureIO (3.7 - 3.7) <C98BFACA-7807-3DCA-945D-58EBA2B723C8> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff68b7e000 -     0x7fff68b7ffff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff68b85000 -     0x7fff68d34ff3  com.apple.UIFoundation (1.0 - 546.1.1) <D2DB451C-56CD-3249-B8EE-AF21DBDCFBF8> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff699fd000 -     0x7fff69accff7  com.apple.ViewBridge (343.2 - 343.2) <B23D10F2-A5E8-30EF-964A-6E968F4017A1> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6a477000 -     0x7fff6a479ffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6a5dd000 -     0x7fff6a610fff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff6a6b0000 -     0x7fff6a6e9ff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff6a6ea000 -     0x7fff6a6f5fff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff6a787000 -     0x7fff6a788ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6a7bf000 -     0x7fff6a989ff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff6a9c1000 -     0x7fff6a9c1fff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff6aaea000 -     0x7fff6aaeeffb  libScreenReader.dylib (562.13) <21638ECC-87BF-3CC5-B2D8-6F7883F5FDCA> /usr/lib/libScreenReader.dylib
    0x7fff6aaef000 -     0x7fff6aaf0ff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
    0x7fff6ab83000 -     0x7fff6ab83fff  libapple_crypto.dylib (109.40.1) <32252490-B1E9-363F-AEED-3EC97D919348> /usr/lib/libapple_crypto.dylib
    0x7fff6ab84000 -     0x7fff6ab9aff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff6ab9b000 -     0x7fff6abc5ff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff6abc6000 -     0x7fff6ac47fdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff6ac4b000 -     0x7fff6ac4bff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff6ac4c000 -     0x7fff6ad03fff  libboringssl.dylib (109.40.1) <75F5F125-B919-3318-BD12-29CB5E868475> /usr/lib/libboringssl.dylib
    0x7fff6ad04000 -     0x7fff6ad14ff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff6ad15000 -     0x7fff6ad22ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff6ad23000 -     0x7fff6ad79fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff6ad7a000 -     0x7fff6ad9eff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff6ada0000 -     0x7fff6adb0fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff6adb1000 -     0x7fff6adc7fff  libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib
    0x7fff6b074000 -     0x7fff6b08cff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff6b08d000 -     0x7fff6b08effb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6b227000 -     0x7fff6b3b7fff  libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib
    0x7fff6b55e000 -     0x7fff6b5b4ff3  libcups.2.dylib (462.1) <B78448A0-9C97-3D4A-823E-EBE37B2B7CA6> /usr/lib/libcups.2.dylib
    0x7fff6b6f2000 -     0x7fff6b6f2fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff6b729000 -     0x7fff6b72eff3  libheimdal-asn1.dylib (520.30.1) <14DC1451-6E22-3A48-80CB-5D33DC0F8C3B> /usr/lib/libheimdal-asn1.dylib
    0x7fff6b75a000 -     0x7fff6b84bff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff6b84c000 -     0x7fff6ba73ffb  libicucore.A.dylib (59152.0.1) <E628882C-6F83-3DCD-B62A-2FE6F77EF6F7> /usr/lib/libicucore.A.dylib
    0x7fff6bac0000 -     0x7fff6bac1fff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff6bac2000 -     0x7fff6badbffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff6badc000 -     0x7fff6baf2ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff6bba3000 -     0x7fff6bdcbff7  libmecabra.dylib (779.7.6) <7E255F87-BBB4-3AE5-BC82-6DEE70566D05> /usr/lib/libmecabra.dylib
    0x7fff6bdd0000 -     0x7fff6be00ffb  libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib
    0x7fff6bfa3000 -     0x7fff6c07affb  libnetwork.dylib (1229.30.11) <4E7A6EBA-B3DD-3001-9C97-CB423922B78C> /usr/lib/libnetwork.dylib
    0x7fff6c0f0000 -     0x7fff6c4de7e7  libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib
    0x7fff6c4f1000 -     0x7fff6c4f5fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff6c4f8000 -     0x7fff6c52cfff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff6c5ab000 -     0x7fff6c5c7ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff6c617000 -     0x7fff6c7aafe7  libsqlite3.dylib (274.5) <A1DEB5AB-8FE8-332E-A7E5-F493F2223FE3> /usr/lib/libsqlite3.dylib
    0x7fff6c97b000 -     0x7fff6c9b4fff  libusrtcp.dylib (1229.30.11) <537F14D0-84DF-349F-8EA0-52BB7A241E60> /usr/lib/libusrtcp.dylib
    0x7fff6c9b5000 -     0x7fff6c9b8ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff6c9b9000 -     0x7fff6c9c6fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff6c9ca000 -     0x7fff6cab1fff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff6cab2000 -     0x7fff6cadafff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff6cadb000 -     0x7fff6caedffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff6cb8b000 -     0x7fff6cb8fff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff6cb90000 -     0x7fff6cb9aff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6cb9b000 -     0x7fff6cba2fff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6cba3000 -     0x7fff6cbabffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff6cbac000 -     0x7fff6cc31fff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff6ccb9000 -     0x7fff6ccf2ff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff6ccf3000 -     0x7fff6cd10ff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff6cd11000 -     0x7fff6cd11ffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff6cd12000 -     0x7fff6cd1eff3  libkxld.dylib (4570.41.2) <661F47FA-F6FC-3FB1-8023-9DFE108AEEF7> /usr/lib/system/libkxld.dylib
    0x7fff6cd1f000 -     0x7fff6cd1fff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff6cd20000 -     0x7fff6cd24ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff6cd25000 -     0x7fff6cd27ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff6cd28000 -     0x7fff6cd29ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff6cd2a000 -     0x7fff6cd41fff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff6cd42000 -     0x7fff6cd42fff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6cd43000 -     0x7fff6cdccff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff6cdcd000 -     0x7fff6cdd0ffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6cdd1000 -     0x7fff6cdd4ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6cdd5000 -     0x7fff6cdd6fff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6cdd7000 -     0x7fff6cdddff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6cdde000 -     0x7fff6ce27ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff6ce28000 -     0x7fff6ce4dff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6ce4e000 -     0x7fff6ce99fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff6ce9a000 -     0x7fff6ceb9fff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6ceba000 -     0x7fff6cf5eff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff6cf5f000 -     0x7fff6cf69ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6cf6a000 -     0x7fff6cf73ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff6cf74000 -     0x7fff6cf7bff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff6cf7c000 -     0x7fff6cf87fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6cf88000 -     0x7fff6cf8bff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6cf8c000 -     0x7fff6cf8dff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6cf8e000 -     0x7fff6cf95ff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6cf96000 -     0x7fff6cfa9ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff6cfab000 -     0x7fff6cfb0ff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff6cfb1000 -     0x7fff6cfddff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                  992K        3 
CoreImage                           24K        3 
CoreUI image file                  180K        4 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                            91.4M       24 
MALLOC guard page                   48K       11 
Memory Tag 242                      12K        2 
STACK GUARD                       56.0M        6 
Stack                             10.0M        6 
VM_ALLOCATE                         68K        8 
__DATA                            30.7M      241 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       193.0M       12 
__TEXT                           158.4M      241 
__UNICODE                          560K        2 
mapped file                       49.6M       16 
shared memory                      744K       12 
===========                     =======  ======= 
TOTAL                            610.9M      583 

Model: MacBookPro11,2, BootROM MBP112.0142.B00, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.37.5.1a3)
Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial ports
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: proxmark3
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Will post Iceman results shortly

Kaicastledine commented 6 years ago

Iceman headless , 3rd command lagged then 4th timed out

Proxmark3 RFID instrument

 [ ARM ]
 bootrom: iceman/master/ice_v3.1.0-741-g4c666e38 2018-03-18 15:04:36
      os: iceman/master/ice_v3.1.0-741-g4c666e38 2018-03-18 15:04:39
 [ FPGA ]
 LF image built for 2s30vq100 on 2017/10/25 at 19:50:50
 HF image built for 2s30vq100 on 2017/11/10 at 19:24:16

 [ Hardware ]           
  --= uC: AT91SAM7S512 Rev B          
  --= Embedded Processor: ARM7TDMI          
  --= Nonvolatile Program Memory Size: 512K bytes, Used: 255169 bytes (49) Free: 269119 bytes (51)          
  --= Second Nonvolatile Program Memory Size: None          
  --= Internal SRAM Size: 64K bytes          
  --= Architecture Identifier: AT91SAM7Sxx Series          
  --= Nonvolatile Program Memory Type: Embedded Flash Memory          

pm3 --> hf search

 UID : E4 A0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1 | 1k Ev1          
proprietary non iso14443-4 card found, RATS not supported          
Answers to magic commands: NO          
Prng detection: WEAK          
Valid ISO14443-A Tag Found

pm3 --> hf search

 UID : E4 A0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1 | 1k Ev1          
proprietary non iso14443-4 card found, RATS not supported          
Answers to magic commands: NO          
Prng detection: WEAK          
Valid ISO14443-A Tag Found

pm3 --> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag

False Positives ARE possible

Checking for known tags:

Valid Indala ID Found!

pm3 --> lf search
command execution time out          
NOTE: some demods output possible binary
  if it finds something that looks like a tag

False Positives ARE possible

Checking for known tags:

Valid Indala ID Found!

pm3 --> hf search

timeout while waiting for reply.          
no known/supported 13.56 MHz tags found

pm3 --> 
Kaicastledine commented 6 years ago

@pwpiwi Just saw the https://github.com/Proxmark/proxmark3/pull/585 post.

Had this been added to a commit if not what shall I test and I will reflash the proxmark back from the now Iceman install.

iceman1001 commented 6 years ago

Interesting, I get a sneaky feeling its the swapping between fpga images, HF/LF. I pushed the #585 into iceman fork already.

pwpiwi commented 6 years ago

OK. Seems that trying different commits doesn't lead to anything. I even have the impression that some commits work for some people and segfault for others. Are you able to run a client on OSX with a debugger (e.g. dbg)? It would be quite helpfull to know at which line or at least in which function it segfaults.

Something along these lines should work:

Kaicastledine commented 6 years ago

Tried getting it to work with gdb, think the syntax is correct however get this ?

KCMP:bin kaic$ sudo gdb --args ./proxmark3 /dev/cu.usbmodem1421
Password:
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin17.3.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./proxmark3...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/local/Cellar/proxmark3/HEAD-51d51c6/bin/proxmark3 /dev/cu.usbmodem1421
[New Thread 0xc03 of process 96287]
During startup program terminated with signal ?, Unknown signal.
(gdb) 

Followed this guide and now get another error https://stackoverflow.com/questions/40110435/unknown-ending-signal-when-using-debugger-gdb

(gdb) run
Starting program: /usr/local/Cellar/proxmark3/HEAD-51d51c6/bin/proxmark3 /dev/cu.usbmodem1421
[New Thread 0x1303 of process 96504]
[New Thread 0x1103 of process 96504]
During startup program terminated with signal SIGTRAP, Trace/breakpoint trap.

gdb might not easily work on my mac, will keep trying.

Any other suggestions at all for a debugger ?

Kaicastledine commented 6 years ago

Got gdb working via this https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d

Valid EM410x ID Found!          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
command execution time out          
[New Thread 0xc07 of process 97465]
[New Thread 0xd03 of process 97465]
[New Thread 0x1503 of process 97465]
[New Thread 0x2903 of process 97465]

Thread 3 received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xc07 of process 97465]
0xffffffffffffffff in ?? ()
(gdb) bt
#0  0xffffffffffffffff in ?? ()
#1  0xd7dfe6f0faffffff in ?? ()
#2  0xa8aeb2b8bdc3c9cf in ?? ()
#3  0x00000000173f6da6 in ?? ()
#4  0x0000000000000000 in ?? ()
(gdb) 
micolous commented 6 years ago

You want lldb (LLVM/Clang), not gdb (GNU) for debugging stuff on OSX these days.

$ lldb -- ./client/proxmark3 /dev/....
(lldb) run
(proxmark3) do things that crash it
(lldb) bt

I'm unsure if the codesigning / security lockdown in current OSX kernels is preventing gdb from loading debugging symbols, or if homebrew is stripping out all the debug symbols. I haven't tried to run PM3 from homebrew for a while.

iceman1001 commented 6 years ago

...running gdb on ubuntu17.04, gets lots of crashes for readline after some few commands..


*** Error in `/home/osboxes/pm3/client/proxmark3': free(): invalid pointer: 0x00007fffd4004100 ***

Thread 6 "WorkerThread" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffe35ec700 (LWP 7631)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ffff58e6f5d in __GI_abort () at abort.c:90
#2  0x00007ffff592f28d in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff5a56528 "*** Error in `%s': %s: 0x%s ***\n")
    at ../sysdeps/posix/libc_fatal.c:181
#3  0x00007ffff593664a in malloc_printerr (action=<optimized out>, str=0x7ffff5a52eae "free(): invalid pointer", ptr=<optimized out>, ar_ptr=<optimized out>)
    at malloc.c:5426
#4  0x00007ffff593873e in _int_free (av=0x7ffff5c88c20 <main_arena>, p=<optimized out>, have_lock=0) at malloc.c:4175
#5  0x00007ffff593d44e in __GI___libc_free (mem=<optimized out>) at malloc.c:3145
#6  0x00007ffff7bbba86 in _rl_free_history_entry () from /lib/x86_64-linux-gnu/libreadline.so.7
#7  0x00007ffff7bbbaca in _rl_start_using_history () from /lib/x86_64-linux-gnu/libreadline.so.7
#8  0x00007ffff7b9fc7f in rl_initialize () from /lib/x86_64-linux-gnu/libreadline.so.7
#9  0x00007ffff7b9ff87 in readline () from /lib/x86_64-linux-gnu/libreadline.so.7
#10 0x000055555557149f in main_loop (script_cmds_file=0x0, script_cmd=0x0, usb_present=<optimized out>) at proxmark3.c:270
#11 0x00007ffff65fbe3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007ffff79737fc in start_thread (arg=0x7fffe35ec700) at pthread_create.c:465
#13 0x00007ffff59c2b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb) fr 10
#10 0x000055555557149f in main_loop (script_cmds_file=0x0, script_cmd=0x0, usb_present=<optimized out>) at proxmark3.c:270
270                     cmd = readline(PROXPROMPT);
(gdb) list
265                         pthread_mutex_unlock(&print_lock);
266                     }
267                     
268                 } else {        
269                     // read command from command prompt
270                     cmd = readline(PROXPROMPT);
271                 }
272             }
273         }
274         
Kaicastledine commented 6 years ago

@micolous

I know SIP causes a lot of issues with gdb. I'll check the other debugger and see how much info that shows.

pwpiwi commented 6 years ago

Interesting. readline() calls rl_initialize() (which it should only do when called for the first time) and then frees unallocated memory. Probably somehow readline's internal memory structures have been corrupted by other pieces of code writing to it. Or it is a readline bug.

iceman1001 commented 6 years ago

remove the redundant rl_initialize call in micolous patch inside proxmark3.c and the crashes dissappears.

pwpiwi commented 6 years ago

Which @micolous patch? PR #585 is not yet committed.

iceman1001 commented 6 years ago

yeah, (https://github.com/Proxmark/proxmark3/pull/585) (https://github.com/Proxmark/proxmark3/pull/463#issuecomment-374898106) Since kaicastledine is trying it out, I posted, but with hindsight posting the other thread would have been better. Now just hope kaiscastledine is not trying out that other one while testing for this one..

micolous commented 6 years ago

OK, I'll remove that call for now. I put that in because of another client crash that I observed by trying to give libedit equivalent functionality.

pwpiwi commented 6 years ago

I have committed #585 now (without the rl_initialize())

Kaicastledine commented 6 years ago

Right got a new mac ... Going to set things back up and get some tests done.

Whats the current score as I've seen theres been a few updates.

pwpiwi commented 6 years ago

Status is still unclear. @micolous added some patches for OSX readline compatibility mode. @iceman1001 reported crashes with Ubuntu when initializing readline with rl_initialize(), but no crashes when initializing with using_history() (which calls rl_initialize()).

We are still waiting for someone (you?) who can confirm the crashes on OSX and use a debugger to identify where exactly it crashes.

Kaicastledine commented 6 years ago

Alright, I've just had my mac replaced so will get the debugger etc set back up and run a few tests.

Will post back soon!

Kaicastledine commented 6 years ago

Thanks @micolous Got lldb working with no issues !

lldb proxmark commands

KCMP-2:HEAD-61aaee3 kaicas$ lldb -- Proxmark3 /dev/cu.usbmodem1421
(lldb) target create "Proxmark3"
Current executable set to 'Proxmark3' (x86_64).
(lldb) settings set -- target.run-args  "/dev/cu.usbmodem1421"
(lldb) run
Process 770 launched: '/usr/local/bin/Proxmark3' (x86_64)
2018-04-26 10:05:11.862208+0100 Proxmark3[770:37331] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported
2018-04-26 10:05:11.862235+0100 Proxmark3[770:37331] MessageTracer: Falling back to default whitelist

Proxmark starting

Prox/RFID mark3 RFID instrument          
bootrom: master/-suspect 2018-04-25 23:44:17
os: master/-suspect 2018-04-25 23:44:19
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/10/27 at 08:30:59

uC: AT91SAM7S512 Rev B          
Embedded Processor: ARM7TDMI          
Nonvolatile Program Memory Size: 512K bytes. Used: 200160 bytes (38). Free: 324128 bytes (62).          
Second Nonvolatile Program Memory Size: None          
Internal SRAM Size: 64K bytes          
Architecture Identifier: AT91SAM7Sxx Series          
Nonvolatile Program Memory Type: Embedded Flash Memory  

LF search crashing

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
command execution time out          
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
^[[AProcess 770 stopped
* thread #10, name = 'WorkerThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
    frame #0: 0x000000010006139e Proxmark3`getCommand + 154
Proxmark3`getCommand:
->  0x10006139e <+154>: retq   

Proxmark3`UsbCommandReceived:
    0x10006139f <+0>:   pushq  %rbp
    0x1000613a0 <+1>:   movq   %rsp, %rbp
    0x1000613a3 <+4>:   pushq  %r14
Target 0: (Proxmark3) stopped.
(lldb) bt
* thread #10, name = 'WorkerThread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
  * frame #0: 0x000000010006139e Proxmark3`getCommand + 154
Kaicastledine commented 6 years ago

Restarted proxmark and run lf search commands again

KCMP-2:HEAD-61aaee3 kaicas$ lldb -- Proxmark3 /dev/cu.usbmodem1421
(lldb) target create "Proxmark3"
Current executable set to 'Proxmark3' (x86_64).
(lldb) settings set -- target.run-args  "/dev/cu.usbmodem1421"
(lldb) run
Process 775 launched: '/usr/local/bin/Proxmark3' (x86_64)
2018-04-26 10:09:13.157519+0100 Proxmark3[775:42946] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported
2018-04-26 10:09:13.157555+0100 Proxmark3[775:42946] MessageTracer: Falling back to default whitelist
Prox/RFID mark3 RFID instrument          
bootrom: master/-suspect 2018-04-25 23:44:17
os: master/-suspect 2018-04-25 23:44:19
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/10/27 at 08:30:59

uC: AT91SAM7S512 Rev B          
Embedded Processor: ARM7TDMI          
Nonvolatile Program Memory Size: 512K bytes. Used: 200160 bytes (38). Free: 324128 bytes (62).          
Second Nonvolatile Program Memory Size: None          
Internal SRAM Size: 64K bytes          
Architecture Identifier: AT91SAM7Sxx Series          
Nonvolatile Program Memory Type: Embedded Flash Memory          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> lf search
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
command execution time out          
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
Process 775 stopped
* thread #10, name = 'WorkerThread', stop reason = EXC_BAD_ACCESS (code=1, address=0x222)
    frame #0: 0x0000000000000222
error: memory read failed for 0x200
Target 0: (Proxmark3) stopped.
(lldb) bt
* thread #10, name = 'WorkerThread', stop reason = EXC_BAD_ACCESS (code=1, address=0x222)
  * frame #0: 0x0000000000000222
Kaicastledine commented 6 years ago

HF search starts doing some weird stuff but doesnt crash the app

lldb) run
There is a running process, kill it and restart?: [Y/n] y
Process 775 exited with status = 9 (0x00000009) 
Process 779 launched: '/usr/local/bin/Proxmark3' (x86_64)
2018-04-26 10:11:21.209568+0100 Proxmark3[779:45810] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported
2018-04-26 10:11:21.209596+0100 Proxmark3[779:45810] MessageTracer: Falling back to default whitelist
Prox/RFID mark3 RFID instrument          
bootrom: master/-suspect 2018-04-25 23:44:17
os: master/-suspect 2018-04-25 23:44:19
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/10/27 at 08:30:59

uC: AT91SAM7S512 Rev B          
Embedded Processor: ARM7TDMI          
Nonvolatile Program Memory Size: 512K bytes. Used: 200160 bytes (38). Free: 324128 bytes (62).          
Second Nonvolatile Program Memory Size: None          
Internal SRAM Size: 64K bytes          
Architecture Identifier: AT91SAM7Sxx Series          
Nonvolatile Program Memory Type: Embedded Flash Memory          
proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
proprietary non iso14443-4 card found, RATS not supported          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
No chinese magic backdoor command detected          
PRNG UID: Reply timeout.          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 3c eb cd 43           
       -  TL : length is 60 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is NOT present, TB1 is present, TC1 is present, FSCI is 11 (FSC = 4294967295)          
       - TB1 : SFGI = 13 (SFGT = 33554432/fc), FWI = 12 (FWT = 16777216/fc)          
       - TC1 : NAD is supported, CID is supported          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 31 b2 6a 1d           
       -  TL : length is 49 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is NOT present, FSCI is 2 (FSC = 0)          
       - TA1 : different divisors are supported, DR: [4], DS: [4, 8]          
       - TB1 : SFGI = 13 (SFGT = 33554432/fc), FWI = 1 (FWT = 8192/fc)          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : c0 4d 66 25           
       -  TL : length is 192 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is NOT present, TB1 is NOT present, TC1 is present, FSCI is 13 (FSC = 4294967295)          
       - TC1 : NAD is NOT supported, CID is supported          
       -  HB : 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : d4 34 dd 36           
       -  TL : length is 212 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is NOT present, FSCI is 4 (FSC = 16)          
       - TA1 : different divisors are NOT supported, DR: [2, 8], DS: [2, 8]          
       - TB1 : SFGI = 6 (SFGT = 262144/fc), FWI = 3 (FWT = 32768/fc)          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 8a 05 75 4c           
       -  TL : length is 138 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is NOT present, TB1 is NOT present, TC1 is NOT present, FSCI is 5 (FSC = 64)          
       -  HB : 75 4c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : c2 f7 74 f3           
       -  TL : length is 194 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is present, FSCI is 7 (FSC = 128)          
       - TA1 : different divisors are supported, DR: [8], DS: [2, 4, 8]          
       - TB1 : SFGI = 3 (SFGT = 32768/fc), FWI = 15 (FWT = 134217728/fc)          
       - TC1 : NAD is NOT supported, CID is NOT supported          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 2c 35 6b c7           
       -  TL : length is 44 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is NOT present, FSCI is 5 (FSC = 64)          
       - TA1 : different divisors are supported, DR: [2, 4], DS: [4, 8]          
       - TB1 : SFGI = 7 (SFGT = 524288/fc), FWI = 12 (FWT = 16777216/fc)          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 27 45 e3 e6           
       -  TL : length is 39 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is NOT present, TB1 is NOT present, TC1 is present, FSCI is 5 (FSC = 64)          
       - TC1 : NAD is supported, CID is supported          
       -  HB : e6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 41 95 13 9e           
       -  TL : length is 65 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is NOT present, TC1 is NOT present, FSCI is 5 (FSC = 64)          
       - TA1 : different divisors are supported, DR: [2, 4], DS: [2]          
       -  HB : 9e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 3e 78 f7 f2           
       -  TL : length is 62 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is present, FSCI is 8 (FSC = 256)          
       - TA1 : different divisors are NOT supported, DR: [2, 4, 8], DS: [2, 4, 8]          
       - TB1 : SFGI = 2 (SFGT = 16384/fc), FWI = 15 (FWT = 134217728/fc)          
       - TC1 : NAD is NOT supported, CID is NOT supported          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : d7 30 7e 8b           
       -  TL : length is 215 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is present, TC1 is NOT present, FSCI is 0 (FSC = 4294967280)          
       - TA1 : different divisors are supported, DR: [4, 8], DS: [2, 4, 8]          
       - TB1 : SFGI = 11 (SFGT = 8388608/fc), FWI = 8 (FWT = 1048576/fc)          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
SAK incorrectly claims that card doesn't support RATS          
 ATS : 78 d0 ea 68           
       -  TL : length is 120 bytes          
ATS may be corrupted. Length of ATS (4 bytes incl. 2 Bytes CRC) doesn't match TL          
       -  T0 : TA1 is present, TB1 is NOT present, TC1 is present, FSCI is 0 (FSC = 4294967280)          
       - TA1 : different divisors are NOT supported, DR: [4], DS: [4, 8]          
       - TC1 : NAD is NOT supported, CID is NOT supported          
       -  HB : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00           
Chinese magic backdoor command (GEN 1b) detected          
PRNG data error: Wrong length: 0          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search
Kaicastledine commented 6 years ago

Switching between LF search + HF search

lldb) run
Process 782 launched: '/usr/local/bin/Proxmark3' (x86_64)
2018-04-26 10:15:57.124548+0100 Proxmark3[782:52564] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported
2018-04-26 10:15:57.124578+0100 Proxmark3[782:52564] MessageTracer: Falling back to default whitelist
Prox/RFID mark3 RFID instrument          
bootrom: master/-suspect 2018-04-25 23:44:17
os: master/-suspect 2018-04-25 23:44:19
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/10/27 at 08:30:59

uC: AT91SAM7S512 Rev B          
Embedded Processor: ARM7TDMI          
Nonvolatile Program Memory Size: 512K bytes. Used: 200160 bytes (38). Free: 324128 bytes (62).          
Second Nonvolatile Program Memory Size: None          
Internal SRAM Size: 64K bytes          
Architecture Identifier: AT91SAM7Sxx Series          
Nonvolatile Program Memory Type: Embedded Flash Memory          
proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> hf search

 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
proprietary non iso14443-4 card found, RATS not supported          
No chinese magic backdoor command detected          
Prng detection: WEAK          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

EM410x pattern found:           

EM TAG ID      : 41008F16EF          

Possible de-scramble patterns          
Unique TAG ID  : 8200F168F7          
HoneyWell IdentKey {          
DEZ 8          : 09377519          
DEZ 10         : 0009377519          
DEZ 5.5        : 00143.05871          
DEZ 3.5A       : 065.05871          
DEZ 3.5B       : 000.05871          
DEZ 3.5C       : 143.05871          
DEZ 14/IK2     : 00279182251759          
DEZ 15/IK3     : 000558361569527          
DEZ 20/ZK      : 08020000150106081507          
}
Other          : 05871_143_09377519          
Pattern Paxton : 1101223151 [0x41A354EF]          
Pattern 1      : 3100597 [0x2F4FB5]          
Pattern Sebury : 5871 15 988911  [0x16EF 0xF 0xF16EF]          

Valid EM410x ID Found!          
proxmark3> hf search

Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
 UID : e4 a0 66 79           
ATQA : 00 04          
 SAK : 08 [2]          
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
proprietary non iso14443-4 card found, RATS not supported          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
No chinese magic backdoor command detected          
PRNG UID: Reply timeout.          
Prng detection error.          

Valid ISO14443A Tag Found - Quiting Search

proxmark3> lf search
NOTE: some demods output possible binary
  if it finds something that looks like a tag          
False Positives ARE possible

Checking for known tags:

Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button          
command execution time out          
Process 782 stopped
* thread #11, name = 'WorkerThread', stop reason = signal SIGABRT
    frame #0: 0x00007fff53d8ab6e libsystem_kernel.dylib`__pthread_kill + 10
libsystem_kernel.dylib`__pthread_kill:
->  0x7fff53d8ab6e <+10>: jae    0x7fff53d8ab78            ; <+20>
    0x7fff53d8ab70 <+12>: movq   %rax, %rdi
    0x7fff53d8ab73 <+15>: jmp    0x7fff53d81b00            ; cerror_nocancel
    0x7fff53d8ab78 <+20>: retq   
Target 0: (Proxmark3) stopped.
(lldb) bt
* thread #11, name = 'WorkerThread', stop reason = signal SIGABRT
  * frame #0: 0x00007fff53d8ab6e libsystem_kernel.dylib`__pthread_kill + 10
    frame #1: 0x00007fff53f55080 libsystem_pthread.dylib`pthread_kill + 333
    frame #2: 0x00007fff53ce624d libsystem_c.dylib`__abort + 144
    frame #3: 0x00007fff53ce6af8 libsystem_c.dylib`__stack_chk_fail + 205
    frame #4: 0x000000010004f4e6 Proxmark3`downloadSamplesEM + 136
pwpiwi commented 6 years ago

Excellent! I think I know what is going on and why it crashes. Will try to find some time over the weekend for a fix. (I still have no idea what causes the dramatic USB speed slowdown).