-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It seems isodump only extracts at most 32 files inside a directory. I am trying to dump the content of the Megaman Legends (USA) bin file, and the DAT directory contains 205 files, but isodump only dumps 32 files.
It seems isodump is limited to the first sector containing file entries, but a directory can have its subfiles entries span multiple sectors. For directories, entrySize is the number of bytes used by the subentries. Hence, dividing by 2048 gives you the number of sectors used to store the sub entries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels