1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
committer: mfx <mfx> 1088541938 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2004-06-29 20:45:38 +00:00
parent 5a8d60d3e0
commit 130699a33b
2 changed files with 2 additions and 13 deletions

11
TODO
View File

@ -1,19 +1,12 @@
UPX TODO list. Last updated 2003-08-05.
UPX TODO list. Last updated 2004-06-29.
IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
- win32/pe is currently broken
- win32/pe should add support for PEDIR_LOADCONF (Visual C 7.1 generated exes)
- win32/pe should add support for PEDIR_LOADCONF (Visual C++ 7.1 generated exes)
- win32/pe should reliably detect .NET exes and somehow deal with them
- vmlinuz/386 cannot handle current 2.[56].xx kernels ?
(update: this seems to be fixed now - need more testing)
- atari/tos is incompatible with upx 1.2 ???
- stub ctojr32 needs CPU 486 because of bswap

View File

@ -93,10 +93,6 @@ private:
if (ptr_) checkRange(extra);
}
void throwBoundedPtr(const char *msg) const {
throwCantPack(msg);
}
T* ptr_;
void* base_;
size_t size_;