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 2ed6608f08 Constified some pointers.
committer: mfx <mfx> 976877986 +0000
2000-12-15 10:59:46 +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 filtering support addded. 2000-12-15 10:48:10 +00:00
.cvsignore Rewrote the new vmlinuz/i386 format in a more object-oriented way. This 2000-12-13 16:10:21 +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 Try S_IWRITE if S_IWUSR is not defined. 2000-11-22 18:04:24 +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 Updated the file headers. 2000-11-13 12:22:40 +00:00
fcto_ml2.ch Updated the file headers. 2000-11-13 12:22:40 +00:00
file.cpp Clarified some comments. 2000-11-28 14:18:13 +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 Updated the file headers. 2000-11-13 12:22:40 +00:00
help.cpp Disabled the `--script=' option. 2000-11-14 01:35:20 +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 Disabled the `--script=' option. 2000-11-14 01:35:20 +00:00
Makefile Rewrote the new vmlinuz/i386 format in a more object-oriented way. This 2000-12-13 16:10:21 +00:00
Makefile.inc Can use multiple libraries. 2000-09-20 16:52:49 +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::checkFinalCompressionRatio(). 2000-12-14 06:38:12 +00:00
p_com.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_djgpp2.cpp patchFilter32 added. 2000-12-15 10:43:42 +00:00
p_djgpp2.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_elf.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_exe.cpp Added Packer::checkFinalCompressionRatio(). 2000-12-14 06:38:12 +00:00
p_exe.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_lx_elf.cpp Added Packer::checkFinalCompressionRatio(). 2000-12-14 06:38:12 +00:00
p_lx_elf.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_lx_sep.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
p_lx_sep.h Fixed trailing tokens after a #endif. 2000-11-22 18:01:57 +00:00
p_lx_sh.cpp Updated the file headers. 2000-11-13 12:22:40 +00:00
p_lx_sh.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_sys.cpp Rewrote PackHeader handling. In particuliar, Packer::putPackHeader() 2000-12-12 06:13:35 +00:00
p_sys.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_tmt.cpp patchFilter32 added. 2000-12-15 10:43:42 +00:00
p_tmt.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_tos.cpp Added Packer::checkFinalCompressionRatio(). 2000-12-14 06:38:12 +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 Added Packer::checkFinalCompressionRatio(). 2000-12-14 06:38:12 +00:00
p_unix.h Removed traces of the old prototype vmlinux stuff. 2000-12-13 14:50:35 +00:00
p_vmlinz.cpp filtering support added. better method for finding the compressed kernel. 2000-12-15 10:46:54 +00:00
p_vmlinz.h filtering support added. better method for finding the compressed kernel. 2000-12-15 10:46:54 +00:00
p_vxd.h Updated the file headers. 2000-11-13 12:22:40 +00:00
p_w32pe.cpp patchFilter32 added. 2000-12-15 10:43:42 +00:00
p_w32pe.h Disabled compressWithFilters() for now. 2000-11-17 19:46:11 +00:00
p_wcle.cpp patchFilter32 added. 2000-12-15 10:43:42 +00:00
p_wcle.h Updated the file headers. 2000-11-13 12:22:40 +00:00
packer.cpp patchFilter32 added. 2000-12-15 10:43:42 +00:00
packer.h patchFilter32 added. 2000-12-15 10:43:42 +00:00
packhead.cpp Rewrote PackHeader handling. In particuliar, Packer::putPackHeader() 2000-12-12 06:13:35 +00:00
packmast.cpp Added an assertion for Packer::getVersion() >= 11. 2000-12-14 07:22:34 +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 Updated the UI system. 2000-11-22 18:02: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 Rewrote PackHeader handling. In particuliar, Packer::putPackHeader() 2000-12-12 06:13:35 +00:00
util.h All find*() and patch*() routines now return the buffer offset as an `int'. 2000-12-12 03:41:58 +00:00
version.h Updated. 2000-12-13 16:11:03 +00:00
work.cpp Throw an exception if we cannot create a temp/backup file name. 2000-12-12 03:26:25 +00:00