lk/system/upx.md

12 lines
193 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "upx"
tags: [ "Documentation", "system" ]
---
2020-01-02 00:04:35 +00:00
upx compresses binaries, so they take up less disk space, but take longer to start.
Make a binary, such as ls, compressed:
> upx ls