Markus F.X.J. Oberhumer
|
572082ac2b
|
Implemented Packer::verifyOverlappingDecompression().
committer: mfx <mfx> 978465508 +0000
|
2001-01-02 19:58:28 +00:00 |
|
Markus F.X.J. Oberhumer
|
d328e834b1
|
Documentation updates.
committer: mfx <mfx> 978450814 +0000
|
2001-01-02 15:53:34 +00:00 |
|
Markus F.X.J. Oberhumer
|
aa540f85fa
|
Big merge of my working tree: Added options `--all-methods', new
Packer::getCompressionMethods(), improved Packer::compressWithFilters().
committer: mfx <mfx> 978449945 +0000
|
2001-01-02 15:39:05 +00:00 |
|
Markus F.X.J. Oberhumer
|
1084d86063
|
Some more cleanups.
committer: mfx <mfx> 978191791 +0000
|
2000-12-30 15:56:31 +00:00 |
|
Markus F.X.J. Oberhumer
|
a43d93512d
|
Updated.
committer: mfx <mfx> 978190991 +0000
|
2000-12-30 15:43:11 +00:00 |
|
Markus F.X.J. Oberhumer
|
a8177201ef
|
Added new field PackHeader::overlap_overhead.
committer: mfx <mfx> 978190533 +0000
|
2000-12-30 15:35:33 +00:00 |
|
Markus F.X.J. Oberhumer
|
85bebf0b43
|
Major rewrite: added buildLoader() and fillExeHeader().
committer: mfx <mfx> 978189850 +0000
|
2000-12-30 15:24:10 +00:00 |
|
Markus F.X.J. Oberhumer
|
f36feee0dc
|
Added a framework for the win16/ne format, so that it's easier for someone
to actually contribute that.
committer: mfx <mfx> 978183080 +0000
|
2000-12-30 13:31:20 +00:00 |
|
Markus F.X.J. Oberhumer
|
c0bbc2216e
|
Always call buildLoader() directly after compress().
committer: mfx <mfx> 978181874 +0000
|
2000-12-30 13:11:14 +00:00 |
|
Markus F.X.J. Oberhumer
|
8ce23f15e8
|
Updated.
committer: mfx <mfx> 978180979 +0000
|
2000-12-30 12:56:19 +00:00 |
|
Markus F.X.J. Oberhumer
|
0b01be7b29
|
Consistency cleanups.
committer: mfx <mfx> 978180862 +0000
|
2000-12-30 12:54:22 +00:00 |
|
Markus F.X.J. Oberhumer
|
ceebd3518b
|
Implemented buildLoader(), so that we can add compressWithFilters().
committer: mfx <mfx> 978180698 +0000
|
2000-12-30 12:51:38 +00:00 |
|
Markus F.X.J. Oberhumer
|
a9249c6335
|
Implemented compressWithFilters().
committer: mfx <mfx> 978180632 +0000
|
2000-12-30 12:50:32 +00:00 |
|
Markus F.X.J. Oberhumer
|
dc22e6f158
|
Changed a comment.
committer: mfx <mfx> 978108487 +0000
|
2000-12-29 16:48:07 +00:00 |
|
Markus F.X.J. Oberhumer
|
1c7a34b367
|
Updated.
committer: mfx <mfx> 978108464 +0000
|
2000-12-29 16:47:44 +00:00 |
|
Markus F.X.J. Oberhumer
|
526ae77b08
|
Whitespace changes.
committer: mfx <mfx> 978108441 +0000
|
2000-12-29 16:47:21 +00:00 |
|
Markus F.X.J. Oberhumer
|
82698fb4b0
|
Enabled compressWithFilters(). Added some assertions.
committer: mfx <mfx> 978108380 +0000
|
2000-12-29 16:46:20 +00:00 |
|
Markus F.X.J. Oberhumer
|
63ead04054
|
Documented `--all-filters'.
committer: mfx <mfx> 978108298 +0000
|
2000-12-29 16:44:58 +00:00 |
|
Markus F.X.J. Oberhumer
|
5727461522
|
Updated.
committer: mfx <mfx> 978101535 +0000
|
2000-12-29 14:52:15 +00:00 |
|
Markus F.X.J. Oberhumer
|
cd4292dd55
|
Completely updated the TODO list.
committer: mfx <mfx> 978101036 +0000
|
2000-12-29 14:43:56 +00:00 |
|
Markus F.X.J. Oberhumer
|
11ee8627b8
|
Improved some ELF header checks.
committer: mfx <mfx> 978099239 +0000
|
2000-12-29 14:13:59 +00:00 |
|
Markus F.X.J. Oberhumer
|
65ad79d727
|
Updated.
committer: mfx <mfx> 978093031 +0000
|
2000-12-29 12:30:31 +00:00 |
|
Markus F.X.J. Oberhumer
|
85920ea8b1
|
Use the new macro COMPILE_TIME_ASSERT() instead of several assert().
committer: mfx <mfx> 978092937 +0000
|
2000-12-29 12:28:57 +00:00 |
|
Markus F.X.J. Oberhumer
|
f4d2287e57
|
Added some experimental test code.
committer: mfx <mfx> 978092868 +0000
|
2000-12-29 12:27:48 +00:00 |
|
Markus F.X.J. Oberhumer
|
8a77a477df
|
Do not use the screen code when running under Windows NT.
committer: mfx <mfx> 978092789 +0000
|
2000-12-29 12:26:29 +00:00 |
|
Markus F.X.J. Oberhumer
|
5a497e2dac
|
Added a framework for the elks/8086 format. Completely non-functional at the moment.
committer: mfx <mfx> 978092698 +0000
|
2000-12-29 12:24:58 +00:00 |
|
Markus F.X.J. Oberhumer
|
7d5042012b
|
Avoid a compiler warning.
committer: mfx <mfx> 978092515 +0000
|
2000-12-29 12:21:55 +00:00 |
|
Markus F.X.J. Oberhumer
|
d2625d8607
|
*** empty log message ***
committer: mfx <mfx> 977924664 +0000
|
2000-12-27 13:44:24 +00:00 |
|
Markus F.X.J. Oberhumer
|
c3ec6b73e5
|
Use UPX_MAGIC_LE32 instead of PackHeader::magic.
committer: mfx <mfx> 977922670 +0000
|
2000-12-27 13:11:10 +00:00 |
|
Markus F.X.J. Oberhumer
|
0ffe40c621
|
Updated.
committer: mfx <mfx> 977489915 +0000
|
2000-12-22 12:58:35 +00:00 |
|
Markus F.X.J. Oberhumer
|
537f9111ae
|
Documented `--force-execve'.
committer: mfx <mfx> 977488831 +0000
|
2000-12-22 12:40:31 +00:00 |
|
Markus F.X.J. Oberhumer
|
d168d85650
|
Some ELF related cleanups.
committer: mfx <mfx> 977488389 +0000
|
2000-12-22 12:33:09 +00:00 |
|
Markus F.X.J. Oberhumer
|
dbbc47a334
|
Added option `--force-execve' which forces the use of the generic
linux/386 format.
committer: mfx <mfx> 977486503 +0000
|
2000-12-22 12:01:43 +00:00 |
|
Markus F.X.J. Oberhumer
|
47760c37fc
|
Updated.
committer: mfx <mfx> 977431602 +0000
|
2000-12-21 20:46:42 +00:00 |
|
Markus F.X.J. Oberhumer
|
9fc785199a
|
Only #include "version.h" in files that actually need it.
committer: mfx <mfx> 977430123 +0000
|
2000-12-21 20:22:03 +00:00 |
|
Markus F.X.J. Oberhumer
|
f4f70634a1
|
Made PackHeader::magic a constant.
committer: mfx <mfx> 977428640 +0000
|
2000-12-21 19:57:20 +00:00 |
|
Markus F.X.J. Oberhumer
|
046df6da76
|
Added Packer::checkAlreadyPacked().
committer: mfx <mfx> 977427988 +0000
|
2000-12-21 19:46:28 +00:00 |
|
Markus F.X.J. Oberhumer
|
facca7b891
|
Added test for alreadyPacked().
committer: mfx <mfx> 977426670 +0000
|
2000-12-21 19:24:30 +00:00 |
|
Markus F.X.J. Oberhumer
|
a254e81ba9
|
Oops.
committer: mfx <mfx> 977426094 +0000
|
2000-12-21 19:14:54 +00:00 |
|
Markus F.X.J. Oberhumer
|
09eb201b76
|
*** empty log message ***
committer: mfx <mfx> 977425661 +0000
|
2000-12-21 19:07:41 +00:00 |
|
Markus F.X.J. Oberhumer
|
b0226b54bd
|
Finally we use automated dependencies.
committer: mfx <mfx> 977424557 +0000
|
2000-12-21 18:49:17 +00:00 |
|
Markus F.X.J. Oberhumer
|
1d948c839d
|
Moved the generic linux/386 format into the new p_lx_exc.{h,cpp} files.
committer: mfx <mfx> 977423460 +0000
|
2000-12-21 18:31:00 +00:00 |
|
Markus F.X.J. Oberhumer
|
5d74b7252d
|
Cleaned up the use of upx_compress(), use delete[] where needed.
committer: mfx <mfx> 977422374 +0000
|
2000-12-21 18:12:54 +00:00 |
|
Markus F.X.J. Oberhumer
|
e787805b81
|
Extended gzip signature to 3 bytes.
committer: mfx <mfx> 977403238 +0000
|
2000-12-21 12:53:58 +00:00 |
|
Markus F.X.J. Oberhumer
|
166d91ac48
|
Added some assertions.
committer: mfx <mfx> 977395014 +0000
|
2000-12-21 10:36:54 +00:00 |
|
Markus F.X.J. Oberhumer
|
2bb2124356
|
readFileHeader() now returns 0 on error.
committer: mfx <mfx> 977394998 +0000
|
2000-12-21 10:36:38 +00:00 |
|
Markus F.X.J. Oberhumer
|
29ae1b7231
|
Updated.
committer: mfx <mfx> 977393157 +0000
|
2000-12-21 10:05:57 +00:00 |
|
Markus F.X.J. Oberhumer
|
06dc67da49
|
Added some more checks to canPack(), throw an exception in case
of crippled ELF headers.
committer: mfx <mfx> 977393134 +0000
|
2000-12-21 10:05:34 +00:00 |
|
Markus F.X.J. Oberhumer
|
42fe803a39
|
Cleaned up some canPack() checks.
committer: mfx <mfx> 977393067 +0000
|
2000-12-21 10:04:27 +00:00 |
|
John Reiser
|
1dcaedab30
|
sys_size is only 16 bits and can wrap around
committer: jreiser <jreiser> 977374512 +0000
|
2000-12-21 04:55:12 +00:00 |
|