Files
LightningMods 36ca31d21b ItemzCore version: 1.4-V-2024-01-23T18:42:41
- Fixed dumping DLCs and AC w/p data
- Added an Install all PKGs option for folders with more than 1 PKG
- Installing a PKG will no longer boot you back to settings
- Carried over some improvements from the PS5 version of IF
- Replaced reg. vectors for ThreadSafeVectors
- Added the Chinese lang files
- Fixed a bug that would cause the Utility thread to deadlock
- Fixed a Bug that caused the daemon not to give a backtrace on 9.00
2024-01-23 18:56:00 -05:00
..

dumper-testing

Rewriting PS4 application dumper from scratch in C++. This repo will be deleted when a permanent repo is setup. Don't bother cloning unless you're going to be making immediate changes.

No code here is finished or guaranteed to work. Goal is for readability first to allow easier collaboration until everything is working 100%, don't want to optimize it too early:

  1. Get it all working. For the first draft we will assume the asset is completely installed and is currently running on the system.
  2. Refactor to make more sense.
  3. More robust. Find/fix edge cases and have good, descriptive, error messages for issues that cannot be handled automatically.
  4. Setup tests so we don't break anything trying to enhance preformance.
  5. Performance.

"Move fast break things"

ANYONE can contribute. Code is currently licensed under GPLv3, by submitting a pull request you agree to this term and agree to possible relicensing later.

Approximate order of completion

  • PKG
  • NpBind
  • SFO
  • PFS
  • Decrypt SELF
  • FSELF
  • RIF (For Additional Content w/o Data & Entitlment Keys)
  • Dump
    • Base
    • Patch
    • Additional Content w/ Data
    • Theme
    • Retail Theme + Theme "Unlock"
    • Remaster (Build a script to diff the actual files with the original content PC side to make a patch PKG vs a Remaster?)
    • Additional Content w/o Data
    • Multi-Disc (Does it just work without changes?)
  • GP4
    • Basic GP4 Generation
    • PlayGo Related Issues
    • PFS Compress Option