PSXHAX.COM website and domain for sale. Contact Us with your offer!
Extracting P.T. (Playable Teaser) PS4 Model Data & Textures Guide
Just under a week ago we reported on PT for PS4 Decrypted followed by some PFS & PSARC Viewers / Extractors, and now emoose shared a guide on unpacking P.T. alongside some related file downloads from Playable Teaser hackers below! :veryhappy:

To quote: Here's a dictionary for the texture.qar with all textures named, based off the pathid_list_ps4 file.

MGSV-QAR-Dictionary-Project has also been updated with these filenames (-:

For anyone interested, a small guide on unpacking PT, hopefully I didn't miss anything :eyesroll::

Downloads:
pfs_image.dat:
  • Use GameArchives to open pfs_image.dat and extract chunk1.psarc & texture.qar
chunk1.psarc:
  • Use psarc to extract chunk1.psarc:
Code:
psarc.exe extract --input=chunk1.psarc --to=chunk1_ext
  • Copy MGSV_ResDec to extracted chunk1.psarc folder, in that folder create .bat file with the following:
Code:
@Echo off
FOR /r %%X IN (*.lua, *.fpk, *.fpkd, *.json) DO (
MGSV_ResDec.exe %%X
)
  • Run the .bat file you created, once it's finished all extracted chunk1.psarc files should be decrypted
  • Once decrypted, to unpack the .fpk/.fpkd files copy GzsTool to extracted chunk1.psarc folder
  • Open a command prompt to the extracted chunk1.psarc folder and run the following (don't forget the . at the end):
Code:
GzsTool.exe .
  • All .fpk/.fpkd files should now be unpacked
texture.qar:
  • Extract MGSV QAR Tool to the same folder as texture.qar
...
Reading and Writing to PS4 Process Memory Using Proc_rwmem Guide
Hello PSXHAX Members, today PS4 Developer Zecoxao shared a new PlayStation 4 tutorial proceeding his PS4 Version Spoof covering reading and writing to the PS4 process memory using proc_rwmem for those on a 1.76 Firmware console.

Previously, Peek and Poke support was added to PS4Link by PS4 Developer psxdev (Big Boss). This nice addition helps out to Read and Write to the PlayStation 4 process memory using the function "proc_rwmem".

The original credits goes to Wskeu and Wildcard, these individuals did the reading part and writing part of this tutorial you are about to read.

To roughly quote Zecoxao's tutorial: How to read and write to process memory using proc_rwmem

Credits (these go first):

Original authors: wskeu (for the reading part), and wildcard (for the writing part)

Requirements:
Steps:

1. Compile the payload. Specifically to what you want to patch, the size, etc. So, this:

Code:
/* set...
Decrypting and Dumping PS4 Games (EBOOT & SPRX) Guide by Zecoxao
Hello PSXHAX, today PlayStation 4 Developer Zecoxao has conveyed a new tutorial on how to decrypt and dump PS4 games (EBOOT, PRX, SPRX).

Previously, he made a tutorial on How to Dump and Decrypt Usermodules, which is a continuation on this topic he brings today.

There was a mistake on the tutorial, but @zecoxao had got it fixed, so everything should be okay now. Lets jump straight into this tutorial. :)

To roughly quote Zecoxao's Tutorial: [Tutorial] How to Decrypt and Dump Games (EBOOT, PRX and SPRX)

Requirements:

Steps:

1.
Compile the payload with the correct commands. Specifically for The Playroom (CUSA00001):
Code:
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/eboot.bin", "/mnt/usb0/eboot.bin");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libc.prx", "/mnt/usb0/libc.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_module/libSceFios2.prx", "/mnt/usb0/libSceFios2.prx");
decrypt_and_dump_self("/mnt/sandbox/pfsmnt/CUSA00001-app0/sce_sys/about/right.sprx", "/mnt/usb0/right.sprx");
2. Start the game.
3. Minimize the game (PS Button)
4. Access elf loader
5. Let it load all the way until stage 5 and stabilize
6. Plug the usb stick or hdd on the rightmost port, near PS4 logo
7. Load the payload:
Code:
#listener
socat - TCP:my.ps4.ip:5052
#sender
socat -u FILE:path/to/DumpFile TCP:my.ps4.ip:5053
8. when it finishes loading (user...
Working (For Some) PSProxy PS4 Bypass 4.05, 4.06 Guide
*PSProxy Has been Patched on 4.05*

*Updated Thread*
#~Patched 4.05 ~ 22/12/16~#
#~ Patched 4.05 & lower~#


Today I am doing a follow-up tutorial to raedoob's on PSProxy as I and @raedoob seemed to access online on *OFW 4.05 & 4.06* using PSProxy from...​
Updating to a Specific PS4 Firmware Guide by AlexxLopaztico02
Recently AlexxLopaztico02 shared a guide on updating to a specific PlayStation 4 Firmware version that may be useful for some users not looking to jump all the way to Sony's current PS4 System Software 4.05 revision. ;-)

Check it out below, to quote: HOW TO: Update to a specific FW on PS4 (Works For Upd 4.0.1)

With the new jailbreak presentation in GeekPwn, the people who are in FW 3.55 would want to update to 4.0.1, without having to update to 4.0.5 and lose to opportunity to jailbreak (ouch)

Lets put clear that this works for ALL the FW, not to the specific 4.0.1, but in this one we gonna update to 4.0.1

Requirements:
  • A Flash USB of 1GB at least
  • A PS4 on a FW lower than the one you want to update (Sorry, not downgrading on this one)
  • The update file (Link in first step)
  • A PC
So, lets start!

0- If you installed a PS4 Update Blocker you'll need to Remove PS4 Update Blocker before you can update your PlayStation 4 Firmware version.

1- First of all, you gotta download the 4.0.1 FW in a PUP file, which you can get clicking this link (mirror here).

Note: if you want another PS4 FW update, check this page (mirror here).

2- Now, format your USB to FAT32 (This will wipe all your data, so make a backup!)

3- Now, make a folder in your flash drive called "PS4" (without the ") Remember it gotta be in UPPER CASE.

4- Inside the PS4 folder, make a folder called "UPDATE" (again without the ") IN UPPER CASE.

5- Copy the file you downloaded at the start of the tut to the UPDATE folder.

6- Rename the file to "PS4UPDATE.PUP"

We're ready in the PC, now lets go to the PS4.

7- First of all, shut down COMPLETELY your PS4.

8- Now, put your finger like...
Back
Top