Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
With the PS5Scene heating up since the PS5 4.03 WebKit Exploit, Debug Settings & Root Keys, PS5 KEX via ExFAT Filesystem Bug and 4.03 PS5 Kernel Build String it's not recommended to update the PlayStation 5 System Software to Sony's latest 4.50 PS5 Firmware nor the upcoming Beta PS5 Firmware if you wish to run unsigned code, game backups and homebrew whenever a full PS5 Jailbreak Exploit is publicly released. :cautious:

That said... similar to Sony's PlayStation 5 UpdateList.xml and the previously released PS5 Firmware Checker application, developer halolck on Github made available at his HalolckSoft Blog a PS5LinkGenerator.exe Windows tool that can download previously released PS5 updates from the official servers in lieu of using PS5 Firmware & Recovery Archives.

Download: Ps5LinkGenerator.exe (Latest Version) / Ps5UpdatorGenerator GIT

Cheers to @yyoossk of Yyoossk.Blogspot.com for the heads up on Twitter of this PS5 News earlier on! 🍻
PS5LinkGenerator App Download PS5 Firmware  System Software Updates.png
 

Comments

If someone experiencing SSL error you must add some code and then it works.

I've fixed the issue adding these lines in the top of AddList() function:
Code:
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
Run it and then it works
 
Status
Not open for further replies.
Back
Top