Skip to content

Releases: deviato/DroidPPPwn

Version 1.4

10 Aug 14:14
Compare
Choose a tag to compare
  • Added an option to automatically run the exploit at start-up as a background service. You can also decide whether the device should be switched off automatically after the exploit has succeeded. NOTE: you may need to grant permission for the app to start automatically, depending on your Android system/device (e.g. for xiaomi go to Settings->Apps->Permissions->Autostart and check DroidPPPwn).
  • Cleaned up the code and fixed some minor bugs

Version 1.3.1

08 Jul 09:09
Compare
Choose a tag to compare
  • Updated all stage2.bin files for ps4-hen-vtx payload to the latest version of EchoStretch (PPPwn-1.0310).
  • Hen support has now been added for 7.0x firmwares too.

Version 1.3

23 Jun 15:17
Compare
Choose a tag to compare
  • Added a new pppwn binary build for Android x86_64 architectures.
  • Added support to PS4HEN for all the remaining firmwares. Now only the 7.0x versions remain without payload support, but only with the basic PoC.
  • Added two options to GUI to set optional parameters -nw (don't wait one more PADI before starting) and -rs (use CPU for more precise sleep time) for pppwn.
  • Fixed wrong build for x86 32bit.
  • Unified the installer with a single apk package for both standard and 64-bit-only systems.

Version 1.2.3

17 Jun 20:14
Compare
Choose a tag to compare
  • Recompiled all binaries updating them to the latest version of pppwn_cpp, which enables some previously non-working PS4-slim.
  • Added support for Linux payload for the 11.00 firmware, through a checkbox that allows you to switch between the standard GoldHen stage2 and the LightningMods version.
    I preferred to keep the standard payload loader and not incorporate ps4-linux payload into stage2.bin, to leave the choice of 2gb, 3gb, 4gb versions to you. If you want to replace the payload with your own, with preferred hardcoded ps4-linux loader, overwrite the /data/data/it.deviato.droidpppwn/lib/linux.1100 file with your own stage2.

Please use DroidPPPwn-1.2.3.zip release for all the systems!
The alternate version DroidPPPwn-1.2.3-64bitOnly-Hack.zip is ONLY for those new devices that dropped 32bit support, such as Google Pixel 7 Pro, Pixel 8 and Pixel 8 Pro, and needs manual adjustments.

Version 1.2.2

15 Jun 17:10
Compare
Choose a tag to compare
  • Updated all stage2.bin files to the latest version, now you have GoldHen also for 9.60.
  • For the other systems, as of now, these are the included stage2.bin for each firmware:
- From 7.00 to 8.52     ->  PoC by EchoStretch
- 9.00                  ->  GoldHen by Sistr0
- 9.03 / 9.04           ->  LightningMods + ps4-hen-vtx payload by Sistr0 (NEEDS TESTING)
- 9.50 / 9.51 / 9.60    ->  GoldHen by Sistr0 (maybe only 9.60 working?)
- 10.00 / 10.01         ->  GoldHen by Sistr0
- 10.50 / 10.70 / 10.71 ->  LightningMods + ps4-hen-vtx payload by Sistr0 (NEEDS TESTING)
- 11.00                 ->  GoldHen by Sistr0
  • As usual, you can always put your own stage1.bin and stage2.bin into the root folder of your internal or external storage (/storage/emulated/0 or whatever the symlink /sdcard refers to)

Please use DroidPPPwn-1.2.2.zip release for all the systems!
The alternate version DroidPPPwn-1.2.2-64bitOnly-Hack.zip is ONLY for those new devices that dropped 32bit support, such as Google Pixel 7 Pro, Pixel 8 and Pixel 8 Pro, and needs manual adjustments.

Version 1.2.1

04 Jun 15:25
Compare
Choose a tag to compare
  • Changed the method for recognizing the device architecture, which was giving wrong results in some older systems
  • Added one more binary for 32bit armv7, now you have one for Android 4.4 built with shared libc, and one for armv7l/armv8l for Android 5.0+, static linked
  • Recompiled all the other binaries with real static (there was an error in previous version)
  • Some minor enhancements

++ I've updated the release with another package hack for 64bit only systems (Pixel 7 Pro, 8,..). Needs testing. ++

Version 1.2

02 Jun 12:16
Compare
Choose a tag to compare
  • Added support for Android x86 and fixed 32bit arm-v7a and 64bit arm-v8a builds (no more bus_error)
  • Recompiled all binaries using android NDK instead of Termux environment (cleaner result)
  • Added the option to search and select the preferred network interface
  • Fixed the issue of binaries not being installed on devices with older Android versions

Version 1.1

26 May 16:56
Compare
Choose a tag to compare
  • Added support for 32bit arm-v7a with separated binary of pppwn
  • Refactored the whole project lowering minSdk to version 19, so now it can run on Android KitKat 4.4+
  • Replaced stage2.bin for supported firmwares with those ones from Sistr0 repo to allow loading payloads
  • Added the possibility to use your own stage2.bin
  • Other small fixes

First public release

25 May 15:29
Compare
Choose a tag to compare

First public release