Created
April 14, 2021 07:52
-
-
Save jboero/de613df953dee3febf9b9cb30f25cc4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cp (which vault) . | |
$ upx ./vault | |
Ultimate Packer for eXecutables | |
Copyright (C) 1996 - 2020 | |
UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 | |
File size Ratio Format Name | |
-------------------- ------ ----------- ----------- | |
205827425 -> 76223880 37.03% linux/amd64 vault | |
Packed 1 file. | |
$ ll ./vault (which vault) | |
-rwxr-xr-x. 1 root root 197M Mar 24 03:35 /usr/bin/vault | |
-rwxr-x---. 1 jboero jboero 73M Apr 14 08:44 ./vault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment