[ctrtool] Fixed seed crypto.

This commit is contained in:
jakcron
2017-06-06 12:44:12 +08:00
parent 4cba5c83df
commit 20f708450b
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ void ncsd_print(ncsd_context* ctx)
if (partitionsize != 0)
{
fprintf(stdout, "Partition %d \n", i);
memdump(stdout, " Id: ", header->partitionid+i*8, 8);
memdump(stdout, " Id: ", header->titleid+i*8, 8);
fprintf(stdout, " Area: 0x%08X-0x%08X\n", partitionoffset, partitionoffset+partitionsize);
fprintf(stdout, " Filesystem: %02X\n", header->partitionfstype[i]);
fprintf(stdout, " Encryption: %02X\n", header->partitioncrypttype[i]);