Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszlapaj/shsh2-helper
Simple Python Script to automate SHSH2 Blobs download and store on Windows.
https://github.com/lukaszlapaj/shsh2-helper
ios ipad iphone shsh2 shshblobs
Last synced: 20 minutes ago
JSON representation
Simple Python Script to automate SHSH2 Blobs download and store on Windows.
- Host: GitHub
- URL: https://github.com/lukaszlapaj/shsh2-helper
- Owner: LukaszLapaj
- License: lgpl-3.0
- Created: 2019-03-14T21:11:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T19:41:13.000Z (about 5 years ago)
- Last Synced: 2024-11-09T19:25:10.614Z (about 2 months ago)
- Topics: ios, ipad, iphone, shsh2, shshblobs
- Language: Python
- Homepage:
- Size: 931 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SHSH2-Helper
Simple Python Script to automate SHSH2 Blobs download and store on Windows.# Install
```
git clone https://github.com/LukaszLapaj/SHSH2-Helper.git
```# Configuration
Go to `helper.py` and set necessary information:
```
ECID = ''
MODEL = ''
BOARDCONFIG = ''
bloobsPerVersion = 3
```# Use
```
python helper.py
```## Credits
* [s0uthwest](https://github.com/s0uthwest) for current Windows binary.