mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Add console keyset example
This commit is contained in:
parent
f3c7d04bb0
commit
d6351cfa4e
2 changed files with 18 additions and 0 deletions
14
KEYS.md
Normal file
14
KEYS.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
### Console-unique keys
|
||||||
|
|
||||||
|
The following is an example of what a console-unique keyset might look like. (`sd_seed` is SD card-unique rather than console-unique)
|
||||||
|
|
||||||
|
```
|
||||||
|
sd_seed = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
tsec_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
secure_boot_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
device_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
bis_key_00 = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
bis_key_01 = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
bis_key_02 = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
bis_key_03 = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
|
```
|
4
libhac.sln.DotSettings
Normal file
4
libhac.sln.DotSettings
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||||
|
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=AB503D24_002DF702_002D4E6E_002DB615_002DA9C7BDA218D1_002Fd_003ADiscUtils_002ECore/@EntryIndexedValue">ExplicitlyExcluded</s:String>
|
||||||
|
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=AB503D24_002DF702_002D4E6E_002DB615_002DA9C7BDA218D1_002Fd_003ADiscUtils_002EFat/@EntryIndexedValue">ExplicitlyExcluded</s:String>
|
||||||
|
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=AB503D24_002DF702_002D4E6E_002DB615_002DA9C7BDA218D1_002Fd_003ADiscUtils_002EStreams/@EntryIndexedValue">ExplicitlyExcluded</s:String></wpf:ResourceDictionary>
|
Loading…
Reference in a new issue