All Projects → aerosoul94 → PS-HDD-Tools

aerosoul94 / PS-HDD-Tools

Licence: other
PS3 and PS4 HDD tools

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PS-HDD-Tools

farctool2
Texture viewer for LittleBigPlanet 1/2/3
Stars: ✭ 19 (-32.14%)
Mutual labels:  ps4, ps3
shd
Show pretty HDD/SSD list
Stars: ✭ 37 (+32.14%)
Mutual labels:  hdd
osx-callhistory-decryptor
macOS (incl big sur) call history decryptor/converter to CSV format.
Stars: ✭ 19 (-32.14%)
Mutual labels:  decryption
node-clouddrive
Node SDK and CLI for Amazon's Cloud Drive
Stars: ✭ 74 (+164.29%)
Mutual labels:  filesystem
wiz-packet-map
Wizard101 tool that dynamically dumps packet data and decrypts packets to and from the server that use aes-gcm encryption
Stars: ✭ 18 (-35.71%)
Mutual labels:  decryption
minicon
Minimization of the filesystem for containers
Stars: ✭ 70 (+150%)
Mutual labels:  filesystem
core
An advanced and highly optimized Java library to build frameworks: it's useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified source code and much more...
Stars: ✭ 100 (+257.14%)
Mutual labels:  filesystem
libQuotient
A Qt5 library to write cross-platform clients for Matrix
Stars: ✭ 101 (+260.71%)
Mutual labels:  qt5
osmapy
Osmapy - Python Editor for OpenStreetMap
Stars: ✭ 22 (-21.43%)
Mutual labels:  qt5
tarfs
An implementation of the FileSystem interface for tar files.
Stars: ✭ 50 (+78.57%)
Mutual labels:  filesystem
NativeFX
Native Rendering integration for JavaFX (13 and beyond)
Stars: ✭ 125 (+346.43%)
Mutual labels:  qt5
whichpm
Locates installed Perl modules.
Stars: ✭ 20 (-28.57%)
Mutual labels:  filesystem
AsyncIO
.NET library for handling asynchronous file system operations
Stars: ✭ 20 (-28.57%)
Mutual labels:  filesystem
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+1142.86%)
Mutual labels:  filesystem
file-vault
A Laravel package for encrypting and decrypting files of any size
Stars: ✭ 152 (+442.86%)
Mutual labels:  decryption
chicon-rs
A file abstraction system for Rust
Stars: ✭ 55 (+96.43%)
Mutual labels:  filesystem
linux-apfs-rw
APFS module for linux, with experimental write support
Stars: ✭ 190 (+578.57%)
Mutual labels:  filesystem
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (-25%)
Mutual labels:  qt5
SwiftFSWatcher
A simple easy to use / extend File System watcher using Swift
Stars: ✭ 35 (+25%)
Mutual labels:  filesystem
QSvgStyle
QSvgStyle is a themeable SVG style for Qt5 applications
Stars: ✭ 66 (+135.71%)
Mutual labels:  qt5

PS-HDD-Tools

GitHub Workflow Status

⚠️ 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).

Contents

Thanks to

  • flat_z
  • glevand
  • naehrwert
  • 3141card

Contributors

  • Tdijital
  • jason098

Tools

Decrypt Tool

The decryption tool will take an hdd image and a key file as input and output a decrypted partition.

Usage

Usage: decrypt-tool [command] [arguments...]

Commands:
  list    <input> <key file>                       List available partitions.
  decrypt <input> <key file> <partition> <output>  Decrypt a partition to a new 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".

Mount Tool

This tool demonstrates usage of the virtual file system and simply prints out the contents of each file system. Eventually more functionality will be added.

Usage

Usage: mount-tool [command] [arguments...]

Commands:
  list    <input> <key file>              List available partitions.
  display <input> <key file> <partition>  Display file system contents.

File Explorer

A GUI for exploring the drive's file systems.

Todo

  • Add support for arcade hdd's
  • Data recovery tools
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].