PSXHAX.COM website and domain for sale. Contact Us with your offer!

PSXHAX - PSXHACKS: PSX HAX - PSX HACKS - PLAYSTATION HAX - PLAYSTATION HACKS

FTPS4: Debug & UART Output by Mistawes, 4.05 Hitodama ELF Loader
Following the PS4 4.05 UART Enabler, his PS4 kernel dumping hardware project and the recent LibFTPS4 Fix PlayStation 4 developer @Mistawes shared FTPS4 on Twitter this weekend which currently offers root FTP with Debug Settings and UART output. :smilexf2:

Download: FTPS4-master.zip / GIT / FTPS4.bin (1.0 MB - Compiled by @alaaltayeb) / FTPS4-455.bin (4.55 Port)

From the README.md, to quote: FTPS4

FTP server for PS4 with root access, UART, full debug settings - credits: WildCard, Specter, IDC, Shadow, Xerpi.

In related news today BigBoss announced that the Hitodama *** WIP ELF are back on 4.05 with initial work done by Zer0xFF.

@Fimo points out from a recent PSXDev Github commit that a 4.05 ELF Loader is currently in the works from PS4Link with support being added proceeding the 4.05 Kernel Exploit release last month.

As a result, it likely won't be long before the PlayStation 4 scene...
Flat_z's Method to Handle PS4 Fake PKGs & SELF / FSELF Write-up
As promised, following his 4.55 Custom / Repacked PS4 Package (PKG) Files demo video and recent updates today PlayStation 4 developer @flatz made available on Twitter his method to handle PS4 Fake PKGs and SELF / FSELF write-up so that PS4 Scene developers can backport and make use of it with the recent 4.05 Kernel Exploit and 4.05 Game Dumps! :love:

Check it out below, or download it from here: write-up.zip (415 KB)

Fake PKGs + SELFs: Table of Contents
  1. Overview
  2. Fake SELFs
    2.1. Kernel code
    2.2. Testing
  3. Fake PKGs
    3.1. Toolchain
    3.2. Modding of Shellcore
    3.3. Kernel code
  4. Defines, structures and helper functions
  5. Package repacking issues
    5.1. SFO file parsing
    5.2. PlayGo chunk builder
    5.3. GP4 project generation
    5.4. Some of PKG/PFS stuff
  6. Conclusion
Overview

My original intent was to implement a minimalistic strategy that could lead to running stuff like fselfs and debug pkgs. I don't like methods that do a lot of patching and involve a lot of manual work, so I prefer to use built-in functionality whenever possible. While the result is not as minimalistic, it is effective. As I've said multiple times, this stuff can be ported to any firmware.

So here's the problems we have:
  1. Executable files including SELFs/SPRXs/SEXEs/SDLLs are signed and encrypted. While their fake versions are not signed and encrypted, we usually can't use them on a retail console due to restrictions that are put in place by the auth manager that loads them (a secure module, or SM, that is running by SAMU, a secure co-processor that is embedded into our AMD's APU). The (S)ELF loader from the kernel use SAMU calls for everything crypto-related...
DumpFile405 PS4 4.05 File Decrypter by VVildCard777 & LibFTPS4 Fix
On this snowy weekend PlayStation 4 developers are keeping the 4.05 PS4 Scene fire burning with a DumpFile405 PS4 4.05 File Decrypter based off original code from wskeu and following his 1.01 Port to decrypt usermodules by VVildCard777 alongside a significant bug fix in libftps4 from IDC. :fire:

Download: DumpFile405-master.zip / DumpFile405 GIT / libftps4.bin (1.05 MB - Recompiled FTP Payload with latest bugfix by @segobi using IP: 192.168.2.37 port 1337) / libftps4-master (Fix Fully FTP).rar (11 KB) via @GrimDoe / LibFTPS4 GIT / DumpFileUncharted.bin / DumpFileLBP3.bin by @MagicSeb / DumpFile455

The libftps4 fix should allow those with 4.05 PS4 Full Root FTP access using...
Planetbase Joins First New PlayStation Games of 2018 and More!
If you're into strategy-based games you might want to check out Planetbase, one of the first new PS4 titles for 2018 arriving on PlayStation 4 next week. :biggrinxf2:

In it, you're the base architect and manager telling colonists where to build the structures they'll need to survive as you guide space settlers trying to establish an outpost on a remote planet.

Here's a summary of what else to expect on PSN next week courtesy of Sony Social Media Senior Specialist Ryan Clements, as follows:

New Releases: Week of January 9, 2018
  • The Count Lucanor - PS Vita — Digital
  • Energy Invasion - PS4, PS Vita — Digital (Out 1/10)
  • Happy Drummer PS4 - PS4 — Digital (Out 1/11)
  • Little Red Lie - PS4, PS Vita — Digital
  • Planetbase - PS4 — Digital (Out 1/11)
  • Plox Neon - PS4 — Digital
  • Sword of Fortress the Onomuzim - PS4 — Digital
PlayStation Video
  • Your Name (Original Japanese Version + regular) – Pre-Order
  • Earth: One Amazing Day
  • Jigsaw
The information above is subject to change without notice.
PlayStation PKG Files JSON Entitlement Grabber Add-on by Al Azif
Yesterday we saw a Guide to Obtaining PlayStation Package (PKG) Files via SEN followed by an Entitlement Stripper Python script, and now PlayStation 4 developer @Al Azif returns with a PlayStation PKG Files Entitlement Grabber Web browser add-on to grab your internal entitlements JSON file. :geek:

Download: entitlement-grabber.zip (Other Browsers) / entitlement_grabber-0.0.1.xpi (FireFox) / GIT / entitlement_stripper.exe (4.84 MB - Drag and Drop .json) / Entitlement Stripper TSV.zip (4.73 MB) / PSN.Exposed (has a community element now)

To quote from the README.md: Entitlement Grabber

How to

  1. Just install the xpi/zip to your browser (Found on releases page)
    • Firefox: Use XPI
    • Others: Use Zip
  2. Visit https://store.playstation.com
  3. Sign in
  4. Click the "{}" that appeared in the address bar
  5. Download the file
If you get an alert try going to your "Account Settings" then try again

Credits
  • Code is commented if it was pulled from somewhere else (Most of it)
  • Icon made by Vaadin from www.flaticon.com
  • All other code is licensed by the LICENSE found in this repo
From Pastebin.com:
Code:
...
Back
Top