Skip to content

Cannot dump more than 32 files per directory #1

@marco-calautti

Description

@marco-calautti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions