re-implement formatting + add firmware dumping

This commit is contained in:
Such Meme, Many Skill
2019-12-11 14:45:30 +01:00
parent ae225abb75
commit 47df1b9cd1
9 changed files with 135 additions and 27 deletions

View File

@@ -70,6 +70,14 @@ int mount_emmc(char *partition, int biskeynumb){
return 0;
}
short returnpkg1ver(){
return pkg1ver;
}
void disconnect_emmc(){
sdmmc_storage_end(&storage);
}
int dump_biskeys(){
u8 temp_key[0x10], device_key[0x10] = {0};
tsec_ctxt_t tsec_ctxt;