some kind of api for checking whether apple is still signing a given ios build for a
given device, without a full restore
- Rust 100%
| examples | ||
| src | ||
| .gitignore | ||
| .rustfmt.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
isSignedJuice
some kind of api for checking whether apple is still signing a given ios build for a given device, without a full restore
cargo run --release
GET /check?device=iPhone14,5&build=23F84&board=D17AP (device/build/board
come from https://api.ipsw.me/v4/device/<identifier>?type=ipsw; ecid
is optional, random if omitted)
{"is_signed":true,"status":0,"message":"SUCCESS"}
TODO
- maybe some result/ipsw caching??
- replace ipsw.me with something own ipsw.rs