[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [exelist] striprelocs
- To: <exelist@egroups.com>
- Subject: Re: [exelist] striprelocs
- From: "Stefan Esser" <anakin@...>
- Date: Mon, 10 Apr 2000 18:38:28 -0700
- References: <20000408132705.27891.qmail@...>
Hmmm this guy is kinda right, there is a lot of wasted memory if you use an
exepacker, but that is the fault of Microsoft. The Memory decommit functions
simply dont work. But he should read his own article: Loading of the exe may
take longer, but after it is unpacked the pages get swapped out if there are
no
more accesses on them. And btw: code sharing is easily possible.
(see Kernel32.dll as best example... or my article about loading a dll above
the 2 GB limit in win9x)
ANAKiN