mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-09 05:35:36 +00:00
[PR #10] [CLOSED] Added Key processing, CIA Content Offset tracking, etc #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/SabreTools.Models/pull/10
Author: @Dimensional
Created: 9/7/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
aad11fdAdded placeholders for AES keys, which will be used in place of key storage in NDecrypt. Added CIA offsets and item types because CIAs do not have a partition table. Using that to get the offsets of each item, ie TMD, Header, NCCH, etc, and their sizes and types to make data seeking easier.82d0e19Add using directive for System.Collections.Generic📊 Changes
4 files changed (+151 additions, -1 deletions)
View changed files
➕
SabreTools.Models/N3DS/AESKeys.cs(+104 -0)📝
SabreTools.Models/N3DS/CIA.cs(+8 -1)➕
SabreTools.Models/N3DS/CIAOffsets.cs(+24 -0)📝
SabreTools.Models/N3DS/Enums.cs(+15 -0)📄 Description
Added placeholders for AES keys to decouple from NDecrypt.
Added CIA offsets and item types because CIAs do not have a partition table. Using that to get the offsets of each item, ie TMD, Header, NCCH, etc, and their sizes and types to make data seeking easier.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.