Skip to content

Woodu/PS-HDD-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS-HDD-Tools

⚠️ These tools have not been thoroughly tested.

This repository includes a collection of tools for inspecting encrypted PS3 or PS4 hard drives.

Supports NAND or NOR PS3 hdd's and any PS4 hdd's.

Requires either the EID root key (PS3) or EAP hdd key (PS4).

Thanks to

  • flat_z
  • glevand
  • naehrwert
  • 3141card

Tools

Decrypt Tool

The decryption tool will take an hdd image and a key file as input and output a decrypted user partition. On PS3, this would be the dev_hdd0/ partition, and on PS4, it would be the user/ partition. Other partitions will be supported eventually.

Usage

decrypt-tool <input image> <key file> <output file>

Hex Viewer

Hex viewer that allows you to view decrypted contents of an HDD image.

You can go to any offset by pressing CTRL + G and entering either a decimal value or a hexadecimal value beginning with "0x".

Todo

  • Decrypt second layer of encryption for vflash (PS3)
  • Add support for arcade hdd's
  • Mount and display file systems
  • Data recovery tools

About

PS3 and PS4 HDD tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.7%
  • C 47.3%
  • CMake 4.0%