diff options
| -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 |