Skip to content

Calculating title update download links with HMAC key

Notifications You must be signed in to change notification settings

sigmaboy/vitanpupdatelinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • CMake 0.7%