LibRay/README.md

24 lines
612 B
Markdown
Raw Normal View History

2018-06-20 22:28:52 +02:00
# LibRay
2018-06-20 22:28:52 +02:00
LibRay: A portmanteau of Libre and Blu-Ray
LibRay aims to be a Libre (FLOSS) Python application for unencrypting,
2018-06-20 22:28:52 +02:00
extracting, repackaging, and encrypting PS3 ISOs.
A hackable, crossplatform, alternative to ISOTools and ISO-Rebuilder.
[see also](http://www.psdevwiki.com/ps3/Bluray_disc#Encryption) ([archive.fo](https://archive.fo/hN1E6))
2018-06-21 22:02:47 +02:00
[7bit encoded int / RLE / CLP](https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/io/binaryreader.cs#L582-L600)
clp = compressed length prefix
## Possibly todo
- Docstrings
- Extract ISO (currently doable with `7z x output.iso`