A library to decrypt, decompress, and disassemble files used by various Sony systems.
- Download a recent version of Zig (tested working with
0.14.0-dev.2050+4adf63aef
) - Run
zig build
in the root of the repository
- SELF Certified File (PS3)
- Rights Information File (PS3)
- Activation Data (
ACT.DAT
) (PS3)
- RIF + act.dat + IDPS support for decrypting digital copies
- fSELF extraction
- Remove
unreachable
/panic
from as many places as possible - (f)SELF/CF creation/encryption
- Verbose logging
- Add command to dump info about SELF (shouldn't require any keys to dump basic info)
- Add command to extract ELF file from (f)SELF
- Extract NPDRM SELF content IDs
- Unpack (f)SELF files
- Pack (f)SELF files
- Logger callback
- Automated publishing of libsce binaries into a .NET runtime folder structure