Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Dec 1, 2016 at 3:06 AM       0      
Status
Not open for further replies.
Following his recent work and the addition of Peek & Poke to PS4Link, today PlayStation 4 developer BigBoss updated PS4Link fixing a PS4SH hanging issue when the connection with the PS4 was lost and adding execdecrypt description and output. :)

Download: ps4link-master.zip / GIT

According to the changes: Let you list filenames in directories from PlayStation 4 system.

execdecrypt ps4directorypath

Lets you decrypt all elf, self, sprx, prx, dll, sdll, exe, sexe and eboot.bin files from PlayStation 4 system and save it in your PC/Mac with the same name ps4 directory. You need first create in pc/mac where are you running ps4sh mkdir -p ps4/yourps4path

For example for /system/sys decrypt
Code:
```
ps4sh> mkdir -p ps4/system/sys
ps4sh> execdecrypt /system/sys
```
Check output at [link](https://gist.github.com/psxdev/cbbace3d73c6bd93250111842b61d1f4)
5) exitps4
Try to close ps4link resources. If you try to run ps4sh again when all is released you will get a messager saying that it can't connect. Now you can leave ps4 browser.

Some related PS4 and PS3 Scene Tweets:
From Pastebin.com to restart the console:
Code:
char magic[] = {
    0x00, 0x00, 0x03, 0xE9
};

int main(int argc, char **argv) {
    psvDebugScreenInit();
    psvDebugScreenPrintf("Rebuilding database(maybe)...\n");

    FILE *fp = fopen("ur0:shell/db/dbr.db-err","wb");
   
    fwrite(magic , sizeof(char), sizeof(magic), fp);
   
    fclose(fp);
   
    scePowerRequestColdReset();
   
    sceKernelExitProcess(0);
    return 0;
}
Thanks to @Fimo and @raedoob for the heads-up in the PSXHAX Shoutbox and to @zecoxao for the tweet! :cool:
PS4Link Updated Fixing PS4SH Hanging Issue by PS4 Dev BigBoss.jpg
 

Comments

Status
Not open for further replies.
Back
Top