mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Added new win32/pe option `--strip-loadconf'.
committer: mfx <mfx> 1089630382 +0000
This commit is contained in:
@ -3,7 +3,7 @@ SHELL = /bin/sh
|
||||
top_srcdir = ..
|
||||
|
||||
PACKAGE = upx
|
||||
VERSION_DATE = 30 Jun 2004
|
||||
VERSION_DATE = 12 Jul 2004
|
||||
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
|
||||
|
||||
TRIMSPACE = cat
|
||||
|
@ -869,6 +869,9 @@ Extra options available for this executable format:
|
||||
unexpected value in a header field.
|
||||
Use with care.
|
||||
|
||||
--strip-loadconf=0 Don't strip Structured Exception Handling load config [DEFAULT].
|
||||
--strip-loadconf=1 Strip Structured Exception Handling load config.
|
||||
|
||||
--strip-relocs=0 Don't strip relocation records.
|
||||
--strip-relocs=1 Strip relocation records. [DEFAULT]
|
||||
This option only works on executables with base
|
||||
|
Reference in New Issue
Block a user