[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [exelist] striprelocs



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