Shrinkler executable file compressor by Blueberry - development version
(built Oct 25 2020 15:15:20)
Error: No input file specified.
Usage: Shrinkler <options> <input executable> <output executable>
Available options are (default values in parentheses):
-d, --data Treat input as raw data, rather than executable
-h, --hunkmerge Merge hunks of the same memory type
-u, --no-crunch Process hunks without crunching
-o, --overlap Overlap compressed and decompressed data to save memory
-m, --mini Use a smaller, but more restricted decrunch header
-1, ..., -9 Presets for all compression options (-2)
-i, --iterations Number of iterations for the compression (2)
-l, --length-margin Number of shorter matches considered for each match (2)
-a, --same-length Number of matches of the same length to consider (20)
-e, --effort Perseverance in finding multiple matches (200)
-s, --skip-length Minimum match length to accept greedily (2000)
-r, --references Number of reference edges to keep in memory (100000)
-t, --text Print a text, followed by a newline, before decrunching
-T, --textfile Print the contents of the given file before decrunching
-f, --flash Poke into a register (e.g. DFF180) during decrunching
-p, --no-progress Do not print progress info: no ANSI codes in output
|