From a65237abe8181a1acf2c95b996b6f33ac4141c69 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Tue, 3 Dec 2013 09:55:46 -0600 Subject: Specify only necessary for ELF executables. Fixes #5 --- README.md | 6 ++++-- 1 file 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. -- cgit v1.2.3