Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 681 Bytes

VitaNPUpdateLinks

This tool shows how to calculate the update XML link for any games. All credits go to Proxima.

Compilation

mkdir build && cd build && cmake .. && make

Usage

This simple tools supports an interactive mode and one command line parameters. For interactive mode start it like this.

./vitanpupdatelinks

For non-interactive mode start it like this:

./vitanpupdatelinks -t PCSA00007

Note

The embedded sha256 calculation library comes from here, I've badly stitched it up in this repo so don't use it for other stuff.