aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Waller <[email protected]>2016-03-10 17:33:11 +0000
committerPeter Waller <[email protected]>2016-03-10 17:33:11 +0000
commitbe668142ad2fd6ac546ea65c78bec6fbd7997d76 (patch)
treebaaacd8993a027d059ee32801094822ff37f346d /README.md
parentAdd note that go1.6 fixes the issue (diff)
downloadgoupx-be668142ad2fd6ac546ea65c78bec6fbd7997d76.tar.xz
goupx-be668142ad2fd6ac546ea65c78bec6fbd7997d76.zip
Add notes about only applying to Linux and not windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43cd482..6a86b30 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Usage: `goupx [filename]`
Fixes the `PT_LOAD` offset of [filename] and then runs `upx`.
-This is only necessary for ELF executables (not Mach-O executables, for example).
+This is only necessary for Linux ELF executables (not Mach-O executables or windows binaries, for example).
Based on [code found on the upx bugtracker](http://sourceforge.net/tracker/?func=detail&atid=102331&aid=3408066&group_id=2331).
@@ -25,7 +25,7 @@ MIT licensed.
Fixes the following issue
=========================
- $ upx [go binary]
+ $ upx [linux ELF go binary]
Ultimate Packer for eXecutables
Copyright (C) 1996 - 2011
UPX 3.08 Markus Oberhumer, Laszlo Molnar & John Reiser Dec 12th 2011