Shrink your Delphi GUI Apps to only 9Kb of size
When you create new application with empty form, then compile it
in delphi 7 you will get 400k file size, this is not good for us when
we only to create appz that can patch or inject some code into mem.
So there is some library called KOL (Key Object Library),
developer of KOL re write system unit from original Delphi System Unit
like Classes, Window...etc....with full asm n api, so it very2 small footprint
empty application that D7 can produce 400k, with KOL it just take 15k
before compression, if u using UPX as compressor, it can take only 9k.
small is it....
KOL WebSite
http://www.bonanzas.rinet.ru/
|