pkg2zip
pkg2zip copied to clipboard
Decrypts PlayStation Vita pkg file and packages to zip archive
Solves #7
If you try extract the a PSX PKG file, (for example .. US version of Crash Bandicoot 2 Cortex Strikes Back) the folder created is pspemu/PSP/GAME/NPUI94151, this is.. well wrong-...
Fixes compilation error by adjusting bounds of memset on 'discid'. Closes #11
i keep trying to compile on my steam deck but it keeps erroring out
note that diccid is 10 bytes long ```c char discid[10]; ``` but here you clear 16 (0x10) ```c memset(discid, 0x00, 0x10); ```