sigmaboy / vitanpupdatelinks

Calculating title update download links with HMAC key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Calculating title update download links with HMAC key


Languages

Language:C 99.3%Language:CMake 0.7%