Created
January 28, 2019 04:28
-
-
Save dualfade/48d205946adeccaa5ccdd8c92e47c520 to your computer and use it in GitHub Desktop.
This file contains 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
https://github.com/jpillora/chisel | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> cd $GOPATH/src/github.com/jpillora/chisel | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> go build | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> ls -l chisel | |
-rwxr-xr-x 1 cdowns cdowns 10539193 Jan 28 04:24 chisel* | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> go build --ldflags="-s -w" | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> ls -l chisel | |
-rwxr-xr-x 1 cdowns cdowns 7806272 Jan 28 04:24 chisel* | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> upx brute chisel | |
Ultimate Packer for eXecutables | |
Copyright (C) 1996 - 2018 | |
UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018 | |
File size Ratio Format Name | |
-------------------- ------ ----------- ----------- | |
upx: brute: FileNotFoundException: brute: No such file or directory | |
7806272 -> 2971240 38.06% linux/amd64 chisel | |
Packed 1 file. | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] [1] | |
└[~/go/src/github.com/jpillora/chisel]> ls -l chisel | |
-rwxr-xr-x 1 cdowns cdowns 2971240 Jan 28 04:24 chisel* | |
┌[cdowns@7242-alpha-reticuli] [/dev/pts/14] [master] | |
└[~/go/src/github.com/jpillora/chisel]> | |
Universal Binary Compression: 2.9mb. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment