Giter VIP home page Giter VIP logo

flippernestedrecovery's Introduction

Flipper Nested Recovery script

Script recovers keys from collected authorization attempts (nonces). You can collect nonces on Flipper Zero with FlipperNested

Flipper Zero should be connected with USB cable and not used by ANY other software (./fbt log, qFlipper, lab.flipper.net)

Installation

pip install --upgrade FlipperNested

or, install from sources:

pip install --upgrade pyserial protobuf wheel setuptools
python setup.py sdist bdist_wheel
pip install --user --upgrade --find-links=./dist FlipperNested

Usage

$ FlipperNested
[?] Checking 12345678.nonces
Recovering key type A, sector 0
Found 1 key(s): ['ffffffffffff']
...
[+] Found potential 32 keys, use "Check found keys" in app
$ FlipperNested --help
usage: FlipperNested [-h] [--uid UID] [--progress] [--save] [--preserve] [--file FILE]

Recover keys after Nested attack

options:
  -h, --help   show this help message and exit
  --uid UID    Recover only for this UID
  --port PORT  Port to connect
  --progress   Show key recovery progress bar
  --save       Debug: Save nonces/keys from Flipper
  --preserve   Debug: Don't remove nonces after recovery
  --file FILE  Debug: Recover keys from local .nonces file

flippernestedrecovery's People

Contributors

aloneliberty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

flippernestedrecovery's Issues

Error in Key Calculation

Windows fatal exception: access violation

Thread 0x00008428 (most recent call first):
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\site-packages\FlipperNested\main.py", line 317 in calculate_keys_hard
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\site-packages\FlipperNested\main.py", line 15 in wrapper_hard
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108 in run
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314 in _bootstrap
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 135 in _main
  File "C:\Users\rtdil\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 122 in spawn_main
  File "<string>", line 1 in <module>

Got this error seconds after checking a nonce

having trouble running "FlipperNested" in Terminal.

Hello,
I am having trouble running "FlipperNested" in Terminal.
I typed: python -m FlipperNested
and nothing happens.
No error message saying that the file does not exist, nothing.
Wondering if someone could help.

Update:
when the Flipper is not plugged in and I try to execute, the terminal spits out "Flipper missing" message.
when qFlipper is open (and flipper is connected) and I try to execute, it gives me a permission error.
Please help
Thanks.
(I'm VERY new to this)

unable to start the python script, crashes on both Windows and Linux "TypeError: MessageToDict() got an unexpected keyword argument 'including_default_value_fields'"

Followed the English Guide, after running the nested attack and running the script I got this error (happened on Linux and Windows), I am running an older version of Xtreme as that was the easiest way to get the app on Flipper...

Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\__main__.py", line 4, in <module>
    main()
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\cli.py", line 17, in main
    flipper.run(args)
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\main.py", line 44, in run
    self.extract_nonces_from_flipper()
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\main.py", line 156, in extract_nonces_from_flipper
    self.check_legacy_folder()
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\main.py", line 185, in check_legacy_folder
    files = self.connection.get_files(self.LEGACY_PATH[:-1])
  File "C:\Users\Yuki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\FlipperNested\bridge.py", line 126, in get_files
    MessageToDict(message=rep_data.storage_list_response, including_default_value_fields=True, )["file"])
