Editing Software Dumping
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: | ||
[[Category:Software]] | |||
== Software dumping == | == Software dumping == | ||
Line 12: | Line 13: | ||
addi %r12, %r4, 0x200 # r4 = start sector | addi %r12, %r4, 0x200 # r4 = start sector | ||
256MB NAND consoles have a hidden section of size 0x40000 (0x200 * 512 byte sector = 0x40000) hidden by the hv. The hv hides it at address | 256MB NAND consoles have a hidden section of size 0x40000 (0x200 * 512 byte sector = 0x40000) hidden by the hv. The hv hides it at address 002786E8 | ||
To be able to dump that section, it needs to be unmasked, using poke | To be able to dump that section, it needs to be unmasked, using poke | ||
Line 23: | Line 24: | ||
==== Memdump ==== | ==== Memdump ==== | ||
<div style="float:right">[[File:Memdump-lv1 1280.png| | <div style="float:right">[[File:Memdump-main 1280.png|200px|thumb|left|Memdump - main screen]]<br />[[File:Memdump-about 1280.png|200px|thumb|left|Memdump - about screen]]<br />[[File:Memdump-help 1280.png|200px|thumb|left|Memdump - help screen]]<br />[[File:Memdump-lv1 1280.png|200px|thumb|left|Memdump - lv1 screen]]<br />[[File:Memdump-lv2 1280.png|200px|thumb|left|Memdump - lv2 screen]]</div> | ||
PS3 memory dumping tool that can dump lv1, lv2, NAND/NOR Flash, and eEID from GameOS. | |||
PS3 memory dumping tool that can dump lv1, lv2, NAND/NOR Flash, and eEID from GameOS | |||
Download: | Download: | ||
* http://gitorious.ps3dev.net/memdump/memdump/trees/master | * http://gitorious.ps3dev.net/memdump/memdump/trees/master | ||
* | * http://www.ps3devwiki.com/files/devtools/dumpers/memdump_0.01-FINAL/ | ||
===== Applicable firmwares ===== | ===== Applicable firmwares ===== | ||
{| | {| class="wikitable" | ||
|- | |- | ||
! rowspan="2" | FW !! rowspan="2" | lv1 !! rowspan="2" | lv2 !! rowspan="2" | Flash !! rowspan="2" | eEID !! colspan="2" | 0.01 FINAL | ! rowspan="2" | FW !! rowspan="2" | lv1 !! rowspan="2" | lv2 !! rowspan="2" | Flash !! rowspan="2" | eEID !! colspan="2" | 0.01 FINAL | ||
Line 131: | Line 122: | ||
* No reports yet on Kiosk/SEX & Tool/DECR models | * No reports yet on Kiosk/SEX & Tool/DECR models | ||
* NAND only : second bootldr at 0xF000000 - 0xF03FFFF (The last 256KB of flash) will be missing. Just copypaste the first bootldr 0x0000000 - 0x003FFFF (The first 256KB of flash), they are the same. Also, a console boots fine with only the first one. | * NAND only : second bootldr at 0xF000000 - 0xF03FFFF (The last 256KB of flash) will be missing. Just copypaste the first bootldr 0x0000000 - 0x003FFFF (The first 256KB of flash), they are the same. Also, a console boots fine with only the first one. | ||
==== MultiMAN ==== | ==== MultiMAN ==== | ||
Line 157: | Line 131: | ||
:# Dump LV2? select no (or yes, if you want it) | :# Dump LV2? select no (or yes, if you want it) | ||
:# Dump flash? select YES.<br />If you do it 4 times, you'll be left with 4 .norbin files on your usb drive | :# Dump flash? select YES.<br />If you do it 4 times, you'll be left with 4 .norbin files on your usb drive | ||
==== Glevand' dump_flash.pkg ==== | ==== Glevand' dump_flash.pkg ==== | ||
[http:// | [http://ps3devwiki.com/files/flash/Tools/USB%20Flash%20Dump/ USB Flash Dump]<br /> | ||
* NAND: Make sure USB stick is FAT32 with enough free space (256MB per dump) - ''bootldr missing because of masking'' | * NAND: Make sure USB stick is FAT32 with enough free space (256MB per dump) - ''bootldr missing because of masking'' | ||
* NOR: Make sure USB stick is FAT32 with enough free space (16MB per dump) | * NOR: Make sure USB stick is FAT32 with enough free space (16MB per dump) | ||
Line 178: | Line 150: | ||
{{Hardware Flashers}} | {{Hardware Flashers}} | ||
[[Category:Hardware Flashers]] |