diff options
| author | Peter Waller <[email protected]> | 2016-03-10 17:33:11 +0000 |
|---|---|---|
| committer | Peter Waller <[email protected]> | 2016-03-10 17:33:11 +0000 |
| commit | be668142ad2fd6ac546ea65c78bec6fbd7997d76 (patch) | |
| tree | baaacd8993a027d059ee32801094822ff37f346d /README.md | |
| parent | Add note that go1.6 fixes the issue (diff) | |
| download | goupx-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |