Skip to content

Releases: c22dev/OffsetFinder

Update v0.3

31 Jul 02:07
Compare
Choose a tag to compare

What's new

  • The script now gets informations (Device ID, version, Build ID) from a file in the IPSW directly. This mean it's now 100% accurate compared to the older method which was basic name reading (thanks @benjaminhornbeck6 !).
  • It can also read arguments, so instead of asking you for the URL you can put it in the command directly (see scheme in readme)

What was changed

  • Overall cleanup
  • rm *.raw instead of long command
  • Status indicator (e.g. Downloading files...) now more accurate

Update v0.2

30 Jul 21:15
Compare
Choose a tag to compare

What's new

  • The bash script now automatically detects the IPSW version, build ID and device ID from the URL provided by the user.
  • A confirmation from the user is asked to verify if what the automatic process submitted is correct. If not, user can rectify it.

What was changed

  • The script now uses curl instead of wget
  • Curl is used with the -s tag, meaning the process of downloading the required file is faster, and cleaner.
  • Curl is native in most macOS machines, so no need to install it with brew like wget

Base v0.1

30 Jul 21:00
Compare
Choose a tag to compare

Initial release