Lemon icon indicating copy to clipboard operation
Lemon copied to clipboard

3DS game file formats

Results 5 Lemon issues
Sort by recently updated
recently updated
newest added

The file [Ncch2Binary.cs (line 39 to 41)](https://github.com/SceneGate/Lemon/blob/develop/src/Lemon/Containers/Converters/Ncch2Binary.cs#L39) mentions that it expects nodes that are in "header_data", this is a leftover of when I tried to make all the header data...

documentation

**Is the feature request related to a problem?** To be able to easily access to the NCCH header from generic tools (like SceneGate), it would be better if it's a...

enhancement

Validate the different signatures avaiable in the NCCH and other containers. The public key should be provided via a class in a external file. Documentation explaining how to get the...

enhancement

Implement the NCCH encryption and decryption (AES). The list of keys should come from a new class (key database). It should not be in the repository. The user must always...

enhancement

Implement generating a binary `NCSD` (3DS) format from a (node) container.

enhancement