Add Legit CIA building

This commit is contained in:
Pengfei
2021-07-31 17:28:00 +08:00
parent 75f79e10d1
commit aed564fb25
7 changed files with 120 additions and 44 deletions
+6
View File
@@ -16,4 +16,10 @@ constexpr std::array<const char*, 3> CIACertNames{{
"Root-CA00000003-CP0000000b",
}};
enum class CIABuildType {
Standard, /// Decrypted CIA with generalized ticket
PirateLegit, /// Uses legit TMD and encryption, but with generalized ticket
Legit, /// Fully legit, with personal ticket containing console ID and eshop account
};
} // namespace Core