Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xpko authored Sep 30, 2024
1 parent 309ea87 commit a69042b
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions iOS/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 刷机
# 基础篇
## 刷机
iOS刷机很简单,直接通过爱思助手进行刷即可,但有几点需要注意

+ 苹果有个验证机制,这个机制有很多限制,你只能刷最新的系统,不能刷老系统,要想刷老系统,需要一个该老系统对应的SHSH2文件,而这个SHSH2文件不好获取的,你只能获取现在可以刷的系统的SHSH2文件,老的系统的SHSH2文件就没法获取了,但也可以通过某些工具强制刷,但这样做会有很多副作用,不建议采用。
Expand All @@ -7,13 +8,13 @@ iOS刷机很简单,直接通过爱思助手进行刷即可,但有几点需
+ 当然一些已经不再提供系统更新支持的老版手机,其最终支持版本会一直可以下载其SHSH2文件,也就是该最终版本会永久支持其刷机
+ 刷机前确认手机是否有[Apple ID 锁(激活锁)](https://www.i4.cn/news_detail_19670.html)(不是[网络锁(运营商锁)](https://www.i4.cn/news_detail_19376.html),网络锁是限制SIM卡的)

# 越狱
## 越狱
+ checkm8
- checkra1n
- palera1n
+

# 抓包
## 抓包
+ IP
- tcp
* http
Expand All @@ -36,8 +37,54 @@ reqable

stream

# 多开
https://github.com/khanhduytran0/LiveContainer

# 工具篇

[多开工具:LiveContainer](https://github.com/khanhduytran0/LiveContainer)
[固件解析工具:ipsw](https://github.com/blacktop/ipsw)
```bash
# 查看固件基础信息
ipsw info path/to/xxx.ipsw
```
```
[IPSW Info]
===========
Version = 14.4.2
BuildVersion = 18D70
OS Type = Production
FileSystem = 038-96340-065.dmg
RestoreRamDisk = [038-96438-065.dmg 038-96118-065.dmg]
Devices
-------
iPad (7th generation)
> iPad7,11_J171AP_18D70
- TimeStamp: 06 Jan 2021 20:35:32 PST
- KernelCache: kernelcache.release.ipad7c
- CPU: A10 Fusion (ARMv8.1-A), ID: t8010
- BootLoaders
* iBEC.ipad7c.RELEASE.im4p
* iBoot.ipad7c.RELEASE.im4p
* iBSS.ipad7c.RELEASE.im4p
* LLB.ipad7c.RELEASE.im4p
* sep-firmware.j171.RELEASE.im4p
iPad (7th generation)
> iPad7,12_J172AP_18D70
- TimeStamp: 06 Jan 2021 20:35:39 PST
- KernelCache: kernelcache.release.ipad7c
- CPU: A10 Fusion (ARMv8.1-A), ID: t8010
- BootLoaders
* iBEC.ipad7c.RELEASE.im4p
* iBoot.ipad7c.RELEASE.im4p
* iBSS.ipad7c.RELEASE.im4p
* LLB.ipad7c.RELEASE.im4p
* sep-firmware.j172.RELEASE.im4p
```





Expand Down

0 comments on commit a69042b

Please sign in to comment.