mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated.
committer: mfx <mfx> 1088541938 +0000
This commit is contained in:
parent
5a8d60d3e0
commit
130699a33b
11
TODO
11
TODO
|
@ -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:
|
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
|
- 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
|
- stub ctojr32 needs CPU 486 because of bswap
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -93,10 +93,6 @@ private:
|
||||||
if (ptr_) checkRange(extra);
|
if (ptr_) checkRange(extra);
|
||||||
}
|
}
|
||||||
|
|
||||||
void throwBoundedPtr(const char *msg) const {
|
|
||||||
throwCantPack(msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
T* ptr_;
|
T* ptr_;
|
||||||
void* base_;
|
void* base_;
|
||||||
size_t size_;
|
size_t size_;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user