1
0
mirror of https://github.com/upx/upx synced 2025-10-12 20:59:43 +08:00
upx/src
John Reiser be6e77379a SELinux forces memfd_create for .so on amd64, arm64
More coming for .so: so_entry.S, powerpc64, 32-bit
	modified:   stub/src/amd64-linux.elf-so_main.c
	modified:   stub/src/arm64-linux.elf-so_entry.S
	modified:   stub/src/arm64-linux.elf-so_fold.S
2023-04-26 08:30:55 -07:00
..
check src: cleanup MAX_ELF_HDR 2023-04-19 23:23:46 +02:00
compress all: yet more cleanups 2023-04-18 17:02:13 +02:00
console src: move console files into a subdir; NFC 2023-01-18 14:19:15 +01:00
filter Merge branch 'devel' into devel4 2023-03-18 21:52:17 +01:00
stub SELinux forces memfd_create for .so on amd64, arm64 2023-04-26 08:30:55 -07:00
util all: yet more cleanups 2023-04-18 17:02:13 +02:00
bele_policy.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
bele.h src: enable TE checks in packer.h; add some "noexcept" 2023-04-18 17:56:28 +02:00
conf.h src: change UPX_CONFIG logic to permissive defaults 2023-04-20 14:13:36 +02:00
except.cpp src: rework optimizeReloc handling; cleanups 2023-02-21 15:19:24 +01:00
except.h src: rework optimizeReloc handling; cleanups 2023-02-21 15:19:24 +01:00
file.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
file.h all: welcome 2023 2023-01-01 19:49:30 +01:00
filter.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
filter.h src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
headers.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
help.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
lefile.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
lefile.h all: more cleanups 2023-03-18 21:27:34 +01:00
linker.cpp src: cleanup linker.h 2023-04-19 23:19:45 +02:00
linker.h src: cleanup linker.h 2023-04-19 23:19:45 +02:00
main.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
Makefile all: yet more cleanups 2023-04-18 17:02:13 +02:00
miniacc.h src: new ACC version 2023-01-19 06:26:06 +01:00
msg.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
options.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
options.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_com.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
p_com.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_djgpp2.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
p_djgpp2.h all: more cleanups 2023-03-18 21:27:34 +01:00
p_elf_enum.h Merge branch 'devel' into devel4 2023-04-18 17:15:57 +02:00
p_elf.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_exe.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_exe.h all: more cleanups 2023-03-18 21:27:34 +01:00
p_lx_elf.cpp Compilers generate junk .sh_info 2023-04-24 19:37:25 -07:00
p_lx_elf.h Fix de-comression of shared libraries 2023-03-26 07:23:08 -07:00
p_lx_exc.cpp src: cleanup linker.h 2023-04-19 23:19:45 +02:00
p_lx_exc.h all: welcome 2023 2023-01-01 19:49:30 +01:00
p_lx_interp.cpp Many changes for ELF shared libraries on Linux and Android 2023-03-04 17:37:25 -08:00
p_lx_interp.h all: welcome 2023 2023-01-01 19:49:30 +01:00
p_lx_sh.cpp Fix usage of _te32/_te64/_te16 for Elf classes 2023-04-17 13:19:06 -07:00
p_lx_sh.h all: welcome 2023 2023-01-01 19:49:30 +01:00
p_mach_enum.h all: welcome 2023 2023-01-01 19:49:30 +01:00
p_mach.cpp Fix usage of _te32/_te64/_te16 for Elf classes 2023-04-17 13:19:06 -07:00
p_mach.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_ps1.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
p_ps1.h all: more cleanups 2023-03-18 21:27:34 +01:00
p_sys.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
p_sys.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_tmt.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_tmt.h all: more cleanups 2023-03-18 21:27:34 +01:00
p_tos.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_tos.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_unix.cpp Many changes for ELF shared libraries on Linux and Android 2023-03-04 17:37:25 -08:00
p_unix.h Merge branch 'devel' into devel4 2023-04-18 17:15:57 +02:00
p_vmlinx.cpp src: some xspan cleanups 2023-01-30 11:03:11 +01:00
p_vmlinx.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_vmlinz.cpp src: cleanup linker.h 2023-04-19 23:19:45 +02:00
p_vmlinz.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_w32pe_i386.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_w32pe_i386.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_w64pe_amd64.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_w64pe_amd64.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_w64pe_arm64.cpp src: pefile: add checkMachine() 2023-02-21 20:33:40 +01:00
p_w64pe_arm64.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_wcle.cpp all: more cleanups 2023-03-18 21:27:34 +01:00
p_wcle.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
p_wince_arm.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
p_wince_arm.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
packer_c.cpp src: cleanup linker.h 2023-04-19 23:19:45 +02:00
packer_f.cpp all: more cleanups 2023-03-18 21:27:34 +01:00
packer_r.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
packer.cpp all: more cleanups 2023-03-18 21:27:34 +01:00
packer.h src: enable TE checks in packer.h; add some "noexcept" 2023-04-18 17:56:28 +02:00
packhead.cpp src: use 'byte' instead of 'upx_byte'; NFCI 2023-02-21 19:27:23 +01:00
packmast.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
packmast.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
pefile.cpp all: yet more cleanups 2023-04-18 17:02:13 +02:00
pefile.h all: yet more cleanups 2023-04-18 17:02:13 +02:00
ui.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
ui.h all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00
version.h all: assorted updates and cleanups 2023-02-05 17:20:32 +01:00
work.cpp all: assorted cleanups and updates 2023-03-15 00:19:55 +01:00