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 codec support, format notes, and the original-code oracle for technical details.