Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Linux fails to decrypt #1

@7oxicshadow

Description

@7oxicshadow

The file compiles and runs on linux but fails to decrypt. This is caused by case sensitive files.

It appears that there is provisions in code to already try and catch this but they are missing extensions.

If you change line 468 to:

sprintf( str, "%08x.app", bs32(tmd->Contents[0].ID) );

and line 556 to:

sprintf( str, "%08x.app", ContFileID );

The program successfully decrypts all files.

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