aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.