ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
438 stars 18 forks source link

Treats some decrypted cart images as encrypted #33

Closed hadashisora closed 5 years ago

hadashisora commented 5 years ago

fuse-3ds treats some of my cart images as encrypted, thus attempting to decrypt what is already decrypted and then failing to mount romfs/exefs. The source images successfully get opened by Citra and a lot of other programs, while trying to open decrypted.cxi with Citra leads to it just crashing.

ihaveamac commented 5 years ago

The encryption flag in the content needs to be fixed. Unfortunately older methods to decrypt don't fix this automatically. If I decide to put this in fuse-3ds I would need to figure out the best way.