1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
upx/src
2007-01-13 15:26:05 -08:00
..
filter Portability fixes. 2007-01-10 17:16:59 +01:00
stub Consistently use .arch nojumps on i086 and i386. 2007-01-09 22:40:01 +01:00
bele_policy.h Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
bele.h Portability fixes. 2007-01-10 17:16:59 +01:00
bptr.h Enter 2006. 2006-06-16 15:17:29 +02:00
c_file.cpp Cleanup: removed upx_bool and upx_uint types. 2006-06-23 15:00:33 +02:00
c_init.cpp Cleanup: removed upx_bool and upx_uint types. 2006-06-23 15:00:33 +02:00
c_none.cpp Cleanup: removed upx_bool and upx_uint types. 2006-06-23 15:00:33 +02:00
c_screen.cpp Cleanup: removed upx_bool and upx_uint types. 2006-06-23 15:00:33 +02:00
compress_lzma.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
compress_ucl.cpp Make sure ph.first_offset_found is set. 2006-12-12 07:49:50 +01:00
compress_zlib.cpp Minor cleanups. 2006-11-21 17:35:22 +01:00
compress.cpp Decompress pre-compressed stubs in Linker::init(). 2006-11-21 05:01:00 +01:00
compress.h Implemented the remaining missing pieces of compress_zlib. 2006-11-21 17:19:24 +01:00
conf.h Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
console.h Cleanup: removed upx_bool and upx_uint types. 2006-06-23 15:00:33 +02:00
except.cpp Initial support for option '--exact'. 2006-11-21 17:53:11 +01:00
except.h Initial support for option '--exact'. 2006-11-21 17:53:11 +01:00
file.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
file.h Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00
filter.cpp Refactored compressWithFilters(). 2006-12-06 07:27:23 +01:00
filter.h Refactored compressWithFilters(). 2006-12-06 07:27:23 +01:00
filteri.cpp Try to avoid fatal filter failures by better scanning during the setup phase. 2006-12-18 16:54:14 +01:00
help.cpp Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00
lefile.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
lefile.h Enter 2006. 2006-06-16 15:17:29 +02:00
linker.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
linker.h Remove misleading "const" from Linker::preprocessXX(). 2006-12-10 00:38:28 +01:00
main.cpp Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
Makefile Added .DELETE_ON_ERROR rules. 2006-11-16 18:49:34 +01:00
mem.cpp watcom/le: initialize memory when aligning. 2006-11-18 21:59:59 +01:00
mem.h Minor cleanups. 2006-11-21 17:35:22 +01:00
miniacc.h New ACC version. 2006-08-24 12:39:45 +02:00
msg.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
mygetopt.cpp Misc updates. 2004-07-19 16:56:02 +00:00
mygetopt.h
options.h Added new option '--ultra-brute'. 2006-12-01 02:47:46 +01:00
p_armpe.cpp pe: correctly handle import table with 0 entries during decompression (#1620733) 2006-12-24 16:25:36 +01:00
p_armpe.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_com.cpp More work so that watom/le now uses compressWithFilters(). 2006-12-06 11:08:32 +01:00
p_com.h Display full format name with --fileinfo. 2006-11-30 23:34:19 +01:00
p_djgpp2.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
p_djgpp2.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_elf_enum.h Cosmetic cleanup. 2006-12-31 15:51:17 +01:00
p_elf.h ELF External_Note 2007-01-03 06:54:48 -08:00
p_elks.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
p_exe.cpp More work so that watom/le now uses compressWithFilters(). 2006-12-06 11:08:32 +01:00
p_exe.h Display full format name with --fileinfo. 2006-11-30 23:34:19 +01:00
p_lx_elf.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
p_lx_elf.h Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
p_lx_exc.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
p_lx_exc.h Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
p_lx_interp.cpp Refactored compressWithFilters(). 2006-12-06 07:27:23 +01:00
p_lx_interp.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_lx_sh.cpp More work so that watom/le now uses compressWithFilters(). 2006-12-06 11:08:32 +01:00
p_lx_sh.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_mach.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
p_mach.h Misc cosmetical cleanups. 2006-12-22 12:36:55 +01:00
p_ps1.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
p_ps1.h Portability fixes. 2007-01-10 17:16:59 +01:00
p_sys.cpp Updated packers to use new stub names. 2006-11-21 03:40:11 +01:00
p_sys.h Display full format name with --fileinfo. 2006-11-30 23:34:19 +01:00
p_tmt.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
p_tmt.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_tos.cpp Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00
p_tos.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_unix.cpp More work so that watom/le now uses compressWithFilters(). 2006-12-06 11:08:32 +01:00
p_unix.h Introduce Packer::bele. 2006-11-20 12:01:59 +01:00
p_vmlinx.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
p_vmlinx.h vmlinux/AMD64 works 2007-01-07 16:31:46 -08:00
p_vmlinz.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
p_vmlinz.h Added Packer::getFullName() method. 2006-11-29 06:44:48 +01:00
p_vxd.h Portability fixes. 2007-01-10 17:16:59 +01:00
p_w16ne.cpp Introduce Packer::bele. 2006-11-20 12:01:59 +01:00
p_w16ne.h Display full format name with --fileinfo. 2006-11-30 23:34:19 +01:00
p_w32pe.cpp pe: correctly handle import table with 0 entries during decompression (#1620733) 2006-12-24 16:25:36 +01:00
p_w32pe.h Portability fixes. 2007-01-10 17:16:59 +01:00
p_wcle.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
p_wcle.h More work so that watom/le now uses compressWithFilters(). 2006-12-06 11:08:32 +01:00
packer_c.cpp Decompressor for UPX_F_VMLINUX_ARM follows ELF convention 2007-01-13 15:26:05 -08:00
packer_f.cpp Factor out a common Packer::defineFilterSymbols(). Enable filters 2006-12-22 16:39:42 +01:00
packer.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
packer.h Portability fixes. 2007-01-10 17:16:59 +01:00
packhead.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
packmast.cpp Made a method pure virtual. 2006-12-19 16:21:57 +01:00
packmast.h Cosmetic cleanup. 2006-11-30 23:21:47 +01:00
pefile.cpp tls index should be zero after decompression 2007-01-02 18:16:16 +01:00
pefile.h Minor cleanups. 2006-11-21 17:35:22 +01:00
s_djgpp2.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
s_object.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
s_vcsa.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
s_win32.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
screen.h Enter 2006. 2006-06-16 15:17:29 +02:00
snprintf.cpp Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00
snprintf.h Enter 2006. 2006-06-16 15:17:29 +02:00
stdcxx.cpp Enter 2006. 2006-06-16 15:17:29 +02:00
stdcxx.h Enter 2006. 2006-06-16 15:17:29 +02:00
ui.cpp Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00
ui.h Refactoring: move fields ui_pass and ui_total_passes from class 2006-06-29 14:37:01 +02:00
util.cpp Portability fixes. 2007-01-10 17:16:59 +01:00
util.h Remove implicit magic from OptVar copy operator and introduce oassign() 2006-11-20 11:04:31 +01:00
version.h Bump version for next release. 2006-11-29 05:41:39 +01:00
work.cpp Clean up help and avoid using backticks as quoting chars. 2006-12-06 08:11:55 +01:00