Doesn't look like there's a Windows build available, anyone with boost and curl setup could share one? I have about few dozen 3.61+ games that have been waiting for just that to happen.
Vita ripping mini how-to (since it was annoying to find out and it's all ooh super sekrit)
Vita releases come in 3 ways: - .vpk / "Mai"-dumped files: already decrypted, rename to .zip + unzip - .zip / NoNpDrm files: encrypted (files may look normal but aren't) - .pkg / PSN files: packed + encrypted
If your desired .vpk isn't available, do this: - get pkg2zip (https://github.com/mmozeiko/pkg2zip/releases) - get psvpfstools (https://github.com/motoharu-gosuto/psvpfstools/releases) - go to https://nopaystation.com and get .tsv file or open gdocs, its a list with .pkg PSN links + encryption keys (called "zRIF") - download .pkg + get key ("KO5ifR1...") - unpack: pkg2zip.exe -x file.pkg - enter created "app" folder - decrypt: psvpfsparser.exe -i {folder-id} -o out -f cma.henkaku.xyz -z {key} - now you have decrypted Vita files ready to spelunk
For NoNpDrm releases I think you can unzip + use psvpfsparser.
This should work for now, tools could improve, etcetera.