Talk:Downgrading with NOR flasher: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Created page with "http://pastebin.com/BqW46zjY : Downgrade patches   http://www.multiupload.com/JJ9U8RM8T1   DIFF:   ------------- Patch core...")
 
(Blanked the page)
Line 1: Line 1:
http://pastebin.com/BqW46zjY :


    Downgrade patches
    
    http://www.multiupload.com/JJ9U8RM8T1
    
    DIFF:
    
    -------------
    Patch core OS Hash check //product mode always on
    
    ORIGINAL
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C1F40                                      41 9E 00 1C              Až..
    
    PATCHED
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C1F40                                      60 00 00 00              `...
    
    -------------
    Patch check_revoke_list_hash check //product mode always on
    
    ORIGINAL
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C2B50  41 9E 00 1C                                      Až..
    
    PATCHED
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C2B50  60 00 00 00                                      `...
    
    -------------
    Patch In product mode erase standby bank skipped
    
    ORIGINAL
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C6AD0                          41 9E 00 0C                      Až..
    
    PATCHED
    Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    002C6AD0                          60 00 00 00                      `...
    
    -------------
    
    Reference: http://www.ps3devwiki.com/index.php?title=Talk:Dual_Firmware

Revision as of 20:10, 24 August 2011