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

Linux fails to decrypt #1

Open
7oxicshadow opened this issue Mar 14, 2017 · 0 comments
Open

Linux fails to decrypt #1

7oxicshadow opened this issue Mar 14, 2017 · 0 comments

Comments

@7oxicshadow
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant