2026-09-16

ps5rs v0.6.0

ps5rs v0.6.0 is released. A PS5 binary analysis, virtual loading, and host-side emulation framework written in Rust. Parses SELF/ELF/PRX formats, resolves NID imports, extracts clean ELFs, fingerprints game binaries through string analysis (engine/middleware/SDK detection), and generates interactive dashboards. Also provides a virtual PS5 loader: maps ELF memory, applies relocations (RELATIVE, ABS64, GLOB_DAT, JUMP_SLOT), resolves imports against runtime PRX exports and offline system-module databases, and stubs unknown symbols for multi-module dependency analysis. A host-side emulator (ps5-emu) executes guest binaries on the host CPU and routes system-library imports through pure-Rust HLE modules.

ps5rs Changelog:
Added
Import Game GUI (import-game): light-theme desktop app - pick Game folder, Dataset root (analysis_with_modules) and Offline exports (system_modules), click Import to run ps5rs scan. Ships as import-game.exe (Windows) and import-game (Linux) in this release
ps5-farm crate: batch-load/archive orchestration moved out of ps5-cli (incremental reconciliation with fingerprints, per-game slices, ingest registry with verify-before-delete)
scan --append mode for incremental ingest (skips games already in the dataset)
Archival ingest boundary: registry-tracked ingest with result lines on stdout for scripting
CLI help: every ps5rs command and analyze subcommand now has a description
Data submission guide (DATA_SUBMISSION.md): documents Option A (import-game GUI) and Option B (manual JSON) flows; new games arrive via pull request
Changed
Workspace version bumped to 0.6.0
gui branch is never deleted; stable work merges to master, fresh dev branches cut from master
Fixed
ps5-analysis scanner missing Path/PathBuf/CollectorOptions imports and duplicate collector imports that broke cargo build -p ps5-cli
NID value computation fix plus catalog growth
Assets
ps5rs-v0.6.0-windows-x86_64.exe / ps5rs-v0.6.0-linux-x86_64
import-game-v0.6.0-windows-x86_64.exe / import-game-v0.6.0-linux-x86_64

Download: ps5rs v0.6.0
Source: Here

0 Comments

Post a Comment