13xforever / ps3-disc-dumper

A handy utility to make decrypted PS3 disc dumps
MIT License
434 stars 29 forks source link

Progress bar can behave erratically #53

Open 13xforever opened 5 months ago

13xforever commented 5 months ago

Current implementation of ISO9660 reader does not support multi-extent files, so sector ranges and file sizes can report truncated values.

Switching to UDF reader is not an option: it does not implement some features used for PS3 volumes, and does not expose required data, such as sector ranges.

In the short term there needs to be a rework to not rely on the reader structures for progress reporting, in the long term we need better joliet/udf library.