1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
upx/src
Markus F.X.J. Oberhumer 7d5042012b Avoid a compiler warning.
committer: mfx <mfx> 978092515 +0000
2000-12-29 12:21:55 +00:00
..
config_h Make it compile again by adding a more portable setfold.sh script. 2000-06-26 16:55:00 +00:00
stub Disabled the new filter for now. 2000-12-19 12:50:59 +00:00
.cvsignore Finally we use automated dependencies. 2000-12-21 18:49:17 +00:00
bele.h Constified some pointers. 2000-12-15 10:59:46 +00:00
c_file.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
c_init.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
c_none.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
c_screen.cpp Clarified some comments. 2000-11-28 14:18:13 +00:00
compress.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
conf.h Added option `--force-execve' which forces the use of the generic 2000-12-22 12:01:43 +00:00
console.h Updated the file headers. 2000-11-13 12:22:40 +00:00
except.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
except.h Updated the file headers. 2000-11-13 12:22:40 +00:00
fcto_ml.ch Moved the new filter into fcto_ml3.ch. 2000-12-19 12:25:38 +00:00
fcto_ml2.ch Moved the new filter into fcto_ml3.ch. 2000-12-19 12:25:38 +00:00
fcto_ml3.ch Moved the new filter into fcto_ml3.ch. 2000-12-19 12:25:38 +00:00
file.cpp Use closex() instead of close() in OutputFile::dump(). 2000-12-15 11:00:29 +00:00
file.h Updated the file headers. 2000-11-13 12:22:40 +00:00
filter.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
filter.h Updated the file headers. 2000-11-13 12:22:40 +00:00
filteri.cpp Moved the new filter into fcto_ml3.ch. 2000-12-19 12:25:38 +00:00
help.cpp Only #include "version.h" in files that actually need it. 2000-12-21 20:22:03 +00:00
lefile.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
lefile.h Updated the file headers. 2000-11-13 12:22:40 +00:00
linker.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
linker.h Updated the file headers. 2000-11-13 12:22:40 +00:00
main.cpp Added option `--force-execve' which forces the use of the generic 2000-12-22 12:01:43 +00:00
Makefile Finally we use automated dependencies. 2000-12-21 18:49:17 +00:00
Makefile.inc Final 1.10 patches. 2000-12-20 12:03:14 +00:00
mem.cpp Clarified some comments. 2000-11-28 14:18:13 +00:00
mem.h Updated the file headers. 2000-11-13 12:22:40 +00:00
msg.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
mygetopt.cpp Added a "const". 2000-11-22 18:01:05 +00:00
mygetopt.h Initial commit (from git) 2000-05-19 16:04:55 +00:00
p_com.cpp Added Packer::checkAlreadyPacked(). 2000-12-21 19:46:28 +00:00
p_com.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_djgpp2.cpp Cleaned up Packer::readPackHeader(). 2000-12-20 20:00:19 +00:00
p_djgpp2.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_elf.h Some ELF related cleanups. 2000-12-22 12:33:09 +00:00
p_exe.cpp Added Packer::checkAlreadyPacked(). 2000-12-21 19:46:28 +00:00
p_exe.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_lx_elf.cpp Use UPX_MAGIC_LE32 instead of PackHeader::magic. 2000-12-27 13:11:10 +00:00
p_lx_elf.h Prepared for 1.10 release. 2000-12-19 13:49:10 +00:00
p_lx_exc.cpp Avoid a compiler warning. 2000-12-29 12:21:55 +00:00
p_lx_exc.h Some ELF related cleanups. 2000-12-22 12:33:09 +00:00
p_lx_sep.cpp Moved the generic linux/386 format into the new p_lx_exc.{h,cpp} files. 2000-12-21 18:31:00 +00:00
p_lx_sep.h Prepared for 1.10 release. 2000-12-19 13:49:10 +00:00
p_lx_sh.cpp Some ELF related cleanups. 2000-12-22 12:33:09 +00:00
p_lx_sh.h Cleaned up the use of upx_compress(), use delete[] where needed. 2000-12-21 18:12:54 +00:00
p_sys.cpp Added Packer::checkAlreadyPacked(). 2000-12-21 19:46:28 +00:00
p_sys.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_tmt.cpp Cleaned up Packer::readPackHeader(). 2000-12-20 20:00:19 +00:00
p_tmt.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_tos.cpp Added Packer::checkAlreadyPacked(). 2000-12-21 19:46:28 +00:00
p_tos.h All find*() and patch*() routines now return the buffer offset as an `int'. 2000-12-12 03:41:58 +00:00
p_unix.cpp Use UPX_MAGIC_LE32 instead of PackHeader::magic. 2000-12-27 13:11:10 +00:00
p_unix.h Moved the generic linux/386 format into the new p_lx_exc.{h,cpp} files. 2000-12-21 18:31:00 +00:00
p_vmlinz.cpp Added Packer::checkAlreadyPacked(). 2000-12-21 19:46:28 +00:00
p_vmlinz.h Prepared for 1.10 release. 2000-12-19 13:49:10 +00:00
p_vxd.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_w32pe.cpp Cleaned up Packer::readPackHeader(). 2000-12-20 20:00:19 +00:00
p_w32pe.h Disabled compressWithFilters() for now. 2000-11-17 19:46:11 +00:00
p_wcle.cpp Cleaned up Packer::readPackHeader(). 2000-12-20 20:00:19 +00:00
p_wcle.h Updated the file headers. 2000-11-13 12:22:40 +00:00
packer.cpp *** empty log message *** 2000-12-27 13:44:24 +00:00
packer.h Use UPX_MAGIC_LE32 instead of PackHeader::magic. 2000-12-27 13:11:10 +00:00
packhead.cpp Use UPX_MAGIC_LE32 instead of PackHeader::magic. 2000-12-27 13:11:10 +00:00
packmast.cpp Added option `--force-execve' which forces the use of the generic 2000-12-22 12:01:43 +00:00
packmast.h Updated the file headers. 2000-11-13 12:22:40 +00:00
s_djgpp2.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
s_object.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
s_vcsa.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
s_win32.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
screen.h Updated the file headers. 2000-11-13 12:22:40 +00:00
stdcxx.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
stdcxx.h Updated the file headers. 2000-11-13 12:22:40 +00:00
tailor.h Updated the file headers. 2000-11-13 12:22:40 +00:00
ui.cpp Increased precision of get_ratio() and swapped parameters. 2000-12-20 19:54:30 +00:00
ui.h Updated the UI system. 2000-11-22 18:02:30 +00:00
unupx.h Rewrote the new vmlinuz/i386 format in a more object-oriented way. This 2000-12-13 16:10:21 +00:00
util.cpp Increased precision of get_ratio() and swapped parameters. 2000-12-20 19:54:30 +00:00
util.h Increased precision of get_ratio() and swapped parameters. 2000-12-20 19:54:30 +00:00
version.h Updated. 2000-12-22 12:58:35 +00:00
work.cpp Throw an exception if we cannot create a temp/backup file name. 2000-12-12 03:26:25 +00:00