Over the weekend we saw Part 2 of his
PS4 GTA V RTM Mod, and now PlayStation 4 developer
LudicrousBeach has recompiled the
PS4 1.76 Dlclose Exploit into a fixed Web Browser Patch for 1.76 OFW and under with details below.
Download:
WebBrowserPatch.bin (1.0 MB)
To quote:
[Fixed] PS4 Web Browser Patch
Introduction
So myself and a few others tried the released Web Browser Patch that was released named "ps4_dev-dlclose_(Browser)_Kernel_Patch.bin", but couldn't get it to work.
Therefore I looked for the code online, implemented the dlclose exploit and compiled it.
The debug information this payload sends is sent to the IP
192.168.1.77, although not needed for the patch. if you want to view the debug information make sure you have a TCP listener on port
9023 and you have changed your PC IP to
192.168.1.77.
Note
Thanks to
@lezek20 for the code:
Code:
uint64_t (*sceRegMgrSetInt)(uint32_t reg, int val) = (void *)0xFFFFFFFF8269B310;
sceRegMgrSetInt(0x3c040000, 0);
Also thanks to
@HydrogenNGU for the news tip in the
PSXHAX Shoutbox!