Advertising (This ad goes away for registered users. You can Login or Register)

PS4 FW 2.00 will fix Webkit Bug

Underground PS4 discussions
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: PS4 FW 2.00 will fix Webkit Bug

Post by Acid_Snake » Sun Aug 24, 2014 9:26 pm

josh_axey wrote:
nas wrote:it runs in a separate process
Cheers nas. I've not really looked into the PS4... starting to feel like I bet on the wrong horse (Vita).
oh c'mon josh, not that many people doing native vita work and now you feel like you wanna leave? as your commanding officer I command you to keep investigating the SCEI chip, and pretty much anything related to the vita's hardware, but specially the SCEI chip, I feel there's lots of goodies in that chip (there better be a MIPS core in there).
Advertising

User avatar
Blankets_McGee
Posts: 66
Joined: Mon Jan 27, 2014 1:00 pm

Re: PS4 FW 2.00 will fix Webkit Bug

Post by Blankets_McGee » Tue Oct 07, 2014 6:24 am

do you ever have nightmares about pinouts???
Advertising
PSVita PCH-1001 64gb WiFi w/ 3.60 HENkaku
CECH-2051A 160gb PS3 w/ REBUG 4.53/Cobra 7.01 + PS2 Plugin CFW
Red SuperSlim on OFW 4.55
PS4 OFW 1.76 + Webkit Access

Takezo
Posts: 14
Joined: Mon Oct 20, 2014 7:05 am

Re: PS4 FW 2.00 will fix Webkit Bug

Post by Takezo » Mon Oct 20, 2014 7:46 am

I am trying to port exploit to ps4.
I am using mac os x64 version of exploit.All work fine up to stage 5 , but when i am trying to looking for "SceWebkit", i get inifinite loop (i guess it didn't find "SceWebkit").

Code: Select all

for (var i = begAddr; ; i+=8)
        {
	   cmpVal = getU64from(i).toString(16).substring(0,8);
           if (cmpVal == "53636557" )
            {
                webkit = i;
                logAdd(" founded = 0x"+webkit);
                break;
            }
    }

nas
Posts: 10
Joined: Thu Aug 14, 2014 6:35 am

Re: PS4 FW 2.00 will fix Webkit Bug

Post by nas » Thu Oct 23, 2014 6:35 am

You don't have to do it that way.
The address of the webprocess stack can be found in the libkernel data segment. Once you found it you can take over the stack pointer easily and restore it after your rop chain finished.

ss4gogeta069
Posts: 633
Joined: Sun Jul 06, 2014 12:50 am
Location: Roundabout Alabammer
Contact:

Re: PS4 FW 2.00 will fix Webkit Bug

Post by ss4gogeta069 » Thu Oct 23, 2014 9:07 pm

So, here's a good question. Should I stay on the current firmware or update? If we are anywhere close to a hack I will not update but if not then I suppose I might as well. I do have PSPlus.
GAME GENIE ROCKS! CHECK IT OUT!
Game Genie Website

SKFU
Posts: 4
Joined: Mon Sep 09, 2013 5:50 pm

Re: PS4 FW 2.00 will fix Webkit Bug

Post by SKFU » Thu Oct 23, 2014 9:23 pm

ss4gogeta069 wrote:So, here's a good question. Should I stay on the current firmware or update? If we are anywhere close to a hack I will not update but if not then I suppose I might as well. I do have PSPlus.
wait for the 2.00 release and test feedback.

from my side I can say that we have some possible alternatives for 2.00 ready. I will update a unit once it's released and post the results, so be a bit patient :)

Post Reply

Return to “Programming and Security”