From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: strange text inside exe Date: Fri, 12 Oct 2001 16:45:00 -0400 Organization: MindSpring Enterprises Lines: 21 Message-ID: <9q7kmf$qm9$1@slb7.atl.mindspring.net> References: <3BC58EEF DOT 000001 DOT 13386 AT www2 DOT email DOT atc> <9q43rh$no0$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3BC66C2A DOT 52706408 AT hotmail DOT nospam DOT com> <1438-Fri12Oct2001081643+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 3f.b2.e0.19 X-Server-Date: 12 Oct 2001 20:43:59 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:1438-Fri12Oct2001081643+0200-eliz AT is DOT elta DOT co DOT il... > > From: Ian Rees > > Newsgroups: comp.os.msdos.djgpp > > Date: Fri, 12 Oct 2001 00:06:02 -0400 > > > > What is the garbage doing in the exe file in the first place? > > Nothing; it's filling space that should have been zeroed. > > > It would seem to me if kryo could see enough of the 'garbage' to > > tell it's code, it is probably wasting a fair amount of space > > It could be up to 2KB max, hardly something to care about. Doesn't it concern you that sensitive data that doesn't belong in there could end up in there (however slight that risk might be)? Why do the tools assume that disk space is automatically initialized when it is allocated? It's obviously an incorrect assumption.