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 3: | Line 3: | ||
From kernel of PS4 System Software version 1.76. | From kernel of PS4 System Software version 1.76. | ||
< | <source lang="C"> | ||
sceSblDevActVerifyCheckExpire: | sceSblDevActVerifyCheckExpire: | ||
icc_nvs_read(0LL, 4uLL, 0x80LL, 0x68uLL, &data_ptr); | icc_nvs_read(0LL, 4uLL, 0x80LL, 0x68uLL, &data_ptr); | ||
Line 60: | Line 60: | ||
From kernel of PS4 System Software version 1.00 Tool (DevKit). | From kernel of PS4 System Software version 1.00 Tool (DevKit). | ||
< | <source lang="C"> | ||
sce_cam_error_put: | sce_cam_error_put: | ||
Line 126: | Line 126: | ||
* unk_FFFFFFFF836BC010 (0x70) <- decrypted eap_hdd_key ? | * unk_FFFFFFFF836BC010 (0x70) <- decrypted eap_hdd_key ? | ||
< | <source lang="C"> | ||
v7 = icc_nvs_read(0LL, 4uLL, 0x200LL, v2, &enc_eap_key_); | v7 = icc_nvs_read(0LL, 4uLL, 0x200LL, v2, &enc_eap_key_); | ||
if ( v7 ) { | if ( v7 ) { |