Skip to content

Commit 00dbee2

Browse files
committed
add other repository link
1 parent 97bc8dc commit 00dbee2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

collected-symbol-files.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Download
22

3-
Since iOS 10, the system firmware is not encrypted, so you can just get those symbols by yourself. And I will not update the list any more. See [Extract Symbols from Firmware](./README.md#extract-symbols-from-firmware).
4-
53
You can download the symbols you need here:
64

75
[iOS system symbol files(7.0-9.2)](https://drive.google.com/drive/folders/0B-0LZDbSzubRaUdMdTJQc1ZzMUU?usp=sharing)
@@ -16,6 +14,14 @@ If you're in China, check here:
1614

1715
Baidu Netdisk: [https://pan.baidu.com/s/1dknV17E80JZeMK8e8SY8Fw?pwd=r78c](https://pan.baidu.com/s/1dknV17E80JZeMK8e8SY8Fw?pwd=r78c) sharing code: `r78c`
1816

17+
18+
19+
Since iOS 10, the system firmware is not encrypted, so you can just get those symbols by yourself. And I will not update the list any more. See [Extract Symbols from Firmware](./README.md#extract-symbols-from-firmware).
20+
21+
There is another nice guy collecting symbols after iOS 13, see https://github.com/CXTretar/iOS-System-Symbols-Supplement
22+
23+
24+
1925
I take those `dyld_shared_cache_xxxx` files in `Symbols/System/Library/Caches/com.apple.dyld` out to reduce the size of the symbol files. They're not necessary for symbolicating. They're only needed when debugging with a real device. If you need them, download those `xxxx-Caches` files. Only `dyld_shared_cache_xxxx` from real device were kept, those from firmware or from Xcode are not included.
2026

2127
## Symbols list

0 commit comments

Comments
 (0)