mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +00:00
Added encryption scheme display.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "common/file_util.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/decryptor.h"
|
||||
#include "core/importer.h"
|
||||
#include "core/result_status.h"
|
||||
|
||||
namespace Core {
|
||||
@@ -252,6 +253,18 @@ public:
|
||||
*/
|
||||
bool HasExHeader();
|
||||
|
||||
/**
|
||||
* Gets encryption type (which key is used).
|
||||
* @return ResultStatus result of function.
|
||||
*/
|
||||
ResultStatus ReadEncryptionType(EncryptionType& encryption);
|
||||
|
||||
/**
|
||||
* Gets whether seed crypto is used.
|
||||
* @return ResultStatus result of function.
|
||||
*/
|
||||
ResultStatus ReadSeedCrypto(bool& used);
|
||||
|
||||
NCCH_Header ncch_header;
|
||||
ExHeader_Header exheader_header;
|
||||
ExeFs_Header exefs_header;
|
||||
|
||||
Reference in New Issue
Block a user