FreeBSD Manual Pages
amigadepacker(1) user commands amigadepacker(1) NAME amigadepacker - Tool for depacking some compressed Amiga formats SYNTAX amigadepacker [-c] [-h] [-o outfile] [-p] [-v] FILE ... DESCRIPTION amigadepacker depacks compressed Amiga formats. PowerPacker, XPK SQSH, MMCMP and StoneCracker 4.04 (S404) formats are supported. Amigade- packer 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 -c Unpack to stdout (when regular files have been given as parame- ters) -h Display help -o outfile, --output-file outfile Write decrunched data into outfile instead of overwriting the packed file -p Pretend to unpack, but do not. Prints names of packed files to stderr. Pretend mode always returns success if arguments are valid. This is useful for searching packed files. -v Display version information EXAMPLES Unpack 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 REPOSITORY The latest version of amigadepacker can be obtained with: git-clone git://zakalwe.fi/amigadepacker amigadepacker.git AUTHOR amigadepacker was written by Heikki Orsila <heikki.orsila@iki.fi>. De- compressor 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 ami- gadepacker web site is located at http://www.iki.fi/shd/foss/amigade- packer/ SEE ALSO lha(1), ppcrack(1), unadf(1), unlzx(1), xdms(1), xPK(1) Linux 2007-10-22 amigadepacker(1)
NAME | SYNTAX | DESCRIPTION | OPTIONS | EXAMPLES | GIT REPOSITORY | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=amigadepacker&sektion=1&manpath=FreeBSD+Ports+15.0>
