Skip to content

asdcorp/psfextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Microsoft PSTREAM File Extractor

Utility for extracting PSTREAM files (.psf) written in Python. Created to replace other laughably bad approaches to this.

Usage

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.

Requirements

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.

License

This script is licensed under the terms of the GNU General Public License v3.0.

About

Microsoft PSTREAM File Extractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages