Uncompress compressed Factor image files


The tools.image.uncompressor vocabulary uncompresses Factor images or deployed executables (embedded images) that were compressed with tools.image.compressor.

You can also run the uncompressor directly from the commandline:
factor -run=tools.image.uncompressor <input> [ <output> ]


The following arguments are supported:

<input> image file or deployed executable to uncompress

<output> if given save result into this file instead of overwriting input file

Examples

factor -run=tools.image.uncompressor hello-ui.exe

factor -run=tools.image.uncompressor factor.image factor.image.uncompressed