TypeError: MessageToDict() got an unexpected keyword argument 'including_default_value_fields'```

Set `--save` and `--preserve` flags by default

In my case the process was interrupted and thereby lost any progress made. The cracked keys were added to my library, but before I could continue cracking, I had to rescan the entire card again. Why are these not set by default (or set to save the progress if interrupted)? Could these be set by default?

Different OS Different result on python key recovery

I have no idea why running on Windows can recover the key but not Mac.

Macbook air m1 14.0 (23A344)
python 3.9.6
FlipperNested 2.3.2

[?] Checking 043251AA8A1390.nonces
Recovering key type B, sector 15
[=] Hardnested attack starting...
[=] ---------+---------+---------------------------------------------------------+-----------------+-------
[=] | | | Expected to brute force
[=] Time | #nonces | Activity | #states | time
[=] ---------+---------+---------------------------------------------------------+-----------------+-------
[=] 0 | 0 | Start using 8 threads | |
[=] 0 | 0 | Brute force benchmark: 569 million (2^29.1) keys/s | 140737488355328 | 3d
[=] 1 | 0 | Using 235 precalculated bitflip state tables | 140737488355328 | 3d
[=] 3 | 256 | Loading nonces from file | 133066162176 | 4min
[=] 6 | 512 | Loading nonces from file | 131533676544 | 4min
[=] 8 | 768 | Loading nonces from file | 131533676544 | 4min
[=] 8 | 1024 | Loading nonces from file | 131533676544 | 4min
[=] 8 | 1024 | Loading nonces from file | 131533676544 | 4min
[=] 8 | 1280 | Loading nonces from file | 131533676544 | 4min
[=] 8 | 1536 | Loading nonces from file | 131533676544 | 4min
[-] No match for the First_Byte_Sum (137), is the card a genuine MFC Ev1?
Found 0 key(s): []
[!] Failed to find keys for this sector, try running Nested attack again
[-] No keys found!

Window10
python 3.11.7
FlipperNested 2.3.2

[?] Checking 043251AA8A1390.nonces
Recovering key type B, sector 15
[=] Hardnested attack starting...
[=] | | | Expected to brute force
[=] ---------+---------+---------------------------------------------------------+-----------------+-------
[=] 0 | 0 | Start using 16 threads | |
[=] 0 | 0 | Brute force benchmark: 154 million (2^27.2) keys/s | 140737488355328 | 11d
[=] 1 | 0 | Using 235 precalculated bitflip state tables | 140737488355328 | 11d
[=] 6 | 256 | Loading nonces from file | 133066162176 | 14min
[=] 9 | 512 | Loading nonces from file | 131533676544 | 14min
[=] 10 | 768 | Loading nonces from file | 131533676544 | 14min
[=] 11 | 1024 | Loading nonces from file | 131533676544 | 14min
[=] 11 | 1024 | Loading nonces from file | 131533676544 | 14min
[=] 11 | 1280 | Loading nonces from file | 131533676544 | 14min
[=] 11 | 1536 | Loading nonces from file | 131533676544 | 14min
[=] 12 | 1747 | Apply Sum property. Sum(a0) = 96 | 4084880640 | 27s
[=] 13 | 1747 | Apply bit flip properties | 4084880640 | 27s
[=] 13 | 1747 | Apply bit flip properties | 4084880640 | 27s
[=] 13 | 1747 | Apply bit flip properties | 4084880640 | 27s
[=] 13 | 1747 | (1. guess: Sum(a8) = 64) | 4084880640 | 27s
[=] 14 | 1747 | Apply Sum(a8) and all bytes bitflip properties | 3920640512 | 26s
[=] 16 | 1747 | (2. guess: Sum(a8) = 128) | 6084457984 | 40s
[=] 16 | 1747 | (Estimated Sum(a8) is WRONG! Correct Sum(a8) = 0) | 6084457984 | 40s
[=] 19 | 1747 | Apply Sum(a8) and all bytes bitflip properties | 4433971200 | 29s
[=] 25 | 1747 | Brute force phase: 2.70% | 4376260608 | 29s
[=] 48 | 1747 | Brute force phase: 6.06% | 4304308736 | 28s
[=] 53 | 1747 | Brute force phase: 17.76% | 4053706240 | 26s
[=] 68 | 1747 | Brute force phase: 22.46% | 3953025536 | 26s
[=] 73 | 1747 | Brute force phase: 27.61% | 3842649856 | 25s
[=] 79 | 1747 | Brute force phase: 52.11% | 3318186496 | 22s
[=] 84 | 1747 | Brute force phase completed. Key found: B9BABBBCBDBE | 0 | 0s
Found 1 key(s): ['b9babbbcbdbe']
[+] Found potential 1 keys, use "Check found keys" in app

'Apply bit flip properties' stuck for 18 hours

image

Tired to do everything according to the tutorial, but unfortunately script stucks at 'Apply bit flip properties' message. Time is still ticking(in the script) and my computer is hot as heck. Is that an expected behavior? Do I need to wait more?
Also that happens only when script tries sector B, with sector A there is no issues

Feat. request: Cracking of files without connecting to F0

I would like to ask if it would be possible to add a way to crack files manually extracted from F0 by other means. This would be useful especially for brute-forcing, as we could extract the data, upload to a more powerful machine like a server and leave the bruteforce running without needing F0 to be connected. Once done there would be some sort of output file or just a list of found keys in terminal to load onto flipper.

I already took a look at implementing it myself but it has been years since I touched C and I rarely use python as well so I feel out of my element a little. I may keep working on it by myself along with trying to see if I could use GPU to accelerate the cracking, maybe I will just write my own tool in a different lang though.

Fatal Python error: Segmentation fault

I think this is again an issue with one of the underlying libraries and not with the app itself, but I encountered this error just now. Let me know who I should report this to and I will.

Recovering key type B, sector 32
[=] Hardnested attack starting...
[=] ---------+---------+---------------------------------------------------------+-----------------+-------
[=]          |         |                                                         | Expected to brute force
[=]  Time    | #nonces | Activity                                                | #states         | time 
[=] ---------+---------+---------------------------------------------------------+-----------------+-------
[=]        0 |       0 | Start using 8 threads                                   |                 |
[=]        0 |       0 | Brute force benchmark: 362 million (2^28,4) keys/s      | 140737488355328 |    5d
[=]        1 |       0 | Using 235 precalculated bitflip state tables            | 140737488355328 |    5d
[=]       11 |     256 | Loading nonces from file                                |     20366032896 |   56s
[=]       19 |     512 | Loading nonces from file                                |     20366032896 |   56s
[=]       22 |     768 | Loading nonces from file                                |     20366032896 |   56s
[=]       24 |    1024 | Loading nonces from file                                |     20366032896 |   56s
[=]       24 |    1280 | Loading nonces from file                                |     20366032896 |   56s
[=]       27 |    1326 | Apply Sum property. Sum(a0) = 128                       |      4428968960 |   12s
[=]       28 |    1327 | Apply bit flip properties                               |      4428968960 |   12s
[=]       28 |    1328 | Apply bit flip properties                               |      4428968960 |   12s
[=]       29 |    1329 | Apply bit flip properties                               |      4428968960 |   12s
[=]       29 |    1329 | (Ignoring Sum(a8) properties)                           |      4428968960 |   12s
Fatal Python error: Segmentation fault

Thread 0x00007f9d99c2d740 (most recent call first):
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/main.py", line 317 in calculate_keys_hard
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/main.py", line 15 in wrapper_hard
  File "/usr/lib/python3.11/multiprocessing/process.py", line 108 in run
  File "/usr/lib/python3.11/multiprocessing/process.py", line 314 in _bootstrap
  File "/usr/lib/python3.11/multiprocessing/popen_fork.py", line 71 in _launch
  File "/usr/lib/python3.11/multiprocessing/popen_fork.py", line 19 in __init__
  File "/usr/lib/python3.11/multiprocessing/context.py", line 281 in _Popen
  File "/usr/lib/python3.11/multiprocessing/context.py", line 224 in _Popen
  File "/usr/lib/python3.11/multiprocessing/process.py", line 121 in start
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/main.py", line 212 in recover_keys
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/main.py", line 171 in extract_nonces_from_flipper
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/main.py", line 44 in run
  File "/home/masqueey/.local/pipx/venvs/flippernested/lib/python3.11/site-packages/FlipperNested/cli.py", line 17 in main
  File "/home/masqueey/.local/bin/FlipperNested", line 8 in <module>

Extension modules: google._upb._message, hardnested (total: 2)
[!!!] Something went VERY wrong in key recovery.
You MUST report this to developer!
[+] Found potential 16 keys, use "Check found keys" in app
[?] Saved keys to F1AC340C.keys

The following zip contains the nonces and thus far found keys: debug.zip

Unable to Install on Windows

I'm wondering if this is supported on Windows.
I'm receiving issues with the pthread.h dependency.
I've seemingly installed it using vcpkg and configured it to be available to the MSVC build tools, but installing this package still fails with the following error:

 NestedSolver/library.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2

Any idea what might be causing this issue? If the solution is to "just use linux" then I'll do that, lol.

Flipper is missing

Hi, I have Ubuntu and I installed the FlipperNested library and ran it. Even with the flipper zero plugged in it says the flipper is missing. I have already tried:

  • restarting computer
  • unplugging and plugging the flipper
  • restarting the flipper
  • changing the port where the flipper is
  • checking the HID and VID to see if it matches the bridge.py
  • installing the latest FlipperNested

What is the problem?

Something went VERY wrong, reporting

Output from application:

[!!!] Something went VERY wrong in key recovery.
You MUST report this to developer!
[+] Found potential 3 keys, use "Check found keys" in app

Output from Mac OS "Problem Reporting":

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Python [8790]
Path:                  /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
Identifier:            org.python.python
Version:               3.10.10 (3.10.10)
Code Type:             X86-64 (Native)
Parent Process:        Python [8761]
Responsible:           iTerm2 [61840]
User ID:               501

Date/Time:             2023-08-14 20:20:06.3527 +0200
OS Version:            macOS 13.4.1 (22F770820d)
Report Version:        12
Bridge OS Version:     7.5 (20P5060)
Anonymous UUID:        B8CDD317-2DF5-4A56-0E00-66810F40A84F

Sleep/Wake UUID:       187D29ED-E018-4CE9-BC81-656A65F8B868

Time Awake Since Boot: 270000 seconds
Time Since Wake:       97 seconds

System Integrity Protection: enabled

Crashed Thread:        1

Exception Type:        EXC_BAD_ACCESS (SIGILL)
Exception Codes:       KERN_PROTECTION_FAILURE at 0x000070000b9e7fe0
Exception Codes:       0x0000000000000002, 0x000070000b9e7fe0

Termination Reason:    Namespace SIGNAL, Code 4 Illegal instruction: 4
Terminating Process:   Python [8790]

VM Region Info: 0x70000b9e7fe0 is in 0x70000b9e7000-0x70000b9e8000;  bytes after start: 4064  bytes before end: 31
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO (reserved)   600018000000-600020000000 [128.0M] rw-/rwx SM=NUL  ...(unallocated)
      GAP OF 0xfffeb9e7000 BYTES
--->  STACK GUARD              70000b9e7000-70000b9e8000 [    4K] ---/rwx SM=NUL  ... for thread 1
      Stack                    70000b9e8000-70000ba6a000 [  520K] rw-/rwx SM=PRV  thread 1

Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	    0x7ff815ef6d2e __ulock_wait + 10
1   libsystem_pthread.dylib       	    0x7ff815f359b9 _pthread_join + 348
2   hardnested.cpython-310-darwin.so	       0x10d2dce8b brute_force_bs + 459
3   hardnested.cpython-310-darwin.so	       0x10d2cccfa mfnestedhard + 16138
4   hardnested.cpython-310-darwin.so	       0x10d2ddb4a run_hardnested + 58
5   hardnested.cpython-310-darwin.so	       0x10d2deda4 run_hardnested_python + 52
6   Python                        	       0x10c3ba1f5 cfunction_call + 90
7   Python                        	       0x10c36c853 _PyObject_MakeTpCall + 132
8   Python                        	       0x10c46746b call_function + 292
9   Python                        	       0x10c45f99a _PyEval_EvalFrameDefault + 29761
10  Python                        	       0x10c45728d _PyEval_Vector + 342
11  Python                        	       0x10c4591ca _PyEval_EvalFrameDefault + 3185
12  Python                        	       0x10c45728d _PyEval_Vector + 342
13  Python                        	       0x10c4591ca _PyEval_EvalFrameDefault + 3185
14  Python                        	       0x10c45728d _PyEval_Vector + 342
15  Python                        	       0x10c4673f3 call_function + 172
16  Python                        	       0x10c45e34d _PyEval_EvalFrameDefault + 24052
17  Python                        	       0x10c45728d _PyEval_Vector + 342
18  Python                        	       0x10c4673f3 call_function + 172
19  Python                        	       0x10c45e34d _PyEval_EvalFrameDefault + 24052
20  Python                        	       0x10c45728d _PyEval_Vector + 342
21  Python                        	       0x10c4673f3 call_function + 172
22  Python                        	       0x10c45d37f _PyEval_EvalFrameDefault + 20006
23  Python                        	       0x10c45728d _PyEval_Vector + 342
24  Python                        	       0x10c4673f3 call_function + 172
25  Python                        	       0x10c45d441 _PyEval_EvalFrameDefault + 20200
26  Python                        	       0x10c45728d _PyEval_Vector + 342
27  Python                        	       0x10c457121 PyEval_EvalCode + 114
28  Python                        	       0x10c4b7c67 run_eval_code_obj + 72
29  Python                        	       0x10c4b7bf7 run_mod + 96
30  Python                        	       0x10c4bae1c PyRun_StringFlags + 120
31  Python                        	       0x10c4bad6c PyRun_SimpleStringFlags + 69
32  Python                        	       0x10c4d7e4e Py_RunMain + 410
33  Python                        	       0x10c4d933f Py_BytesMain + 42
34  dyld                          	    0x7ff815bda41f start + 1903

Thread 1 Crashed:
0   libsystem_platform.dylib      	    0x7ff815f615d0 _sigtramp + 0
1   Python                        	       0x10c5416e1 faulthandler_fatal_error + 59
2   Python                        	       0x10c5416e1 faulthandler_fatal_error + 59
3   libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
4   ???                           	               0x0 ???
5   libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
6   ???                           	               0x0 ???
7   libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
8   ???                           	               0x0 ???
9   libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
10  ???                           	               0x0 ???
11  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
12  ???                           	               0x0 ???
13  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
14  ???                           	               0x0 ???
15  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
16  ???                           	               0x0 ???
17  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
18  ???                           	               0x0 ???
19  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
20  ???                           	               0x0 ???
21  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
22  ???                           	               0x0 ???
23  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
24  ???                           	               0x0 ???
25  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
26  ???                           	               0x0 ???
27  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
28  ???                           	               0x0 ???
29  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
30  ???                           	               0x0 ???
31  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
32  ???                           	               0x0 ???
33  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
34  ???                           	               0x0 ???
35  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
36  ???                           	               0x0 ???
37  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
38  ???                           	               0x0 ???
39  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
40  ???                           	               0x0 ???
41  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
42  ???                           	               0x0 ???
43  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
44  ???                           	               0x0 ???
45  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
46  ???                           	               0x0 ???
47  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
48  ???                           	               0x0 ???
49  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
50  ???                           	               0x0 ???
51  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
52  ???                           	               0x0 ???
53  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
54  ???                           	               0x0 ???
55  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
56  ???                           	               0x0 ???
57  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
58  ???                           	               0x0 ???
59  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
60  ???                           	               0x0 ???
61  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
62  ???                           	               0x0 ???
63  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
64  ???                           	               0x0 ???
65  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
66  ???                           	               0x0 ???
67  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
68  ???                           	               0x0 ???
69  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
70  ???                           	               0x0 ???
71  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
72  ???                           	               0x0 ???
73  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
74  ???                           	               0x0 ???
75  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
76  ???                           	               0x0 ???
77  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
78  ???                           	               0x0 ???
79  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
80  ???                           	               0x0 ???
81  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
82  ???                           	               0x0 ???
83  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
84  ???                           	               0x0 ???
85  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
86  ???                           	               0x0 ???
87  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
88  ???                           	               0x0 ???
89  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
90  ???                           	               0x0 ???
91  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
92  ???                           	               0x0 ???
93  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
94  ???                           	               0x0 ???
95  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
96  ???                           	               0x0 ???
97  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
98  ???                           	               0x0 ???
99  libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
100 ???                           	               0x0 ???
101 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
102 ???                           	               0x0 ???
103 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
104 ???                           	               0x0 ???
105 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
106 ???                           	               0x0 ???
107 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
108 ???                           	               0x0 ???
109 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
110 ???                           	               0x0 ???
111 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
112 ???                           	               0x0 ???
113 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
114 ???                           	               0x0 ???
115 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
116 ???                           	               0x0 ???
117 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
118 ???                           	               0x0 ???
119 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
120 ???                           	               0x0 ???
121 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
122 ???                           	               0x0 ???
123 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
124 ???                           	               0x0 ???
125 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
126 ???                           	               0x0 ???
127 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
128 ???                           	               0x0 ???
129 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
130 ???                           	               0x0 ???
131 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
132 ???                           	               0x0 ???
133 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
134 ???                           	               0x0 ???
135 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
136 ???                           	               0x0 ???
137 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
138 ???                           	               0x0 ???
139 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
140 ???                           	               0x0 ???
141 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
142 ???                           	               0x0 ???
143 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
144 ???                           	               0x0 ???
145 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
146 ???                           	               0x0 ???
147 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
148 ???                           	               0x0 ???
149 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
150 ???                           	               0x0 ???
151 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
152 ???                           	               0x0 ???
153 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
154 ???                           	               0x0 ???
155 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
156 ???                           	               0x0 ???
157 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
158 ???                           	               0x0 ???
159 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
160 ???                           	               0x0 ???
161 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
162 ???                           	               0x0 ???
163 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
164 ???                           	               0x0 ???
165 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
166 ???                           	               0x0 ???
167 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
168 ???                           	               0x0 ???
169 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
170 ???                           	               0x0 ???
171 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
172 ???                           	               0x0 ???
173 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
174 ???                           	               0x0 ???
175 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
176 ???                           	               0x0 ???
177 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
178 ???                           	               0x0 ???
179 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
180 ???                           	               0x0 ???
181 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
182 ???                           	               0x0 ???
183 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
184 ???                           	               0x0 ???
185 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
186 ???                           	               0x0 ???
187 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
188 ???                           	               0x0 ???
189 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
190 ???                           	               0x0 ???
191 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
192 ???                           	               0x0 ???
193 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
194 ???                           	               0x0 ???
195 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
196 ???                           	               0x0 ???
197 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
198 ???                           	               0x0 ???
199 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
200 ???                           	               0x0 ???
201 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
202 ???                           	               0x0 ???
203 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
204 ???                           	               0x0 ???
205 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
206 ???                           	               0x0 ???
207 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
208 ???                           	               0x0 ???
209 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
210 ???                           	               0x0 ???
211 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
212 ???                           	               0x0 ???
213 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
214 ???                           	               0x0 ???
215 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
216 ???                           	               0x0 ???
217 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
218 ???                           	               0x0 ???
219 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
220 ???                           	               0x0 ???
221 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
222 ???                           	               0x0 ???
223 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
224 ???                           	               0x0 ???
225 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
226 ???                           	               0x0 ???
227 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
228 ???                           	               0x0 ???
229 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
230 ???                           	               0x0 ???
231 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
232 ???                           	               0x0 ???
233 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
234 ???                           	               0x0 ???
235 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
236 ???                           	               0x0 ???
237 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
238 ???                           	               0x0 ???
239 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
240 ???                           	               0x0 ???
241 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
242 ???                           	               0x0 ???
243 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
244 ???                           	               0x0 ???
245 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
246 ???                           	               0x0 ???
247 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
248 ???                           	               0x0 ???
249 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
250 ???                           	               0x0 ???
251 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
252 ???                           	               0x0 ???
253 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
254 ???                           	               0x0 ???
255 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
256 ???                           	               0x0 ???
257 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
258 ???                           	               0x0 ???
259 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
260 ???                           	               0x0 ???
261 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
262 ???                           	               0x0 ???
263 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
264 ???                           	               0x0 ???
265 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
266 ???                           	               0x0 ???
267 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
268 ???                           	               0x0 ???
269 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
270 ???                           	               0x0 ???
271 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
272 ???                           	               0x0 ???
273 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
274 ???                           	               0x0 ???
275 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
276 ???                           	               0x0 ???
277 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
278 ???                           	               0x0 ???
279 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
280 ???                           	               0x0 ???
281 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
282 ???                           	               0x0 ???
283 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
284 ???                           	               0x0 ???
285 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
286 ???                           	               0x0 ???
287 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
288 ???                           	               0x0 ???
289 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
290 ???                           	               0x0 ???
291 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
292 ???                           	               0x0 ???
293 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
294 ???                           	               0x0 ???
295 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
296 ???                           	               0x0 ???
297 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
298 ???                           	               0x0 ???
299 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
300 ???                           	               0x0 ???
301 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
302 ???                           	               0x0 ???
303 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
304 ???                           	               0x0 ???
305 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
306 ???                           	               0x0 ???
307 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
308 ???                           	               0x0 ???
309 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
310 ???                           	               0x0 ???
311 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
312 ???                           	               0x0 ???
313 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
314 ???                           	               0x0 ???
315 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
316 ???                           	               0x0 ???
317 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
318 ???                           	               0x0 ???
319 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
320 ???                           	               0x0 ???
321 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
322 ???                           	               0x0 ???
323 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
324 ???                           	               0x0 ???
325 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
326 ???                           	               0x0 ???
327 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
328 ???                           	               0x0 ???
329 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
330 ???                           	               0x0 ???
331 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
332 ???                           	               0x0 ???
333 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
334 ???                           	               0x0 ???
335 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
336 ???                           	               0x0 ???
337 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
338 ???                           	               0x0 ???
339 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
340 ???                           	               0x0 ???
341 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
342 ???                           	               0x0 ???
343 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
344 ???                           	               0x0 ???
345 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
346 ???                           	               0x0 ???
347 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
348 ???                           	               0x0 ???
349 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
350 ???                           	               0x0 ???
351 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
352 ???                           	               0x0 ???
353 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
354 ???                           	               0x0 ???
355 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
356 ???                           	               0x0 ???
357 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
358 ???                           	               0x0 ???
359 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
360 ???                           	               0x0 ???
361 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
362 ???                           	               0x0 ???
363 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
364 ???                           	               0x0 ???
365 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
366 ???                           	               0x0 ???
367 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
368 ???                           	               0x0 ???
369 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
370 ???                           	               0x0 ???
371 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
372 ???                           	               0x0 ???
373 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
374 ???                           	               0x0 ???
375 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
376 ???                           	               0x0 ???
377 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
378 ???                           	               0x0 ???
379 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
380 ???                           	               0x0 ???
381 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
382 ???                           	               0x0 ???
383 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
384 ???                           	               0x0 ???
385 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
386 ???                           	               0x0 ???
387 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
388 ???                           	               0x0 ???
389 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
390 ???                           	               0x0 ???
391 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
392 ???                           	               0x0 ???
393 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
394 ???                           	               0x0 ???
395 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
396 ???                           	               0x0 ???
397 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
398 ???                           	               0x0 ???
399 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
400 ???                           	               0x0 ???
401 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
402 ???                           	               0x0 ???
403 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
404 ???                           	               0x0 ???
405 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
406 ???                           	               0x0 ???
407 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
408 ???                           	               0x0 ???
409 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
410 ???                           	               0x0 ???
411 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
412 ???                           	               0x0 ???
413 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
414 ???                           	               0x0 ???
415 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
416 ???                           	               0x0 ???
417 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
418 ???                           	               0x0 ???
419 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
420 ???                           	               0x0 ???
421 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
422 ???                           	               0x0 ???
423 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
424 ???                           	               0x0 ???
425 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
426 ???                           	               0x0 ???
427 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
428 ???                           	               0x0 ???
429 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
430 ???                           	               0x0 ???
431 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
432 ???                           	               0x0 ???
433 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
434 ???                           	               0x0 ???
435 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
436 ???                           	               0x0 ???
437 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
438 ???                           	               0x0 ???
439 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
440 ???                           	               0x0 ???
441 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
442 ???                           	               0x0 ???
443 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
444 ???                           	               0x0 ???
445 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
446 ???                           	               0x0 ???
447 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
448 ???                           	               0x0 ???
449 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
450 ???                           	               0x0 ???
451 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
452 ???                           	               0x0 ???
453 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
454 ???                           	               0x0 ???
455 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
456 ???                           	               0x0 ???
457 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
458 ???                           	               0x0 ???
459 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
460 ???                           	               0x0 ???
461 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
462 ???                           	               0x0 ???
463 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
464 ???                           	               0x0 ???
465 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
466 ???                           	               0x0 ???
467 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
468 ???                           	               0x0 ???
469 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
470 ???                           	               0x0 ???
471 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
472 ???                           	               0x0 ???
473 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
474 ???                           	               0x0 ???
475 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
476 ???                           	               0x0 ???
477 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
478 ???                           	               0x0 ???
479 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
480 ???                           	               0x0 ???
481 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
482 ???                           	               0x0 ???
483 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
484 ???                           	               0x0 ???
485 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
486 ???                           	               0x0 ???
487 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
488 ???                           	               0x0 ???
489 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
490 ???                           	               0x0 ???
491 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
492 ???                           	               0x0 ???
493 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
494 ???                           	               0x0 ???
495 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
496 ???                           	               0x0 ???
497 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
498 ???                           	               0x0 ???
499 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
500 ???                           	               0x0 ???
501 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
502 ???                           	               0x0 ???
503 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
504 ???                           	               0x0 ???
505 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
506 ???                           	               0x0 ???
507 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
508 ???                           	               0x0 ???
509 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29
510 ???                           	               0x0 ???
511 libsystem_platform.dylib      	    0x7ff815f615ed _sigtramp + 29


Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000004000000040  rbx: 0x000070000b9e8a28  rcx: 0x000070000b9e8410  rdx: 0x000000000000000b
  rdi: 0x000000010c5416a6  rsi: 0x0000000000000001  rbp: 0x000070000b9e8580  rsp: 0x000070000b9e7fe8
   r8: 0x000070000b9e8478   r9: 0xe113fea5e55972a4  r10: 0x00000000000048e4  r11: 0x00006000049feac0
  r12: 0xe113fea5e5597cf4  r13: 0x000000000000000b  r14: 0x0000000000000002  r15: 0x00007f866fd8e400
  rip: 0x00007ff815f615d0  rfl: 0x0000000000010202  cr2: 0x000070000b9e7fe0
  
Logical CPU:     6
Error Code:      0x00000006 (no mapping for user data write)
Trap Number:     14

Thread 1 instruction stream:
  81 f9 ec 5e 3b 57 74 10-81 f9 d2 4c 5a 6b 74 08  ...^;Wt....LZkt.
  81 f9 bc 4f ea 78 75 19-c3 48 8d 05 3e 2a 00 00  ...O.xu..H..>*..
  c3 81 f9 35 e8 65 1f 74-10 81 f9 8c b7 90 54 74  ...5.e.t......Tt
  e7 48 8d 05 78 d8 ff ff-c3 48 8d 05 50 01 00 00  .H..x....H..P...
  c3 b9 ff ff ff ff 31 c0-f0 0f b1 0f 0f 85 21 05  ......1.......!.
  00 00 c3 c7 07 00 00 00-00 c3 90 90 90 90 90 90  ................
 [55]48 89 e5 48 89 f8 ff-05 3b b7 6b 43 4c 89 c3  UH..H....;.kCL..	<==
  4d 89 cc 89 d7 48 89 ce-4c 89 c2 ff d0 ff 0d 25  M....H..L......%
  b7 6b 43 48 89 df be 1e-00 00 00 4c 89 e2 e8 4d  .kCH.......L...M
  3f 00 00 0f 0b c3 48 8b-07 ff 60 08 65 8b 0c 25  ?.....H...`.e..%
  18 00 00 00 31 c0 f0 0f-b1 4f 08 0f 85 0f 00 00  ....1....O......
  00 c3 48 8b 07 ff 60 18-c7 47 08 00 00 00 00 c3  ..H...`..G......

Binary Images:
       0x10bf4b000 -        0x10bf4efff org.python.python (3.10.10) <927576b5-4043-331a-8e6d-c453b3a2a456> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
       0x10c300000 -        0x10c5d7fff org.python.python (3.10.10, (c) 2001-2023 Python Software Foundation.) <709ee9ed-287e-3c5d-902b-9365cc0ad84c> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/Python
       0x10c2cc000 -        0x10c2d3fff _struct.cpython-310-darwin.so (*) <36dad0ac-cb6c-30f1-b542-c8bbb881c387> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so
       0x10c699000 -        0x10c6b0fff _pickle.cpython-310-darwin.so (*) <9f19542f-6d2f-393c-b6d3-a22b68dd60cb> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so
       0x10c674000 -        0x10c683fff _socket.cpython-310-darwin.so (*) <3b03d1ef-f382-3cd8-92af-389043d54698> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so
       0x10c6c1000 -        0x10c6ccfff math.cpython-310-darwin.so (*) <c303e5e8-9799-32fe-9741-4152ad7bb9ef> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so
       0x10c2e0000 -        0x10c2e7fff select.cpython-310-darwin.so (*) <e12f51ba-18fa-336f-9597-27e673fcc9b8> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so
       0x10c7ed000 -        0x10c7f4fff array.cpython-310-darwin.so (*) <6c6ef10c-b5dd-36cb-8276-f39965b31d52> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so
       0x10c7d9000 -        0x10c7dcfff fcntl.cpython-310-darwin.so (*) <f112f606-f726-3fce-bbe1-185cc0dee83f> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so
       0x10c801000 -        0x10c804fff _posixsubprocess.cpython-310-darwin.so (*) <d732b35f-5c5a-38c8-9a24-357e72b0f358> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so
       0x10c811000 -        0x10c814fff _multiprocessing.cpython-310-darwin.so (*) <ecb0d482-cde2-364a-976e-20de12909c51> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-darwin.so
       0x10c821000 -        0x10c824fff _posixshmem.cpython-310-darwin.so (*) <7df91c39-8c06-382b-87e0-a0cb323cc42a> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixshmem.cpython-310-darwin.so
       0x10c831000 -        0x10c834fff _queue.cpython-310-darwin.so (*) <6368a908-b242-32cb-b670-1f3dc5d45bac> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so
       0x10c841000 -        0x10c848fff zlib.cpython-310-darwin.so (*) <b972ad7e-3325-322f-849f-9ac91bd79c49> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so
       0x10c855000 -        0x10c858fff _bz2.cpython-310-darwin.so (*) <ca88bf66-6769-3464-b425-763bc323add7> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so
       0x10c865000 -        0x10c86cfff _lzma.cpython-310-darwin.so (*) <870963d3-ec30-34b0-bc40-abff225b4632> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so
       0x10c8a6000 -        0x10c8c9fff liblzma.5.dylib (*) <fefc85bc-22b2-3c94-9da9-2ede9efd5392> /usr/local/Cellar/xz/5.4.2/lib/liblzma.5.dylib
       0x10c879000 -        0x10c87cfff _bisect.cpython-310-darwin.so (*) <69b62c1d-6bd3-3ab3-9780-1f917b1a8bd8> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so
       0x10c889000 -        0x10c88cfff _random.cpython-310-darwin.so (*) <475556f9-a3d1-3b2e-a2a3-23675fa5c195> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so
       0x10c9da000 -        0x10c9e1fff _sha512.cpython-310-darwin.so (*) <926e8e56-c4c6-377b-a44c-c102cbe4ba42> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so
       0x10c9ee000 -        0x10c9f1fff termios.cpython-310-darwin.so (*) <e7847522-4a0d-315a-b8c5-4aaa1f45b86a> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so
       0x10ca21000 -        0x10ca34fff _ctypes.cpython-310-darwin.so (*) <f5f35f1b-c8a2-330f-a87d-276022edda9a> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ctypes.cpython-310-darwin.so
       0x10cae1000 -        0x10cb11fff _message.abi3.so (*) <af85748e-1af5-3575-ae98-8ca5f771392c> /usr/local/lib/python3.10/site-packages/google/_upb/_message.abi3.so
       0x10c9fe000 -        0x10ca05fff binascii.cpython-310-darwin.so (*) <5a004001-7865-3515-8ac5-617a5573afef> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so
       0x10ca45000 -        0x10ca4cfff _json.cpython-310-darwin.so (*) <61944ca5-b20e-33dd-8636-6714edceb824> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so
       0x10ca75000 -        0x10ca84fff _datetime.cpython-310-darwin.so (*) <250c6164-d3a4-3c18-8794-6747eec1800c> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so
       0x10ca59000 -        0x10ca5cfff _heapq.cpython-310-darwin.so (*) <e0e03e1c-327c-39d8-920f-08aadbe729c5> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so
       0x10ca91000 -        0x10ca94fff mmap.cpython-310-darwin.so (*) <001150d1-651f-3d73-8d50-a6de4c106b4a> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so
       0x10cab5000 -        0x10cabcfff _hashlib.cpython-310-darwin.so (*) <8a586b75-0d9b-3d38-acea-4c7c99ef4231> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so
       0x10cda1000 -        0x10cdf0fff libssl.1.1.dylib (*) <de44592e-6aaa-3f1d-ab39-503a960ff51a> /usr/local/Cellar/[email protected]/1.1.1t/lib/libssl.1.1.dylib
       0x10d06e000 -        0x10d22dfff libcrypto.1.1.dylib (*) <7b49aa29-6617-3915-b66e-d17bbb7e19b9> /usr/local/Cellar/[email protected]/1.1.1t/lib/libcrypto.1.1.dylib
       0x10caa1000 -        0x10caa8fff _blake2.cpython-310-darwin.so (*) <09ca0f33-0a45-3371-9ca2-bdfceb17f64b> /usr/local/Cellar/[email protected]/3.10.10_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so
       0x10d2c6000 -        0x10d2e9fff hardnested.cpython-310-darwin.so (*) <43ccb0a7-6e4f-3012-be03-cfb8b7427aff> /usr/local/lib/python3.10/site-packages/hardnested.cpython-310-darwin.so
       0x10cd5c000 -        0x10cd7ffff liblzma.5.dylib (*) <b6423572-9522-3989-bb72-6fe4c48af69a> /usr/local/lib/python3.10/site-packages/FlipperNested/.dylibs/liblzma.5.dylib
    0x7ff815ef4000 -     0x7ff815f2dff7 libsystem_kernel.dylib (*) <eb4e80a0-99da-32dc-b9ad-394fbb50a0ac> /usr/lib/system/libsystem_kernel.dylib
    0x7ff815f2e000 -     0x7ff815f39fff libsystem_pthread.dylib (*) <8cb0b396-011f-31f2-8915-94cde1abae84> /usr/lib/system/libsystem_pthread.dylib
    0x7ff815bd4000 -     0x7ff815c6c5cf dyld (*) <5db85b72-c63a-3182-91e5-5c942ec30e48> /usr/lib/dyld
    0x7ff815f5e000 -     0x7ff815f67fef libsystem_platform.dylib (*) <4ff3bd2f-2167-3ee6-a55d-384703bdf1f5> /usr/lib/system/libsystem_platform.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        1 
MALLOC                             1.4G      636 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            640K        2         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                          8K        2 
Stack                             16.6M        9 
VM_ALLOCATE                       7172K        8 
__DATA                            5486K      173 
__DATA_CONST                      6387K      130 
__DATA_DIRTY                       339K       57 
__LINKEDIT                       172.4M       35 
__OBJC_RO                         66.3M        1 
__OBJC_RW                         2013K        2 
__TEXT                           121.7M      185 
dyld private memory                260K        2 
shared memory                       20K        3 
===========                     =======  ======= 
TOTAL                              2.1G     1251 
TOTAL, minus reserved VM space     1.8G     1251 



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

{"app_name":"Python","timestamp":"2023-08-14 20:20:08.00 +0200","app_version":"3.10.10","slice_uuid":"927576b5-4043-331a-8e6d-c453b3a2a456","build_version":"3.10.10","platform":1,"bundleID":"org.python.python","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4.1 (22F770820d)","roots_installed":0,"name":"Python","incident_id":"914027AC-3F38-479E-8212-19706A7F1E5C"}
{
  "uptime" : 270000,
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro15,2",
  "coalitionID" : 42519,
  "osVersion" : {
    "train" : "macOS 13.4.1",
    "build" : "22F770820d",
    "releaseType" : "User"
  },
  "captureTime" : "2023-08-14 20:20:06.3527 +0200",
  "incident" : "914027AC-3F38-479E-8212-19706A7F1E5C",
  "pid" : 8790,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-08-14 20:19:35.6030 +0200",
  "procStartAbsTime" : 278953245745083,
  "procExitAbsTime" : 278983993843059,
  "procName" : "Python",
  "procPath" : "\/usr\/local\/Cellar\/[email protected]\/3.10.10_1\/Frameworks\/Python.framework\/Versions\/3.10\/Resources\/Python.app\/Contents\/MacOS\/Python",
  "bundleInfo" : 

Different results on my Windows vs Mac

On my Windows machine, it all runs fine and the key is found, and it is indeed the right key.
When I run it on my Mac I get the error:
[!] No match for the First_Byte_Sum (), is the card a genuine MFC Ev1?

I hope someone might have a good answer to why this happens, and maybe a fix too :)

Feature Request - serial over TCP for Android/Chromebook devices

Could we please get an option to use a TCP connection for the serial access to the Flipper?
That way we can use "Communications Bridge Pro" to conect the Flipper to Linux container on a Chromebook or Termux on an Android device.
Something like FlipperNested tcp:localhost:4321

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.