Editing Talk:Validating flash dumps
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 11: | Line 11: | ||
== Basic | == Basic stepes to verify if your bios dump is correct: == | ||
Line 20: | Line 20: | ||
HxD - Hex Editor<br /> | HxD - Hex Editor<br /> | ||
Now if you follow this basic | Now if you follow this basic stepes, and if everything matches your ps3dump is OK, if anything fails to macth use another dump, the one you're cheking may lead you to a permanent brick<br /> | ||
<span style="text-decoration: line-through;">'''0 -''' open e3 nor dump checker, and check if it gives any errors.</span><br /> | <span style="text-decoration: line-through;">'''0 -''' open e3 nor dump checker, and check if it gives any errors.</span><br /> | ||
Line 26: | Line 26: | ||
'''WARNING: <span style="text-decoration: line-through;">Don't trust only in dump checker, as it's known for it's false positives.</span>''' | '''WARNING: <span style="text-decoration: line-through;">Don't trust only in dump checker, as it's known for it's false positives.</span>''' | ||
== Statistics analysis == | == '''1 - Statistics analysis'''<br /> == | ||
'''1.1 -''' Open your bkps3.bin in HxD<br /> | '''1.1 -''' Open your bkps3.bin in HxD<br /> | ||
'''1.2 -''' select analysis > statistics > select your file<br /> | '''1.2 -''' select analysis > statistics > select your file<br /> | ||
'''1.3 -''' mouse over the blue bars and check if | '''1.3 -''' mouse over the blue bars and check if:<br /> | ||
{| class="wikitable sortable" | |||
|- | |||
| '''00's''' , between 18.71% - 29.01% || | |||
|- | |||
| '''FF's''' , between 10.42% - 10.48% || | |||
|- | |||
| '''rest''' , below 0,5% || | |||
|} | |||
== '''2 -''' Make Visual inspection<br /> == | |||
'''2.1 -''' Open Flowrebuilder<br /> | |||
'''2.2 -''' select "byte reverse and EXTRACT a NOR dump File"<br /> | |||
'''2.3 -''' select the desired bkps3.bin , and then execute operation<br /> | |||
'''2.3.1 -''' the Dump extraction should've been done without any errors, otherwise it may lead you to a permanent brick.<br /> | |||
'''2.3.2 -''' after extracting you should have the following output: bkps3.swap.ps3 and bkps3.swap<br /> | |||
'''2.3.3 -''' inside the folder bkps3.swap you should have the following items:<br /> | |||
asecure_loader (folder)<br /> | asecure_loader (folder)<br /> | ||
ros0 (folder)<br /> | ros0 (folder)<br /> | ||
Line 60: | Line 65: | ||
'''(if you don't have them, please don't proceed! try to extract the dump again, or use an diferent dump, the one you're using will probably lead you to a permanent brick)'''<br /> | '''(if you don't have them, please don't proceed! try to extract the dump again, or use an diferent dump, the one you're using will probably lead you to a permanent brick)'''<br /> | ||
'''2.4 -''' open the file ...\asecure_loader\metdlr in HxD, then ctrl + a<br /> | |||
'''2.4.1 -''' look for your s/n in the following table:<br />http://www.ps3devwiki.com/wiki/Validating_flash_dumps#Check_metldr.2Bbootldr_sizes , | |||
and check if your lenght field in HxD matches with Size field in the table.<br /> | |||
'''2.5 -''' repeat the process with Bootloader_0.bin File<br /> | |||
'''2.6 -''' now open your bkps3.swap.bin with HxD and chek if the next fields matches.<br /> | |||
'''2.6.1''' - header (0FACE0FF DEADBEEF), it should match with the follwing:<br /> http://www.ps3devwiki.com/wiki/Flash#Header_-_0FACE0FF_DEADBEEF<br /> | |||
'''2.6.2 -''' From offset 00000400 to 00000600 (search for offset in HxD do ctrl + g) you should have the following:<br /> http://www.ps3devwiki.com/images/3/3e/HxD.png<br /> | |||
'''2.6.3 -''' Search now for the following Hex code: '''617365637572655F6C6F616465720000'''<br /> '''2.7.3.1 -''' for it in Hxd, do ctrl+f change the datatype field for HEX, Copy and paste the code, it should be found and looks like the following:<br /> http://www.ps3devwiki.com/wiki/Flash#example_3<br /> | |||
'''2.6.4''' verify the entry table trv_prg0<br /> | |||
http://www.ps3devwiki.com/wiki/Flash | '''2.6.4.1 -''' search for SCE in text mode, and it should looks like: <br />http://www.ps3devwiki.com/wiki/Flash#example_28<br /> | ||
'''2.6.5 -''' press f3 and several SCE data should be found, and the last one should be SCEI (check: http://www.ps3devwiki.com/wiki/Flash#example_39 (cvtrm))<br /> | |||
'''2.6.6 -''' verify the HDD info<br /> | |||
'''2.7.6.1 -''' search for your HDD brand ( ctrl+f and in text mode type the disk brand) or else ctrl + g and it sould be in the 00f20200 offset<br /> | |||
'''2.6.7 -''' search for your Serial: (http://www.ps3devwiki.com/wiki/Flash#example_20)<br /> | |||
http://www.ps3devwiki.com/wiki/Flash | |||
'''2.6.7.1''' - it should be in offset 003f090 , you can also look for the 2nd part of your serial number (ex: xx-12345678-xxxxxx)<br /> | |||
it should be in offset | |||
these are the basic stepes to check your dump file, howerver if you wish to go further and check your dump more in dept, please check: <br /> | |||
http://www.ps3devwiki.com/wiki/Flash | http://www.ps3devwiki.com/wiki/E3<br /> | ||
http://www.ps3devwiki.com/wiki/Flash<br /> | |||
After Cheking all those fields, if everything checks, so your dump is OK and you're good to proceed with your flashing process. | |||
After | |||
always make more than 1 backup of your bios. | always make more than 1 backup of your bios. | ||
Line 148: | Line 105: | ||
best regards cfcolaco | best regards cfcolaco | ||