1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
upx/src/stub
John Reiser a791e96e00 Fix do_xmap() to work under SElinux. Also trim unneeded code.
committer: jreiser <jreiser> 1141413353 +0000
2006-03-03 19:15:53 +00:00
..
mr3k New ps1/exe version from Jens. Needs new asm5900-mfx5. 2002-10-14 17:39:59 +00:00
scripts Clear the dirty stack on win32/pe. 2006-02-14 11:02:45 +00:00
util/sstrip Avoid warnings. Detabified. 2005-11-10 03:36:55 +00:00
.cvsignore Updated. 2006-02-12 10:58:55 +00:00
a_lx_elf64.c tuning, and prepare for large executables (>3MB compressed) 2005-11-12 19:44:15 +00:00
amd_bxx.S tuning 2005-11-14 03:34:03 +00:00
amd_d_nrv2b.S prefetching does not help length of match 2005-11-18 05:02:00 +00:00
amd_d_nrv2e.S prefetching does not help length of match 2005-11-18 05:02:00 +00:00
amd_regs.h Support for 64-bit AMD x86_64 2005-11-09 20:07:15 +00:00
arm_nrv2b_d8.S 8-bit decompressors for ARM; minimize space aggressively 2006-02-26 22:44:33 +00:00
arm_nrv2b_d32.S save space aggressively 2006-02-23 16:55:17 +00:00
arm_nrv2e_d8.S 8-bit decompressors for ARM; minimize space aggressively 2006-02-26 22:44:33 +00:00
arm_nrv2e_d32.S passes first tests! Only untested feature: large offset which forces 2006-02-23 06:45:45 +00:00
cl1_d32.ash Decodes a format similar to nrv2b, except that a run of literals 2004-07-13 04:19:45 +00:00
fold_elf64amd.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_elf64amd.S Removed trailing whitespace. 2006-02-12 10:58:39 +00:00
fold_elf86.asm Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
fold_elf86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_elfppc32.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_elfppc32.S Unmap the compressed program before running the uncompressed. 2005-02-23 03:34:37 +00:00
fold_exec86.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
fold_exec86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_machppc32.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_machppc32.S stub loader for Macintosh (Darwin) Mach-o PowerPC32 2005-02-20 00:44:14 +00:00
fold_pti86.asm Let the UPX loader be an Elf PT_INTERP /opt/upx/run 2005-02-19 23:16:50 +00:00
fold_pti86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
fold_sh86.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
fold_sh86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
header.ash Enter 2004. 2004-01-20 18:37:48 +00:00
ident_n.ash Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
ident_s.ash Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
ident.ash Break strings so that CVS does not try to expand keywords. 2006-02-12 23:26:05 +00:00
l_armpe_c.c copyright text added 2006-01-23 07:00:49 +00:00
l_armpe_s.S copyright text added 2006-01-23 07:00:49 +00:00
l_armpe.asm support for arm/WinCE ("arm/pe") exes 2005-09-09 08:49:41 +00:00
l_armpe.h support for arm/WinCE ("arm/pe") exes 2005-09-09 08:49:41 +00:00
l_com.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_com.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_djgpp2.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_djgpp2.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_exe.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_exe.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_elf.c Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
l_lx_elf64amd.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_elf64amd.lds Support for 64-bit AMD x86_64 2005-11-09 20:07:15 +00:00
l_lx_elf64amd.S prefetching does not help length of match 2005-11-18 05:02:00 +00:00
l_lx_elf86.asm remove debugging strut 2005-09-16 17:43:36 +00:00
l_lx_elf86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_elf86.lds Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
l_lx_elfppc32.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_elfppc32.lds stub loader for Linux Elf PowerPC32 2005-02-20 00:59:42 +00:00
l_lx_elfppc32.S mmap() needs in-range fd; b_method as arg5 to decompress 2005-02-24 03:57:58 +00:00
l_lx_exec.c b_method 5th argument to f_decompress 2005-11-09 19:37:40 +00:00
l_lx_exec86.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_lx_exec86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_exec86.lds explicit PHDRS to control number of Elf32_Phdr: no PT_GNU_STACK 2004-05-08 06:25:06 +00:00
l_lx_pti.c b_method 5th argument to f_decompress 2005-11-09 19:37:40 +00:00
l_lx_pti86.asm Let the UPX loader be an Elf PT_INTERP /opt/upx/run 2005-02-19 23:16:50 +00:00
l_lx_pti86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_pti86.lds Let the UPX loader be an Elf PT_INTERP /opt/upx/run 2005-02-19 23:16:50 +00:00
l_lx_sep.c b_method 5th argument to f_decompress 2005-11-09 19:37:40 +00:00
l_lx_sep86.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_lx_sep86.lds explicit PHDRS to control number of Elf32_Phdr: no PT_GNU_STACK 2004-05-08 06:25:06 +00:00
l_lx_sh.c b_method 5th argument to f_decompress 2005-11-09 19:37:40 +00:00
l_lx_sh86.asm Avoid "ASCII armor" area below 16MB (0x01000000) for exec-shield and 2004-05-19 00:15:00 +00:00
l_lx_sh86.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_lx_sh86.lds Avoid "ASCII armor" area below 16MB (0x01000000) for exec-shield and 2004-05-19 00:15:00 +00:00
l_mac_ppc32.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_mac_ppc32.S stub loader for Macintosh (Darwin) Mach-o PowerPC32 2005-02-20 00:44:14 +00:00
l_ps1.asm Made ps1/exe work again. 2006-02-12 20:39:58 +00:00
l_ps1b.h Made ps1/exe work again. 2006-02-12 20:39:58 +00:00
l_ps1c.h Made ps1/exe work again. 2006-02-12 20:39:58 +00:00
l_sys.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_sys.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_t_n2b.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_t_n2bs.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_t_n2d.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_t_n2ds.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_t_n2e.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_t_n2es.h Introduced UPX_VERSION_YEAR. 2006-02-13 10:22:43 +00:00
l_tmt.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_tmt.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_tos.s Enter 2004. 2004-01-20 18:37:48 +00:00
l_vmlinx.asm Fix stack synchronization bug at end of unfilter. 2004-12-20 03:35:13 +00:00
l_vmlinx.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_vmlinz.asm %cs at entry to decompressor varies a _lot_ among Linux 2.4.x, 2.6.y kernels. 2004-12-21 05:01:18 +00:00
l_vmlinz.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
l_w32pe.asm Prefer restoring the original protection flags. 2006-02-14 14:48:37 +00:00
l_w32pe.h Prefer restoring the original protection flags. 2006-02-14 14:48:37 +00:00
l_wcle.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00
l_wcle.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
linux.hh definitions for Elf64_* 2005-11-09 19:32:12 +00:00
m_lx_elfppc32.c Fix do_xmap() to work under SElinux. Also trim unneeded code. 2006-03-03 19:15:53 +00:00
m_mac_mach32.c stub loader for Macintosh (Darwin) Mach-o PowerPC32 2005-02-20 00:44:14 +00:00
macros.ash Removed an already fixed item. 2006-02-13 21:02:03 +00:00
Makefile Updated. 2006-02-12 10:58:55 +00:00
ppc_bxx.S fix sign-extend bug 2005-04-24 03:01:04 +00:00
ppc_d_nrv2b.S Removed trailing whitespace. 2005-03-01 09:27:41 +00:00
ppc_d_nrv2e.S Removed trailing whitespace. 2005-03-01 09:27:41 +00:00
ppc_regs.h PowerPC unfilter, decompress, and register definitions 2005-02-19 23:32:39 +00:00
stub.asm Detabified. 2004-05-11 23:11:15 +00:00
stubify.h Rebuilt stubs. 2006-02-12 11:02:10 +00:00
upx_itoa.asm Added CPU instructions to all nasm source files. 2004-02-03 11:00:34 +00:00