Editing User talk:Glevand
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 16: | Line 16: | ||
How can compile from your posted asm_code our dump_ata_keys.self and dump_encdec_keys.self? | How can compile from your posted asm_code our dump_ata_keys.self and dump_encdec_keys.self? | ||
It's easy, i'll write a tutorial on | It's easy, i'll write a tutorial on ps3devwiki how to do it on Linux. | ||
-I've a PS3 Slim model (CECH-3000 serie) with 4.21 firmware so i can't install custom firmware on it and also can't get keys. Is there, however, a means to decrypt my HDD (by using it on another ps3 with custom firmware for example)? | -I've a PS3 Slim model (CECH-3000 serie) with 4.21 firmware so i can't install custom firmware on it and also can't get keys. Is there, however, a means to decrypt my HDD (by using it on another ps3 with custom firmware for example)? | ||
Line 58: | Line 58: | ||
[[User:MKA|McKea]] 19:24, 15 September 2012 (MSK) | [[User:MKA|McKea]] 19:24, 15 September 2012 (MSK) | ||
The problem is wrong region flags on NAND. The new driver is used for both FLASH types: NAND and VFLASH. | The problem is wrong region flags on NAND. The new driver is used for both FLASH types: NAND and VFLASH. | ||
Default region flags are for VFLASH because i have VFLASH. | Default region flags are for VFLASH because i have VFLASH. | ||
You can change region | You can change region flasg when you load the kernel module like this: | ||
insmod ps3flash region_flags=0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0 | |||
Default region flags are: 0x6, 0x2, 0x4, 0x4, 0x4, 0x0, 0x2, 0x0 | Default region flags are: 0x6, 0x2, 0x4, 0x4, 0x4, 0x0, 0x2, 0x0 | ||
I think for NAND the first region flag is not 0x6 but 0x2. | I think for NAND the first region flag is not 0x6 but 0x2. | ||