Skip to content
Calculating title update download links with HMAC key
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
CMakeLists.txt
README.md
crypto.h
main.c
sha256-internal.c
sha256.c
sha256.h
sha256_i.h

README.md

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

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.

You can’t perform that action at this time.