Option --assume-execute-permission

modified:   main.cpp
	modified:   options.h
	modified:   p_unix.cpp
https://github.com/upx/upx/issues/256
This commit is contained in:
John Reiser
2019-03-31 10:25:06 -07:00
parent 47ddace96a
commit 4484acf9d6
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -148,6 +148,7 @@ struct options_t {
bool preserve_build_id; // copy the build-id to the compressed binary
bool android_shlib; // keep some ElfXX_Shdr for dlopen()
bool force_pie; // choose DF_1_PIE instead of is_shlib
bool assume_execute_permission; // do not check .st_mode for S_IXUSR
} o_unix;
struct {
bool le;