show key error upon mounting mmc and fix small files in hex view

This commit is contained in:
suchmememanyskill
2021-05-23 23:57:58 +02:00
parent bb4361c991
commit a1ae52e8ac
3 changed files with 8 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ ErrCode_t DumpOrWriteEmmcPart(const char *path, const char *part, u8 write, u8 f
if (!system_part)
return newErrCode(TE_ERR_PARTITION_NOT_FOUND);
if (isSystemPartCrypt(system_part)){
if (isSystemPartCrypt(system_part) && TConf.keysDumped){
nx_emmc_bis_init(system_part);
crypt = true;
lba_start = 0;