Hacking [TOOL] FRMCHK - PS4 GAME FIRMWARE DATA

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
Thank you for your efforts.
BTW I checked this out I think it requires the 1.09 update and so it’s built for 8.00 according to my sources.

8.00 update came out 14th Oct.
The DLC came out 20th Oct.
The 1.09 update came out on 21st Oct (requiring 8.00) however the update before that (1.08) was 7.55 and overlaps the DLC by one day.... so I suspect 8.00 minimum..... but there is weirdly a very small chance the DLC works on the 1.08 (7.55) compatible update.

We need someone on 1.08 update who grabbed the dlc on 7.55 OFW to confirm....:rofl2:
 
  • Like
Reactions: TR_mahmutpek

TR_mahmutpek

medic
Member
Joined
Jul 28, 2015
Messages
1,424
Trophies
0
Age
24
XP
1,995
Country
Turkey
BTW I checked this out I think it requires the 1.09 update and so it’s built for 8.00 according to my sources.

8.00 update came out 14th Oct.
The DLC came out 20th Oct.
The 1.09 update came out on 21st Oct (requiring 8.00) however the update before that (1.08) was 7.55 and overlaps the DLC by one day.... so I suspect 8.00 minimum..... but there is weirdly a very small chance the DLC works on the 1.08 (7.55) compatible update.

We need someone on 1.08 update who grabbed the dlc on 7.55 OFW to confirm....:rofl2:
Damn, that chance is like zero. :lol: Anyway, thanks for info.
 
  • Like
Reactions: KiiWii

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
https://defaultdnb.github.io/

6.3b released today:

Added user customisable quick look up tabs
Click + to add one.
Right click one to remove it.
Click ! to nuke localStorage.

(Mobile version needs attention, I will work on this soon)

Enjoy :)

2E68B6D1-DDE2-42A6-A7D6-C20FD8898EFA.jpeg
 
  • Like
Reactions: spotanjo3

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,191
Country
United States
  • Like
Reactions: KiiWii

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom


Just keeps improving :)
 
  • Like
Reactions: Mo Poge

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom


Big update today.
 
  • Like
Reactions: Leeful and Mo Poge

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
I’m fastidiously revising methods this evening so here’s an example of weird FRMCHK code:

On Firefox for desktop: using the “All Categories” drop down forces it to search all firmwares, and every line taking (currently) 52 seconds.

My revised method doing the same action now takes 31 seconds, which is considerably better, but still, that’s way too long...

I’m sure it wasn’t that long on mobile...
 

MostlyUnharmful

Well-Known Member
Member
Joined
Feb 8, 2018
Messages
410
Trophies
0
Age
42
XP
1,446
Country
Italy
My revised method doing the same action now takes 31 seconds, which is considerably better, but still, that’s way too long...
The page behaves differently on Chromium and Firefox, is the code the same?

But yeah, 30 seconds to process around 10000 objects, less than 350 per second. I should look at the profiler with more attention, but the entry about the GC picked my curiosity, are you creating/mutating a lot of objects?
 
  • Like
Reactions: Leeful

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
The page behaves differently on Chromium and Firefox, is the code the same?

But yeah, 30 seconds to process around 10000 objects, less than 350 per second. I should look at the profiler with more attention, but the entry about the GC picked my curiosity, are you creating/mutating a lot of objects?
I looked into searching strings and using regex I found a quicker way, I’ve been optimising a lot of my routines (have a version in progress now: not the latest live version) that is faster overall. The issue, I think, is I have 2 methods to searching, and one calls the other in some instances, so it’s doing it twice. I’ve figured out the bottle neck there, just need to reimplement it.

The second issue as you suggested, is that I am modifying the string output to have multiple variables and several linkages to do variations things such as hashes/searches/image etc.

I can definitely optimise that too.

It’s a joyous learning process for me. I’m an entire noob lol.
 
  • Like
Reactions: Leeful

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
Ok so I added a super simple base64 decoder prompt as a button on the latest private version.

Do people think this is useful to have at hand, or will it just be perceived as enabling pirates to decode links easier? (I could include encrypt button as well to even it out).

