Rewrote to not use .ird, turn's out they're not needed

This commit is contained in:
Nichlas Severinsen 2018-07-07 23:36:27 +02:00
parent 77a2f33642
commit f8b35fbe83
6 changed files with 12 additions and 195 deletions

View file

@ -9,7 +9,6 @@ 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))
[7bit encoded int / RLE / CLP](https://github.com/Microsoft/referencesource/blob/master/mscorlib/system/io/binaryreader.cs#L582-L600)
@ -17,16 +16,8 @@ A hackable, crossplatform, alternative to ISOTools and ISO-Rebuilder.
clp = compressed length prefix
## Todo
## Possibly todo
- Automatically download .ird file if not given
- Docstrings
- Extract ISO (currently doable with `7z x output.iso`
- Test .irds with version < 9
- Custom command to backup all irds available
## Advanced
Figure out the SCSI commands to get data1, if at all possible.