psp-packer

Crates.iopsp-packer
lib.rspsp-packer
version0.1.3
created_at2025-07-16 15:10:58.508041+00
updated_at2025-12-22 22:58:14.301415+00
descriptionA command line tool to compress PRX and PBP PlayStation Portable file formats
homepage
repositoryhttps://github.com/VitaArchive/psp-packer
max_upload_size
id1755622
size75,787
Eric Shimizu Karbstein (GrayJack)

documentation

README

PSP Packer

A command line tool to compress the PRX and PBP PlayStation Portable file formats.

Features

  • Multi-platform: This tools can be compiled in all major platforms (Linux, macOS, Windows, BSDs)
  • Supports user PRX, kernel PRX
  • Command line interface (CLI) compatibility with Davee version of the tool

To-do

  • Support PBP
    • A buggy implementation is done, you can try using it, but chances are it is going to generate a bad file
  • Signing (Maybe)
  • Decompress (Maybe)

Installing

From crates.io:

cargo install psp-packer

From source:

  1. Clone the repository
git clone https://github.com/GrayJack/psp-packer.git
cd psp-packer
  1. Build the binary
cargo build --release --target-dir=target
  1. Copy the binary to PSPDEV binary folder

UNIX/UNIX-like:

cp target/release/psp-packer $PSPDEV/bin/

Windows: Grab the target\release\psp-packer.exe and put in the PSPDEV bin folder.

Licensing

This software is licensed under the Mozilla Public License, v. 2.0 (MPL). If a copy of the MPL was not distributed with this file, you can obtain one at http://mozilla.org/MPL/2.0/.

Commit count: 0

cargo fmt