Editing Talk:Non Volatile Storage
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
some findings i have found you can delete if want :) | |||
kernel 1.76 | |||
Non Volatile Storage | |||
-------------------- | |||
sceSblDevActVerifyCheckExpire: | sceSblDevActVerifyCheckExpire: | ||
icc_nvs_read(0LL, 4uLL, 0x80LL, 0x68uLL, &data_ptr); | icc_nvs_read(0LL, 4uLL, 0x80LL, 0x68uLL, &data_ptr); | ||
Line 85: | Line 55: | ||
sub_FFFFFFFF827D8E30:??? | sub_FFFFFFFF827D8E30:??? | ||
icc_nvs_write(0LL, 4uLL, 0LL, 0x20uLL, &dipsw_FFFFFFFF836C0090); | icc_nvs_write(0LL, 4uLL, 0LL, 0x20uLL, &dipsw_FFFFFFFF836C0090); | ||
= About EAP Hdd Key = | = About EAP Hdd Key = | ||
Line 152: | Line 60: | ||
* sceSblGetEAPInternalPartitionKey((__int64)&unk_FFFFFFFF836C0000, &unk_FFFFFFFF836BC010, a2, a3, v7) ) | * sceSblGetEAPInternalPartitionKey((__int64)&unk_FFFFFFFF836C0000, &unk_FFFFFFFF836BC010, a2, a3, v7) ) | ||
* seems to contain 2 buffers | * seems to contain 2 buffers | ||
* unk_FFFFFFFF836C0000 ( | * unk_FFFFFFFF836C0000 (0x60) <- encrypted eap_hdd_key ? | ||
* unk_FFFFFFFF836BC010 ( | * unk_FFFFFFFF836BC010 (0x60) <- decrypted eap_hdd_key ? | ||