Sodamhan.com

TL;DR

upx

Compress or decompress executables. More information: https://upx.github.io.

  • Compress executable:

upx path/to/file

  • Decompress executable:

upx -d path/to/file

  • Detailed help:

upx --help

This document was created using the contents of the tldr project.