aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Cline <[email protected]>2013-12-03 09:55:46 -0600
committerTravis Cline <[email protected]>2013-12-03 09:55:46 -0600
commita65237abe8181a1acf2c95b996b6f33ac4141c69 (patch)
tree1eda27d8dfc50fb49641fdbd460a56c13c83e27b
parentMerge pull request #4 from pwaller/issue-4 (diff)
downloadgoupx-a65237abe8181a1acf2c95b996b6f33ac4141c69.tar.xz
goupx-a65237abe8181a1acf2c95b996b6f33ac4141c69.zip
Specify only necessary for ELF executables.
Fixes #5
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb93c66..8e70f23 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-goupx - Fix golang executables to work with upx
--------------------------------------------
+goupx - Fix golang ELF executables to work with upx
+---------------------------------------------------
Installation: `go get github.com/pwaller/goupx/`
@@ -9,6 +9,8 @@ Usage: `goupx [filename]`
Fixes the `PT_LOAD` offset of [filename] and then runs `upx`.
+This is only necessary for ELF executable (not Mach-O executables, for example).
+
Based on [code found on the upx bugtracker](http://sourceforge.net/tracker/?func=detail&atid=102331&aid=3408066&group_id=2331).
GPLv3 licensed.