Skip to content

Commit

Permalink
add 12.0 (16A366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuikyo committed Sep 18, 2018
1 parent 841a8b9 commit 6e0833c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ That's the meaning of this repository, to share these system symbols.

## Extract Symbols from Firmware

We can almost get all systems' symbols from firmwares now. And after iOS 10, firmwares are not encrypted any more.
We can almost get all systems' symbols from firmwares now. And after iOS 10, firmwares are not encrypted any more. You can also get symbols of beta firmwares.

How to extract symbols:

Expand Down
7 changes: 4 additions & 3 deletions collected-symbol-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can download the symbols you need here:

[iOS system symbol files(9.2.1-10.3.1)](https://drive.google.com/drive/folders/0B5oBYvBG2NS7aDVTR1JzX2JXaFE?usp=sharing)

[iOS system symbol files(10.3.2-11.4.1)](https://drive.google.com/drive/folders/0B9ItUz-PHtRLb3hidV9kUGJUMkE?usp=sharing)
[iOS system symbol files(10.3.2-12.0)](https://drive.google.com/drive/folders/0B9ItUz-PHtRLb3hidV9kUGJUMkE?usp=sharing)

If you're in China, check here:

Expand All @@ -16,14 +16,15 @@ I take those `dyld_shared_cache_xxxx` files in `Symbols/System/Library/Caches/co

## Symbols list

There are 76 version from `7.0 (11A465)` to `11.4.1 (15G77)`(if you count OS version with CPU architecture, it's 160).
There are 77 version from `7.0 (11A465)` to `12.0 (16A366)`(if you count OS version with CPU architecture, it's 161).

Here is the list of symbols from `7.0`to`11.4.1`, with their CPU architecture version I've got.
Here is the list of symbols from `7.0`to`12.0`, with their CPU architecture version I've got.

The list will be updated when i get new symbol files.

OS Version|Collected Architecture|Description
-------------------|------------------|---------------
12.0 (16A366)|arm64|
11.4.1 (15G77)|arm64|
11.4 (15F79)|arm64|
11.3.1 (15E302)|arm64|
Expand Down

0 comments on commit 6e0833c

Please sign in to comment.