1jtp8sobiu / pkg_pfs_tool

PKG/PFS unpacker for PS4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS4 PKG/PFS tool (c) 2017-2021 by flatz

Dependencies:

  • mbedtls
  • uthash
  • zlib

For ubuntu-ish:

sudo apt install libmbedtls-dev uthash-dev zlib1g-dev

To produce windows executable from ubuntu-ish via mingw:

sudo apt install mingw-w64 libz-mingw-w64-dev

Then pass e.g. -DCMAKE_TOOLCHAIN_FILE=../cmake/mingw-w64-x86_64.cmake to cmake.

P.S. In memory of Maxton Garrett (maxton), this release is dedicated to you.

About

PKG/PFS unpacker for PS4


Languages

Language:C 99.1%Language:CMake 0.9%