|
NAMEamigadepacker - Tool for depacking some compressed Amiga formatsSYNTAXamigadepacker [-c] [-h] [-o outfile] [-p] [-v] FILE ...DESCRIPTIONamigadepacker depacks compressed Amiga formats. PowerPacker, XPK SQSH, MMCMP and StoneCracker 4.04 (S404) formats are supported. Amigadepacker will automatically determine the compressed format by content. Among other things, the tool is useful for playing packed Amiga music formats with uade (1).If no files are given for the amigadepacker, the data is read from stdin. If some files are given, it tries to unpack them inplace, i.e. overwriting the given files with unpacked data. If a single file and "-c" is given, unpacked data is written to stdout. If a single file and "-o outfile" is given, unpacked data is written to file named "out". The tool can also be used to decrypt powerpacker encrypted files. That operation will take a few hours. OPTIONS
EXAMPLESUnpack a file: amigadepacker foo Unpack a file from stdin to stdout: amigadepacker < foo > foo.depacked Find all packed files under /path, but do not unpack anything (--pretend): find /path/ -type f -print0 |xargs -0 amigadepacker --pretend -- GIT REPOSITORYThe latest version of amigadepacker can be obtained with:git-clone git://zakalwe.fi/amigadepacker amigadepacker.git AUTHORamigadepacker was written by Heikki Orsila <heikki.orsila@iki.fi>. Decompressor for SQSH format was written by Bert Jahn <jah@fh-zwickau.de>, PowerPacker depacker and decrypter by Stuart Caie <kyzer@4u.net>, MMCMP depacker by Olivier Lapicque <olivierl@jps.net> and StoneCracker (S404) depacker by Jouni "Spiv" Korhonen. The amigadepacker web site is located at http://www.iki.fi/shd/foss/amigadepacker/SEE ALSOlha(1), ppcrack(1), unadf(1), unlzx(1), xdms(1), xPK(1)
Visit the GSP FreeBSD Man Page Interface. |