You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: