1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
upx/src
John Reiser 0330369603 remove debugging strut
l_lx_elf86.asm l_lx_elf86.h

committer: jreiser <jreiser> 1126892616 +0000
2005-09-16 17:43:36 +00:00
..
filter PPC branch+call trick: filter first 4MB only 2005-04-23 04:17:57 +00:00
stub remove debugging strut 2005-09-16 17:43:36 +00:00
.cvsignore Updated. 2005-06-24 11:44:01 +00:00
bele.h Removed some old and dead code. 2005-09-15 00:30:17 +00:00
bptr.h Updated. 2004-06-29 20:45:38 +00:00
c_file.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
c_init.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
c_none.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
c_screen.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
compress.ch Added support for UCL_USE_ASM. 2005-09-16 04:15:11 +00:00
compress.cpp Removed some old and dead code. 2005-09-15 00:30:17 +00:00
conf.h support for arm/WinCE ("arm/pe") exes 2005-09-09 08:49:41 +00:00
console.h Enter 2004. 2004-01-20 18:37:48 +00:00
except.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
except.h Enter 2004. 2004-01-20 18:37:48 +00:00
file.cpp Avoid warnings. 2005-06-24 11:50:56 +00:00
file.h Removed some old and dead code. 2005-09-15 00:30:17 +00:00
filter.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
filter.h Enter 2004. 2004-01-20 18:37:48 +00:00
filteri.cpp PPC branch+call trick: filter first 4MB only 2005-04-23 04:17:57 +00:00
help.cpp Mention arm/pe. 2005-09-09 19:42:25 +00:00
lefile.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
lefile.h Enter 2004. 2004-01-20 18:37:48 +00:00
linker.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
linker.h Enter 2004. 2004-01-20 18:37:48 +00:00
main.cpp Added some more tests to upx_sanity_check(). Disable these for production 2005-09-15 00:26:04 +00:00
Makefile Updated. 2005-06-24 11:58:51 +00:00
mem.cpp New ACC version. 2005-03-01 11:03:06 +00:00
mem.h Enter 2004. 2004-01-20 18:37:48 +00:00
miniacc.h New ACC version. 2005-09-14 23:39:59 +00:00
msg.cpp msg.cpp: fixed possible sigsegv caused by a tricky filename 2005-02-14 12:06:20 +00:00
mygetopt.cpp Misc updates. 2004-07-19 16:56:02 +00:00
mygetopt.h Cleanups. 2004-01-20 18:27:33 +00:00
options.h allow better handling for no_filter option; 2005-02-20 22:46:17 +00:00
p_armpe.cpp Avoid some warnings about unused args. 2005-09-09 19:38:47 +00:00
p_armpe.h Avoid some warnings about unused args. 2005-09-09 19:38:47 +00:00
p_com.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
p_com.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_djgpp2.cpp New ACC version. 2005-03-01 11:03:06 +00:00
p_djgpp2.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_elf.h Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
p_elks.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
p_exe.cpp fixed a nasty relocation handling error which could produce broken 2005-09-16 10:16:51 +00:00
p_exe.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_lx_elf.cpp Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
p_lx_elf.h Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
p_lx_exc.cpp Linux i386 allow compression of position-independent main executables (gcc -pie). 2005-09-16 16:08:16 +00:00
p_lx_exc.h Remove "struct" keywords. 2005-03-01 09:59:13 +00:00
p_lx_interp.cpp Updated some ELF constants. 2005-03-01 11:02:12 +00:00
p_lx_interp.h new packers PackMachPPC32 PackLinuxElf32ppc PackLinuxI386interp 2005-02-20 22:52:37 +00:00
p_lx_sep.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
p_lx_sep.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_lx_sh.cpp ::pack3 to set .p_filesz; also set blocksize to allow giant scripts as input 2005-01-11 21:30:43 +00:00
p_lx_sh.h ::pack3 to set .p_filesz; also set blocksize to allow giant scripts as input 2005-01-11 21:30:43 +00:00
p_mach.cpp Fix a compilation problem with older compilers. 2005-03-13 16:10:45 +00:00
p_mach.h Added several __attribute_packed. 2005-03-13 16:09:46 +00:00
p_ps1.cpp New PS1 version from Jens. 2004-10-01 13:27:39 +00:00
p_ps1.h New PS1 version from Jens. 2004-10-01 13:27:39 +00:00
p_sys.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
p_sys.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_tmt.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
p_tmt.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_tos.cpp Assorted fixes. 2004-06-29 20:44:40 +00:00
p_tos.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_unix.cpp Start re-organizing the packing of Elf, by making Elf32 come first, 2005-02-20 22:57:04 +00:00
p_unix.h Start re-organizing the packing of Elf, by making Elf32 come first, 2005-02-20 22:57:04 +00:00
p_vmlinx.cpp Removed trailing whitespace. 2005-03-01 09:27:41 +00:00
p_vmlinx.h Start re-organizing the packing of Elf, by making Elf32 come first, 2005-02-20 22:57:04 +00:00
p_vmlinz.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
p_vmlinz.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_vxd.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_w16ne.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
p_w16ne.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_w32pe.cpp Allocate larger xtrasize based on ih.datasize. 2005-03-16 01:20:01 +00:00
p_w32pe.h Enter 2004. 2004-01-20 18:37:48 +00:00
p_wcle.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
p_wcle.h Enter 2004. 2004-01-20 18:37:48 +00:00
packer.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
packer.h Enter 2004. 2004-01-20 18:37:48 +00:00
packerf.cpp Linker updates from Laszlo. Needs some testing. 2005-03-01 09:24:38 +00:00
packhead.cpp Fixed wrong n_mru storage in putPackHeader(). 2004-06-29 20:42:08 +00:00
packmast.cpp support for arm/WinCE ("arm/pe") exes 2005-09-09 08:49:41 +00:00
packmast.h Enter 2004. 2004-01-20 18:37:48 +00:00
s_djgpp2.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
s_object.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
s_vcsa.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
s_win32.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
screen.h Enter 2004. 2004-01-20 18:37:48 +00:00
snprintf.cpp Win64 updates. 2003-08-05 12:35:24 +00:00
snprintf.h Enter 2004. 2004-01-20 18:37:48 +00:00
stdcxx.cpp Enter 2004. 2004-01-20 18:37:48 +00:00
stdcxx.h Replaced ACC with miniACC. 2004-07-23 11:54:19 +00:00
ui.cpp Removed some old and dead code. 2005-09-15 00:30:17 +00:00
ui.h Enter 2004. 2004-01-20 18:37:48 +00:00
util.cpp Removed some old and dead code. 2005-09-15 00:30:17 +00:00
util.h Removed some old and dead code. 2005-09-15 00:30:17 +00:00
version.h Removed some old and dead code. 2005-09-15 00:30:17 +00:00
work.cpp Removed some old and dead code. 2005-09-15 00:30:17 +00:00