xfh

xfh is a pure-Python data-recovery library and command-line tool for historical Amiga XPK files, including files written transparently through DiskExpander.

Install

python -m pip install xfh

Recover a file

Inspect and verify the stream before writing output:

xfh info packed-file
xfh verify packed-file
xfh unpack packed-file recovered-file

Damaged streams can be handled with explicit salvage mode:

xfh unpack damaged-file recovered-prefix --salvage --report recovery.json

See the codec support table for the evidence behind each implemented decoder and the format notes for current container support.