Skip to content

A PHP implementation of tsschecker for saving iOS SHSH blobs.

License

Notifications You must be signed in to change notification settings

JiJingren/tsschecker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tsschecker-php

A PHP implementation of tsschecker for saving iOS SHSH blobs.

Property Type Required Description
device String Yes Device identifier (e.g., iPhone10,6).
ecid String / Int Yes Device ECID; supports 0x prefix (Hex) or Decimal format.
iosVersion String Optional iOS version number (required for online fetching mode).
buildVersion String Optional Specific Build ID; can be used instead of version (e.g., 21E219).
savePath String No Local directory path where the SHSH result will be saved.
quiet Boolean No Enables quiet mode. If false, detailed execution logs are printed.
generator Int No Custom Generator (Nonce); a random one is generated if left empty.
manifestPath String No Path to a local BuildManifest.plist to skip remote downloading.

About

A PHP implementation of tsschecker for saving iOS SHSH blobs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages