Ps3swu2.self: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The installer ELF signed (with nonrandomfail keyset) for use on minver 3.56 and higher consoles
The installer ELF signed (with nonrandomfail keyset) for use on firmware 3.56 and higher PS3 consoles.


Comparing info obtained with scetool against same 4.60 version of ps3swu.self results in the very same file, except for:
Key Revision, Key, Iv, and all the SCE File Keys, with same length.


{{Firmware}}<noinclude>[[Category:Main]]</noinclude>
<pre>
scetool -i ps3swu.self > ps3swu.self_scetool.out
scetool -i ps3swu2.self > ps3swu2.self_scetool.out
diff -y -s ps3swu.self_scetool.out ps3swu2.self_scetool.out | grep "|"
</pre>
 
 
{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 19:28, 31 January 2022

The installer ELF signed (with nonrandomfail keyset) for use on firmware 3.56 and higher PS3 consoles.

Comparing info obtained with scetool against same 4.60 version of ps3swu.self results in the very same file, except for: Key Revision, Key, Iv, and all the SCE File Keys, with same length.

scetool -i ps3swu.self > ps3swu.self_scetool.out
scetool -i ps3swu2.self > ps3swu2.self_scetool.out
diff -y -s ps3swu.self_scetool.out ps3swu2.self_scetool.out | grep "|"