I added it mainly for the back port links, as people seem to be confused how to use them, but the atob process is in itself not a grey area.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,105
Country
United States
Ok so I added a super simple base64 decoder prompt as a button on the latest private version.

Do people think this is useful to have at hand, or will it just be perceived as enabling pirates to decode links easier? (I could include encrypt button as well to even it out).

I added it mainly for the back port links, as people seem to be confused how to use them, but the atob process is in itself not a grey area.

I would say it's not responsibility when it comes to how people use or abuse base64. it's a bit like jdownloader, when a lot of people use the app for piracy purposes.
 
  • Like
Reactions: KiiWii

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
I would say it's not responsibility when it comes to how people use or abuse base64. it's a bit like jdownloader, when a lot of people use the app for piracy purposes.
Do you think it’s worth being included on the site though?

I was also going to add a simple CID generator I made a while back too, idk if it’s just over kill or actually useful...
 
  • Like
Reactions: godreborn

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,105
Country
United States
maybe. I dunno. the site I go to to download things has about half of its links using base64.

a CID generator might be useful. I usually just use ps4 pkg viewer, because I need the cid to build an unlocker for a theme.
 
  • Like
Reactions: KiiWii

KiiWii

Editorial Team
OP
Editorial Team
Joined
Nov 17, 2008
Messages
16,544
Trophies
3
Website
defaultdnb.github.io
XP
26,785
Country
United Kingdom
maybe. I dunno. the site I go to to download things has about half of its links using base64.

a CID generator might be useful. I usually just use ps4 pkg viewer, because I need the cid to build an unlocker for a theme.
What if I included a drag and drop MD5 tool (like PPC+ did back in the day?) I think I can implement it using cryptoJS.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    He said he had 3 different doctors apt this week, so he prob there. Something about gerbal extraction, I don't know.
    +1
  • ZeroT21 @ ZeroT21:
    bored, guess i'll spread more democracy
  • LeoTCK @ LeoTCK:
    @K3Nv2 one more time you say such bs to @BakerMan and I'll smack you across the whole planet
  • K3Nv2 @ K3Nv2:
    Make sure you smack my booty daddy
    +1
  • LeoTCK @ LeoTCK:
    telling him that my partner is luke...does he look like someone with such big ne
    eds?
  • LeoTCK @ LeoTCK:
    do you really think I could stand living with someone like luke?
  • LeoTCK @ LeoTCK:
    I suppose luke has "special needs" but he's not my partner, did you just say that to piss me off again?
  • LeoTCK @ LeoTCK:
    besides I had bigger worries today
  • LeoTCK @ LeoTCK:
    but what do you know about that, you won't believe me anyways
  • K3Nv2 @ K3Nv2:
    @BigOnYa can answer that
  • BigOnYa @ BigOnYa:
    BigOnYa already left the chat
  • K3Nv2 @ K3Nv2:
    Biginya
  • BigOnYa @ BigOnYa:
    Auto correct got me, I'm on my tablet, i need to turn that shit off
  • K3Nv2 @ K3Nv2:
    With other tabs open you perv
  • BigOnYa @ BigOnYa:
    I'm actually in my shed, bout to cut 2-3 acres of grass, my back yard.
  • K3Nv2 @ K3Nv2:
    I use to have a guy for that thanks richard
  • BigOnYa @ BigOnYa:
    I use my tablet to stream to a bluetooth speaker when in shed. iHeartRadio, FlyNation
  • K3Nv2 @ K3Nv2:
    While the victims are being buried
  • K3Nv2 @ K3Nv2:
    Grave shovel
  • BigOnYa @ BigOnYa:
    Nuh those goto the edge of the property (maybe just on the other side of)
  • K3Nv2 @ K3Nv2:
    On the neighbors side
    +1
  • BigOnYa @ BigOnYa:
    Yup, by the weird smelly green bushy looking plants.
  • Xdqwerty @ Xdqwerty:
    Water park was quite fun
    Xdqwerty @ Xdqwerty: Water park was quite fun