mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Add the ability to extract files from an ISO image in RAW mode #347
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aybe on GitHub (Mar 11, 2020).
Prerequisites
commit of version:
b06fb9ec7bCheck and fill as appropriate:
Description
It would be great to be able to extract files from an ISO image in RAW mode, i.e. to return 2352 bytes per sector without any attempt to further process its content such as returning only the user data part, attempting error correction and so on.
Maybe an extra parameter to extract a single file like the following pseudo command could do:
This would simply read the file sectors in RAW and write the file accordingly.
A use case would be to extract PSX video files properly.
Currently this is how I do it:
If the file is not extracted in RAW mode, the former wouldn't detect any stream in the file, i.e. there is vital information in the non user data parts of a sector.