Search results

  1. M

    Is it possible to browse PS4 installed content from PC?

    Find an Sqlite client for your PC and examine the "/system_data/priv/mms/app.db" file, you'll find all the information about all the packages installed on your PS4. My suggestion is to avoid to modify it to avoid problems as it's an important system file — or save somewhere a backup copy.
  2. M

    Need Help With Open Orbis SDK On Windows

    I would guess you haven't installed the compiler or it's not in your commands path, same thing for the linker and the others...
  3. M

    Pkg install server running on NAS

    Look for "remote pkg installer" but it doesn't work like you think. You share your fpkgs on your NAS, you launch the "remote_pkg_installer" on your PS4 then you instruct it via its REST API which pkg (or pkgs) do download, basically you pass the URL of your NAS and the path where to find the...
  4. M

    Hacking How to backport 7.xx games to 6.72 or 5.05?

    Sure thing. Assuming you have no idea on where to start, I'll suggest first to look on how arguments are passed to functions using the C calling conventions via the stack. Next step is get familiar with disassemblers, like Radare, Ghidra or Ida (Ida is probably the more famous but it's license...
  5. M

    Hacking How to backport 7.xx games to 6.72 or 5.05?

    You need to change the FW required (can be automated with tools) and if the title was developed with an SDK linked with a recent FW, you also need to replace the syscalls introduced with the new FW and used by the title with the equivalent in older FWs...
  6. M

    Hacking [RELEASE] PS-Phwoar! Exploit Host Menu For PS4 Firmware 5.05

    I'm pretty sure you can have access to most of GNU tools on Windos using Cygwin...
  7. M

    Hacking What do the manifests need to look like?

    Yup, search flatz original documentation, there are enough examples to get going, but you basically need to send the JSON below via a POST request to the PS4 IP address when the Remote Package Installer is running...
  8. M

    Hacking What do the manifests need to look like?

    http://gs2.ww.prod.dl.playstation.net/gs2/appkgo/prod/CUSA02299_00/2/f_b215964ca72fc114da7ed38b3a8e16ca79bd1a3538bd4160b230867b2f0a92e0/f/UP9000-CUSA02299_00-MARVELSSPIDERMAN.json but why not sticking with the simple local server IP address and FPKG path?
  9. M

    Hacking [TOOL] FRMCHK - PS4 GAME FIRMWARE DATA

    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?
  10. M

    Hacking [Paid Request] Gundam Breaker 3 Break Edition Save Editor

    Apologies if my rant above came out as an offer to help, I was basically sharing my frustration with a similar problem... ^__^;
  11. M

    Hacking [Paid Request] Gundam Breaker 3 Break Edition Save Editor

    Does it work? Apart the fact it's allegedly for PSVita, I've briefly looked at the sources and I wasn't able to find a CRC/Checksum function, so I suspect that even on Vita a modified save wouldn't load, but yeah you wrote above it was a work in progress. I've only tried once to modify a save...
  12. M

    Hacking Install packages from internal HDD?

    A normal Cat5 cable is good, search "Auto MDI-X" for the details...
  13. M

    Hacking Install packages from internal HDD?

    You don't need an Internet connection to use the remote package installer, network cable between PC and PS4 and manual IP setup, "python -m http.server" in the directory where you have your packages, "curl -v 'http://PS4_IP_address':12800/api/install' --data...
  14. M

    Hacking Working Bailkal Linux Kernels for PS4pros on 6.72 and distros

    I would guess on the PS4 the command should be "fdisk -l /dev/sda" assuming the internal disk is connected to the first SATA port. BTW this was streamed yesterday, maybe it could came useful...
  15. M

    Hacking Working Bailkal Linux Kernels for PS4pros on 6.72 and distros

    Try specifying a device, like "fdisc -l /dev/sdsomething", that command only lists a disc partition table...
  16. M

    Hacking My console somehow updated to 9.00?!

    IIRC it's to stop the PSVR to ask to install new FW...
  17. M

    Hacking Working Bailkal Linux Kernels for PS4pros on 6.72 and distros

    If you look on the Interweb you'll find numerous people asking for help on boot and stuck after starting "tlp" (I had to look for it, battery mode for laptop/notebook). In my opinion that's only the last message printed on screen when switching from text mode to graphical mode on the GPU, so...
  18. M

    Hacking Worth updating to 7.02?

    It depends to whom you ask it... ^__~
  19. M

    Hacking Upgrading to 7.02 and Linux

    From what I know, to revert to your previous FW you need to replace the console SysCon chip to workaround the flash write protection, so it requires the right equipment and skills to attempt it.
General chit-chat
Help Users
    K3Nv2 @ K3Nv2: The mutated Axolotl was awesome