Skip to content

Releases: rA9stuff/LeetDown

Version 2.2

14 Feb 11:47
6be976e
Compare
Choose a tag to compare

[!] This release was rebranded as LeetDown_2.2_REV_A for a hotfix about pwn detection.

  • Adds A6 SoC support for downgrading to iOS 8.4.1.
  • Adds official M1 support for any version of macOS 11+.
  • Vastly improves app & exploit reliability.
  • Fixes bootchain upload errors on iPads.

If you like this project, please consider supporting it, thank you <3.

Version 2.1

15 Sep 18:38
4afab2a
Compare
Choose a tag to compare

Changelog

  • LeetDown now has a settings view with an option to enable debugging of the app and futurerestore for troubleshooting issues easier.

  • LeetDown now asks if you want to save a copy of the OTA blob locally, in case apple decides to unsign OTA firmwares some day.

  • LeetDown can now download an iPSW for the connected device automatically, if you’re unsure about which iPSW to use.

  • LeetDown now checks if the user picked iPSW BuildManifest matches with destination firmware of the connected device.

  • Fixes bootlogo scaling on iPads (I don't have any A7 iPads to test my changes so this hopefully works).

  • Stability and UI improvements.

Version 2.0.1

02 Aug 19:26
d2c4283
Compare
Choose a tag to compare

Changelog

  • LeetDown now uses standard macOS tmp directory (NSTemporaryDirectory) to extract the iPSW (requested by m1stadev).
  • Added a new view called "DFU Helper" which aims to make entering DFU mode easier for inexperienced users.
  • Slight UI, app icon and bootlogo changes.
  • Redesigned DMG window.

Version 2.0

30 Jul 22:40
dd7277f
Compare
Choose a tag to compare

LeetDown 2.0 is a completely rewritten version of LeetDown with many bug fixes and stability improvements.

Changes include:

  • Complete rewrite of the app in ObjC with proper libirecovery integration to handle the process much better.

  • Adds M1 Mac support.

  • LeetDown no longer needs any dependencies installed on the host system to run.

  • Less storage will be used when downgrading (nearly ~5GBs of less storage).

  • Slight UI and app icon changes.

  • macOS will no longer quarantine LeetDown, thanks to Matty :)

Note: Apple Silicon support is experimental and may not work on some conditions, see readme for detailed explanation.

Fix codesigning

27 Jun 09:48
80767aa
Compare
Choose a tag to compare
1.0.5_v2

Update README.md

LeetDown 1.0.5

26 Mar 18:25
479b992
Compare
Choose a tag to compare
  • Adds a new, more detailed terminal-like UI.
  • Fixes the bugs introduced on the version 1.0.4.

Leetdown 1.0.4

11 Mar 21:03
f82ab55
Compare
Choose a tag to compare

Let's be honest, this project isn't an exceptional job. I created this months ago when I didn't know anything about coding in swift, this is why it has to call the scripts to do the real job :p. Anyways, I think I will rewrite this project sometime, with libimobiledevice library built-in. This version removes like 100 lines of inefficient and unnecessary code while fixing the broken dependency install script. I have NO IDEA if it's gonna work or not, I don't have any A7 devices to test anymore. If this doesn't work you can always use the previous version to downgrade.

Version 1.0.3

19 Nov 07:49
5492400
Compare
Choose a tag to compare

⚫ Libusb installation was once again fixed :p
⚫ LeetDown should work fine on Big Sur now.

Version 1.0.2

09 Sep 20:57
Compare
Choose a tag to compare
  • LeetDown now deletes the copied stock ipsw before starting the restore process to help with the disk usage.

  • Added custom.ipsw creation breakpoints.

Version 1.0.1

08 Sep 18:05
d8b1e5e
Compare
Choose a tag to compare

Fixed the libusb installation error
Added a version label inside the app