MatthewPierson/Vieux

iPhone 5.2降级8.4.1失败

Opened this issue · 1 comments

Last login: Tue May 25 09:41:26 on console
maoenen@maoenendeiMac ~ % cd /Users/maoenen/Desktop/Vieux-master
maoenen@maoenendeiMac Vieux-master % pip3 install -r requirements.txt
Requirement already satisfied: bcrypt==3.1.7 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (3.1.7)
Requirement already satisfied: bsdiff4==1.1.9 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (1.1.9)
Requirement already satisfied: cffi==1.13.2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (1.13.2)
Requirement already satisfied: cryptography==3.3.2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 4)) (3.3.2)
Requirement already satisfied: paramiko>=2.7.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 5)) (2.7.2)
Requirement already satisfied: pycparser==2.19 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 6)) (2.19)
Requirement already satisfied: PyNaCl==1.3.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 7)) (1.3.0)
Requirement already satisfied: pyusb==1.0.2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 8)) (1.0.2)
Requirement already satisfied: scp==0.13.2 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (0.13.2)
Requirement already satisfied: six==1.13.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from -r requirements.txt (line 10)) (1.13.0)
WARNING: You are using pip version 21.1.1; however, version 21.1.2 is available.
You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -m pip install --upgrade pip' command.
maoenen@maoenendeiMac Vieux-master % ./vieux -i /Users/maoenen/Desktop/iPhone5,2_8.4.1_12H321_Restore.ipsw

                                           /(//* /                         
                                        /(%@&/*((//*/                      
                                     (((((* %(&@@(*,///                    
                                   ((,((((((((/%%/,/(///                   
                                 ((((((((/*.((((////////**                 
                                (((((((((((((((((///////**.                
                                ((((((((((((((((//////*** .                
                                ((((((((((((((//*//(%#(/*..               
                                (((((((((((////** /%%#(* .                 
                                 (////////////**..##(/* ..                
                                *(/*******,,,,...,* ,...***.               
                               *(((&@@*.......*/***/////(//*////           
                           *** /((#@@@@@@@@@@@@@@@(///(((/**/*///          
                         #&(***/((%@@@@@@@@@@@@@@@(/((((// *****           
                        ((((%(*/((#@@@@@@@@@@@@@@@@((((//****              
                         (((((////(&@@@@@@@@@@@@@(((((//*,,,,           
                          ((((.//* %&&@@&&@@&((((////,.,,/((*          
                           (((/* **(%%&&&&&&&((((//**/** ((//            
                            (((((* ./##%%%%#((///**#&*******           
                             /((*      */(((/****/(((((#(**             
                                                 *(((((((              
                                                  (((((((*               
                                                 *((((((*                 
                                                   (((((                  

Vieux - A tool for 32/64 Bit OTA downgrades

Current version is: 1.0.1
If you are using a 64 Bit device then connect it in DFU Mode
If you are using a 32 Bit device then just have it connected in NORMAL mode
Files cleaned.
/Users/maoenen/Desktop/iPhone5,2_8.4.1_12H321_Restore.ipsw is a zip archive!
Starting IPSW unzipping
Continuing...
IPSW found at given path...
Cleaning up old files...
Files cleaned.
Unzipping..
Unable to get SEPNonce from lockdownd
NOTE: Unable to get SepNonce from device
Starting iBSS/iBEC patching
Looks like you are downgrading an iPhone 5 to 8.4.1!
Please enter your devices IP address (Find it in WiFi settings):
192.168.6.101
Please enter the root password to your device (Default is 'alpine'):

Connecting to device via SSH...
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/paramiko/client.py:835: UserWarning: Unknown ssh-rsa host key for 192.168.6.101: b'4b91496bf985ab82dd55883f811e1d2e'
warnings.warn(
Device is running iOS 10.x, using HGSP4 kloader...
Please press the home button on your device or unplug and replug it back in.
Waiting 10 seconds for you to do this.
Getting SHSH...
Traceback (most recent call last):
File "/Users/maoenen/Desktop/Vieux-master/./vieux", line 89, in
ipsw.unzipIPSW(argv[2])
File "/Users/maoenen/Desktop/Vieux-master/ipsw.py", line 146, in unzipIPSW
createCustomIPSW32(fname)
File "/Users/maoenen/Desktop/Vieux-master/ipsw.py", line 335, in createCustomIPSW32
restore32(model, iosversion)
File "/Users/maoenen/Desktop/Vieux-master/restore.py", line 230, in restore32
ecid = localdevice.getecid()
File "/Users/maoenen/Desktop/Vieux-master/device.py", line 82, in getecid
device = dfu.acquire_device()
File "/Users/maoenen/Desktop/Vieux-master/resources/ipwndfu/dfu.py", line 20, in acquire_device
for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/usb/core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
maoenen@maoenendeiMac Vieux-master %

这个是全过程,求指点;电脑是imac,2020,10.15.7(catalina)

mee@meedeiMac ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for sudo access (which may request your password).
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made writable by user only:
/usr/local/share/zsh
/usr/local/share/zsh/site-functions

Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown -R mee:admin /usr/local/Homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 584, done.
remote: Counting objects: 100% (564/564), done.
remote: Compressing objects: 100% (232/232), done.
remote: Total 584 (delta 343), reused 504 (delta 305), pack-reused 20
Receiving objects: 100% (584/584), 653.34 KiB | 18.00 KiB/s, done.
Resolving deltas: 100% (343/343), completed with 29 local objects.
From https://github.com/Homebrew/brew
7ae9cc346..99702b247 master -> origin/master

  • [new branch] SMillerDev-patch-1 -> origin/SMillerDev-patch-1
  • [new branch] dependabot/bundler/Library/Homebrew/sorbet-0.5.6405 -> origin/dependabot/bundler/Library/Homebrew/sorbet-0.5.6405
  • [new tag] 3.1.10 -> 3.1.10
  • [new tag] 3.1.11 -> 3.1.11
    HEAD is now at 99702b247 Merge pull request #11497 from nandahkrishna/remove-publish-flag
    Updated 2 taps (homebrew/core and homebrew/cask).
    ==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations

==> Next steps:

  • Run brew help to get started

  • Further documentation:
    https://docs.brew.sh
    mee@meedeiMac ~ % brew install libusb
    Warning: libusb 1.0.24 is already installed and up-to-date.
    To reinstall 1.0.24, run:
    brew reinstall libusb
    mee@meedeiMac ~ % ./vieux -i /Users/mee/Desktop/iPad_64bit_10.3.3_14G60_Restore.ipsw
    zsh: no such file or directory: ./vieux
    mee@meedeiMac ~ % cd /Users/mee/Desktop/Vieux-master
    mee@meedeiMac Vieux-master % ./vieux -i /Users/mee/Desktop/iPad_64bit_10.3.3_14G60_Restore.ipsw

                                             /(//* /                         
                                          /(%@&/*((//*/                      
                                       (((((* %(&@@(*,///                    
                                     ((,((((((((/%%/,/(///                   
                                   ((((((((/*.((((////////**                 
                                  (((((((((((((((((///////**.                
                                  ((((((((((((((((//////*** .                
                                  ((((((((((((((//*//(%#(/*..               
                                  (((((((((((////** /%%#(* .                 
                                   (////////////**..##(/* ..                
                                  *(/*******,,,,...,* ,...***.               
                                 *(((&@@*.......*/***/////(//*////           
                             *** /((#@@@@@@@@@@@@@@@(///(((/**/*///          
                           #&(***/((%@@@@@@@@@@@@@@@(/((((// *****           
                          ((((%(*/((#@@@@@@@@@@@@@@@@((((//****              
                           (((((////(&@@@@@@@@@@@@@(((((//*,,,,           
                            ((((.//* %&&@@&&@@&((((////,.,,/((*          
                             (((/* **(%%&&&&&&&((((//**/** ((//            
                              (((((* ./##%%%%#((///**#&*******           
                               /((*      */(((/****/(((((#(**             
                                                   *(((((((              
                                                    (((((((*               
                                                   *((((((*                 
                                                     (((((                  
    

Vieux - A tool for 32/64 Bit OTA downgrades

Current version is: 1.0.1
If you are using a 64 Bit device then connect it in DFU Mode
If you are using a 32 Bit device then just have it connected in NORMAL mode
Files cleaned.
/Users/mee/Desktop/iPad_64bit_10.3.3_14G60_Restore.ipsw is a zip archive!
Starting IPSW unzipping
Continuing...
IPSW found at given path...
Cleaning up old files...
Files cleaned.
Unzipping..
Found: CPID:8960 CPRV:11 CPFM:03 SCEP:01 BDID:0A ECID:000004F788A35070 IBFL:1C SRTG:[iBoot-1704.10]
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/usb/core.py", line 1021, in ctrl_transfer
buff = util.create_buffer(data_or_wLength)
File "/usr/local/lib/python3.9/site-packages/usb/util.py", line 162, in create_buffer
return array.array('B', _dummy_s * length)
TypeError: can't multiply sequence by non-int of type 'str'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/usb/_interop.py", line 92, in as_array
return array.array('B', data)
TypeError: cannot use a str to initialize an array with typecode 'B'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/mee/Desktop/Vieux-master/./vieux", line 89, in
ipsw.unzipIPSW(argv[2])
File "/Users/mee/Desktop/Vieux-master/ipsw.py", line 153, in unzipIPSW
pwndfumode()
File "/Users/mee/Desktop/Vieux-master/restore.py", line 28, in pwndfumode
runexploit = checkm8.exploit()
File "/Users/mee/Desktop/Vieux-master/resources/ipwndfu/checkm8.py", line 535, in exploit
libusb1_no_error_ctrl_transfer(device, 0, 0, 0, 0, 'A' * config.overwrite_offset, 10)
File "/Users/mee/Desktop/Vieux-master/resources/ipwndfu/checkm8.py", line 49, in libusb1_no_error_ctrl_transfer
device.ctrl_transfer(bmRequestType, bRequest, wValue, wIndex, data_or_wLength, timeout)
File "/usr/local/lib/python3.9/site-packages/usb/core.py", line 1023, in ctrl_transfer
buff = _interop.as_array(data_or_wLength)
File "/usr/local/lib/python3.9/site-packages/usb/_interop.py", line 97, in as_array
a.fromstring(data) # deprecated since 3.2
AttributeError: 'array.array' object has no attribute 'fromstring'
zsh: segmentation fault ./vieux -i /Users/mee/Desktop/iPad_64bit_10.3.3_14G60_Restore.ipsw
还是不能继续,同时会有个pathon的报错窗口弹出"Python的问题报告"
“Python”意外退出
点按“重新打开”以再次打开应用程序。此报告将自动发送给Apple
注释
问题详细信息和系统配置
Process: Python [19026]
Path: /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 3.9.5 (3.9.5)
Code Type: X86-64 (Native)
Parent Process: zsh [5837]
Responsible: Terminal [5835]
User ID: 501

Date/Time: 2021-06-09 02:58:48.015 +0800
OS Version: Mac OS X 10.15.7 (19H15)
Report Version: 12
Bridge OS Version: 4.6 (17P6610)
Anonymous UUID: C1E25A78-423D-802D-790E-00AB01C6B257

Sleep/Wake UUID: C6E7824C-BEEB-4A8E-947D-88B48741B5FA

Time Awake Since Boot: 110000 seconds
Time Since Wake: 260 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0x58:
-->
__TEXT 000000010e85d000-000000010e861000 [ 16K] r-x/r-x SM=COW /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libusb-1.0.0.dylib 0x00000001102a068f remove_from_flying_list + 17
1 libusb-1.0.0.dylib 0x00000001102a080b usbi_handle_transfer_completion + 32
2 libusb-1.0.0.dylib 0x00000001102a4526 darwin_handle_transfer_completion + 395
3 libusb-1.0.0.dylib 0x00000001102a13cf handle_events + 770
4 libusb-1.0.0.dylib 0x00000001102a0ed9 libusb_handle_events_timeout_completed + 252
5 libusb-1.0.0.dylib 0x000000011029dad2 libusb_exit + 255
6 libffi.dylib 0x00007fff69a7b905 ffi_call_unix64 + 85
7 libffi.dylib 0x00007fff69a7b244 ffi_call_int + 694
8 _ctypes.cpython-39-darwin.so 0x000000010f0b90d3 _ctypes_callproc + 708
9 _ctypes.cpython-39-darwin.so 0x000000010f0b432c PyCFuncPtr_call + 243
10 org.python.python 0x000000010e8d571e _PyObject_MakeTpCall + 129
11 org.python.python 0x000000010e9cdb8d call_function + 278
12 org.python.python 0x000000010e9cb3ee _PyEval_EvalFrameDefault + 45317
13 org.python.python 0x000000010e8d6284 _PyFunction_Vectorcall + 192
14 org.python.python 0x000000010e9cdb1f call_function + 168
15 org.python.python 0x000000010e9cb351 _PyEval_EvalFrameDefault + 45160
16 org.python.python 0x000000010e8d6284 _PyFunction_Vectorcall + 192
17 org.python.python 0x000000010e9cdb1f call_function + 168
18 org.python.python 0x000000010e9cb351 _PyEval_EvalFrameDefault + 45160
19 org.python.python 0x000000010e8d6284 _PyFunction_Vectorcall + 192
20 org.python.python 0x000000010e9cb626 _PyEval_EvalFrameDefault + 45885
21 org.python.python 0x000000010e9bf1a1 _PyEval_EvalCode + 403
22 org.python.python 0x000000010e8d633c _PyFunction_Vectorcall + 376
23 org.python.python 0x000000010e8d594b _PyObject_FastCallDictTstate + 87
24 org.python.python 0x000000010e942777 slot_tp_call + 187
25 org.python.python 0x000000010e8d571e _PyObject_MakeTpCall + 129
26 org.python.python 0x000000010e9cdb8d call_function + 278
27 org.python.python 0x000000010e9cb42a _PyEval_EvalFrameDefault + 45377
28 org.python.python 0x000000010e8d6284 _PyFunction_Vectorcall + 192
29 org.python.python 0x000000010e8d8fff method_vectorcall + 481
30 org.python.python 0x000000010ea84dbc atexit_callfuncs + 124
31 org.python.python 0x000000010ea196e9 Py_FinalizeEx + 897
32 org.python.python 0x000000010ea3d774 Py_RunMain + 28
33 org.python.python 0x000000010ea3ea8c pymain_main + 35
34 org.python.python 0x000000010ea3ed62 Py_BytesMain + 42
35 libdyld.dylib 0x00007fff6bcd9cc9 start + 1

Thread 1:: org.libusb.device-hotplug
0 libsystem_kernel.dylib 0x00007fff6be1adfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff6be1b170 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff31e04ef5 __CFRunLoopServiceMachPort + 247
3 com.apple.CoreFoundation 0x00007fff31e039c2 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff31e02e3e CFRunLoopRunSpecific + 462
5 com.apple.CoreFoundation 0x00007fff31e8b489 CFRunLoopRun + 40
6 libusb-1.0.0.dylib 0x00000001102a46f0 darwin_event_thread_main + 424
7 libsystem_pthread.dylib 0x00007fff6bede109 _pthread_start + 148
8 libsystem_pthread.dylib 0x00007fff6bed9b8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fd78e4040b8 rcx: 0x520af9ee63340028 rdx: 0x00000001102abc72
rdi: 0x00007fd78e4040b8 rsi: 0x0000000000000003 rbp: 0x00007ffee13a14d0 rsp: 0x00007ffee13a14c0
r8: 0x00000001102abc4a r9: 0x00000000e00002eb r10: 0x00007fd78e249700 r11: 0x0000000000000202
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000003
rip: 0x00000001102a068f rfl: 0x0000000000010202 cr2: 0x0000000000000058

Logical CPU: 4
Error Code: 0x00000004 (no mapping for user data read)
Trap Number: 14

Binary Images:
0x10e85d000 - 0x10e860fff +org.python.python (3.9.5 - 3.9.5) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
0x10e86d000 - 0x10eb3cff7 +org.python.python (3.9.5, [c] 2001-2019 Python Software Foundation. - 3.9.5) <117A910C-60B7-3DF6-8826-1C7BBFA25735> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/Python
0x10ee1a000 - 0x10ee1dff7 +_heapq.cpython-39-darwin.so (0) <9B507D45-F774-33AE-AEB1-59C2424A57F9> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so
0x10ee6a000 - 0x10ee71ff7 +zlib.cpython-39-darwin.so (0) <2EE93761-83E0-35BF-B793-550AEE7E299B> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so
0x10ee7e000 - 0x10ee81ff3 +_bz2.cpython-39-darwin.so (0) <723D11F9-3C3B-3B0F-AA57-41B584DDFE93> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so
0x10eece000 - 0x10eed5ff3 +_lzma.cpython-39-darwin.so (0) <209248F6-9617-3FD8-B755-C30D32F28999> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so
0x10eee2000 - 0x10eefdfff +liblzma.5.dylib (0) /usr/local/opt/xz/lib/liblzma.5.dylib
0x10ef04000 - 0x10ef07ffb +grp.cpython-39-darwin.so (0) <63998961-0361-33CE-9349-4A8C2E11196A> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so
0x10ef14000 - 0x10ef17ff3 +core.cpython-39-darwin.so (0) <5DB28B63-2EA2-321F-866D-40A8839EFD9E> /usr/local/lib/python3.9/site-packages/bsdiff4/core.cpython-39-darwin.so
0x10ef24000 - 0x10ef2bfff +binascii.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so
0x10ef78000 - 0x10ef83ff7 +math.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so
0x10ef90000 - 0x10ef9fff3 +_datetime.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so
0x10efb0000 - 0x10efb7fff +_struct.cpython-39-darwin.so (0) <786FE38B-7C92-3FC5-B19D-F92478CC2C7F> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so
0x10efc4000 - 0x10efcbff7 +pyexpat.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/pyexpat.cpython-39-darwin.so
0x10f018000 - 0x10f01fff3 +array.cpython-39-darwin.so (0) <2FF81354-815D-3C07-9C16-96DD2CEA13C9> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/array.cpython-39-darwin.so
0x10f0ac000 - 0x10f0bfffb +_ctypes.cpython-39-darwin.so (0) <5E9F23AF-AACD-30A3-B4F3-EFD0711F7A53> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
0x10f110000 - 0x10f113ffb +_posixsubprocess.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so
0x10f120000 - 0x10f127ffb +select.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so
0x10f134000 - 0x10f13bff7 +_hashlib.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so
0x10f148000 - 0x10f197ff7 +libssl.1.1.dylib (0) <9BD08628-AC20-3489-B3D2-AC117A5BC2F8> /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
0x10f1c4000 - 0x10f383d03 +libcrypto.1.1.dylib (0) /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib
0x10f41c000 - 0x10f423ffb +_blake2.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so
0x10f4b0000 - 0x10f4bfff3 +_socket.cpython-39-darwin.so (0) /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_socket.cpython-39-darwin.so
0x10f54c000 - 0x10f54ffff +_opcode.cpython-39-darwin.so (0) <142454F2-7826-336D-B466-4ADFEA3E7ACE> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so
0x10f5dc000 - 0x10f5dffff +termios.cpython-39-darwin.so (0) <202044C2-2BA2-31B0-B916-6A82809CFD1C> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/termios.cpython-39-darwin.so
0x10f6ac000 - 0x10f6b3fff +_bcrypt.abi3.so (???) /usr/local/lib/python3.9/site-packages/bcrypt/_bcrypt.abi3.so
0x10f6b8000 - 0x10f6d7ffb +_cffi_backend.cpython-39-darwin.so (0) /usr/local/lib/python3.9/site-packages/_cffi_backend.cpython-39-darwin.so
0x10f6f4000 - 0x10f6fbfe7 +libffi.7.dylib (0) /usr/local/opt/libffi/lib/libffi.7.dylib
0x10f748000 - 0x10f7a8fdf +_sodium.abi3.so (???) /usr/local/lib/python3.9/site-packages/nacl/_sodium.abi3.so
0x10f8dc000 - 0x10f8dffff +_bisect.cpython-39-darwin.so (0) <81C9EFBA-A0C2-352C-A24E-868A94DE274B> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so
0x10f8ec000 - 0x10f8effff +_random.cpython-39-darwin.so (0) <22CEEFE5-ED85-3E78-9DDD-A25FFF968C5A> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so
0x10f8fc000 - 0x10f903ff7 +_sha512.cpython-39-darwin.so (0) <012A55D4-59F3-39E5-93C2-C3EAE5EC3888> /usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so
0x10fa50000 - 0x10fdbb633 +_openssl.abi3.so (0) /usr/local/lib/python3.9/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so
0x110298000 - 0x1102abffb +libusb-1.0.0.dylib (0) <322A75EB-8CD0-3817-BADA-1FD1EAF257F9> /usr/local/Cellar/libusb/1.0.24/lib/libusb-1.0.0.dylib
0x110303000 - 0x11030affb com.apple.iokit.IOUSBLib (900.4.2 - 900.4.2) <937F8041-E54A-357C-AC75-581798370B91> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0x11031b000 - 0x110323ffb com.apple.iokit.IOUSBLib (900.4.2 - 900.4.2) <51710819-4CD5-3A9C-BDA3-66A427DEF9C1> /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0x112599000 - 0x11262af47 dyld (750.6) <1D318D60-C9B0-3511-BE9C-82AFD2EF930D> /usr/lib/dyld
0x7fff24e4c000 - 0x7fff24e5bff7 libSimplifiedChineseConverter.dylib (76) <07231027-C1CD-3E1D-A7A4-F717E91AA91D> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x7fff31d81000 - 0x7fff32200feb com.apple.CoreFoundation (6.9 - 1677.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff34b77000 - 0x7fff34c1bff3 com.apple.framework.IOKit (2.0.2 - 1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff687e8000 - 0x7fff687eaff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff68cbe000 - 0x7fff68cbffff libSystem.B.dylib (1281.100.1) <0A6C8BA1-30FD-3D10-83FD-FF29E221AFFE> /usr/lib/libSystem.B.dylib
0x7fff68f86000 - 0x7fff68f96ffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
0x7fff68f97000 - 0x7fff68fa3fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
0x7fff68fa4000 - 0x7fff68ff6fff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
0x7fff68ff7000 - 0x7fff6900cffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib
0x7fff69a4f000 - 0x7fff69a4ffff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
0x7fff69a50000 - 0x7fff69a68fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib
0x7fff69a76000 - 0x7fff69a78fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
0x7fff69a79000 - 0x7fff69a7ef57 libffi.dylib (26) <6068BAD9-0878-3491-97E4-6CF6BC813C2E> /usr/lib/libffi.dylib
0x7fff69b88000 - 0x7fff69ddffff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
0x7fff6ab1e000 - 0x7fff6ab51fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
0x7fff6b1fa000 - 0x7fff6b20cff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
0x7fff6babb000 - 0x7fff6bac0ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff6bac1000 - 0x7fff6baccfff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff6bacd000 - 0x7fff6bad4fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
0x7fff6bad5000 - 0x7fff6badeff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
0x7fff6badf000 - 0x7fff6bb71fdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib
0x7fff6bc7e000 - 0x7fff6bcbeff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff6bcbf000 - 0x7fff6bcf5fff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
0x7fff6bcf6000 - 0x7fff6bcf6ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff6bcf7000 - 0x7fff6bd03ff3 libkxld.dylib (6153.141.2.2) <30AACC57-2314-3863-94B2-64AB3E002B35> /usr/lib/system/libkxld.dylib
0x7fff6bd04000 - 0x7fff6bd04ff7 liblaunch.dylib (1738.140.1) /usr/lib/system/liblaunch.dylib
0x7fff6bd05000 - 0x7fff6bd0aff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff6bd0b000 - 0x7fff6bd0dff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib
0x7fff6bd0e000 - 0x7fff6bd0fff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
0x7fff6bd10000 - 0x7fff6bd27ff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
0x7fff6bd28000 - 0x7fff6bd28ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
0x7fff6bd29000 - 0x7fff6bdb0fff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib
0x7fff6bdb1000 - 0x7fff6bdb4ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib
0x7fff6bdb5000 - 0x7fff6bdb8fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib
0x7fff6bdb9000 - 0x7fff6bdc1fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
0x7fff6bdc2000 - 0x7fff6bdc9fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff6bdca000 - 0x7fff6bdcbffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
0x7fff6bdcc000 - 0x7fff6be19ff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
0x7fff6be1a000 - 0x7fff6be46ff7 libsystem_kernel.dylib (6153.141.2.2) <5CDBBC06-6CA6-3432-9FDA-681047866F3E> /usr/lib/system/libsystem_kernel.dylib
0x7fff6be47000 - 0x7fff6be8efff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
0x7fff6be8f000 - 0x7fff6beb6fff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
0x7fff6beb7000 - 0x7fff6bec4ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff6bec5000 - 0x7fff6beceff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff6becf000 - 0x7fff6bed7fef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
0x7fff6bed8000 - 0x7fff6bee2fff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
0x7fff6bee3000 - 0x7fff6bee7ff3 libsystem_sandbox.dylib (1217.141.2) <051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6bee8000 - 0x7fff6beeafff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff6beeb000 - 0x7fff6bef2ffb libsystem_symptoms.dylib (1238.120.1) <5820A2AF-CE72-3AB3-ABCC-273A3419FB55> /usr/lib/system/libsystem_symptoms.dylib
0x7fff6bef3000 - 0x7fff6bf09ff2 libsystem_trace.dylib (1147.120) <04B47629-847B-3D74-8ABE-C05EF9DEEFE4> /usr/lib/system/libsystem_trace.dylib
0x7fff6bf0b000 - 0x7fff6bf10ff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
0x7fff6bf11000 - 0x7fff6bf46ffe libxpc.dylib (1738.140.1) <3E243A41-030F-38E3-9FD2-7B38C66C35B1> /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 32.0M 1
Kernel Alloc Once 8K 1
MALLOC 132.9M 45
MALLOC guard page 16K 4
MALLOC_LARGE (reserved) 128K 1 reserved VM address space (unallocated)
STACK GUARD 8K 2
Stack 16.5M 2
VM_ALLOCATE 12.2M 49
__DATA 3302K 92
__DATA_CONST 704K 34
__LINKEDIT 391.3M 64
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 22.4M 88
__UNICODE 564K 1
mapped file 28K 1
shared memory 12K 3
=========== ======= =======
TOTAL 646.4M 392
TOTAL, minus reserved VM space 646.2M 392

Model: iMac20,1, BootROM 1037.147.4.0.0 (iBridge: 17.16.16610.0.0,0), 8 processors, 8-Core Intel Core i7, 3.8 GHz, 8 GB, SMC
Graphics: kHW_AMDRadeonPro5500XTItem, AMD Radeon Pro 5500 XT, spdisplays_pcie_device, 8 GB
Memory Module: Slot 2 (Channel A / DIMM 0), 4 GB, DDR4, 2667 MHz, SK Hynix, HMA851S6DJR6N-VK
Memory Module: Slot 4 (Channel B / DIMM 0), 4 GB, DDR4, 2667 MHz, SK Hynix, HMA851S6DJR6N-VK
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Apr 7 2020 13:09:12 version 9.30.357.41.32.5.49 FWID 01-617711e7
Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
USB Device: USB 3.1 Bus
USB Device: Apple Mobile Device (DFU Mode)
USB Device: Apple T2 Bus
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: iMac, Apple Inc., 58.2
由于苹果5不在这个是iPad mini2降级的10.3.3,但跟iPhone 5降级 报错类似