Utility for extracting PSTREAM files (.psf) written in Python. Created to replace other laughably bad approaches to this.
psfextract.py <psf_file> <destination>
To extract a PSTREAM file you need to specify the file you want to extract and the destination directory.
The destination directory should not exist or be empty.
This script requires at least Python 3 and works only on Windows because of the UpdateCompression.dll library dependency. The library has to be placed in the working directory for the script to work.
This script is licensed under the terms of the GNU General Public License v3.0.