mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-09-25 00:05:04 +00:00
Add CIA notes
This commit is contained in:
@@ -51,8 +51,9 @@ namespace NDecrypt.N3DS
|
||||
}
|
||||
|
||||
// TODO: Implement CIA encrypt/decrypt
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
@@ -52,21 +52,34 @@ namespace NDecrypt.N3DS.Headers
|
||||
/// <summary>
|
||||
/// Certificate chain
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// https://www.3dbrew.org/wiki/Certificates
|
||||
/// https://www.3dbrew.org/wiki/Ticket#Certificate_Chain
|
||||
/// </remarks>
|
||||
public byte[] CertificateChain { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Ticket
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// https://www.3dbrew.org/wiki/Ticket#Structure
|
||||
/// </remarks>
|
||||
public byte[] Ticket { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// TMD file data
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// https://www.3dbrew.org/wiki/Title_metadata
|
||||
/// </remarks>
|
||||
public byte[] TMDFileData { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Content file data
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Probably not going to be read in fully later
|
||||
/// </remarks>
|
||||
public byte[] ContentFileData { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user