<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: FileGen</title>
	<atom:link href="http://blog.didierstevens.com/programs/filegen/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:23:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: pat</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-44379</link>
		<dc:creator><![CDATA[pat]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-44379</guid>
		<description><![CDATA[Hi Didier,

Windows (since 2000): fsutil file createnew file.txt 1000000000
less than 0,1 second but it&#039;s empty.

Best regards]]></description>
		<content:encoded><![CDATA[<p>Hi Didier,</p>
<p>Windows (since 2000): fsutil file createnew file.txt 1000000000<br />
less than 0,1 second but it&#8217;s empty.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drewfus</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-37651</link>
		<dc:creator><![CDATA[Drewfus]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 14:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-37651</guid>
		<description><![CDATA[Comprehendo!]]></description>
		<content:encoded><![CDATA[<p>Comprehendo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-37628</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-37628</guid>
		<description><![CDATA[@Drewfus: it&#039;s faster because it is designed for Windows. I choose another design goal. My code is open source and written in standard C, hence usable on many platforms.]]></description>
		<content:encoded><![CDATA[<p>@Drewfus: it&#8217;s faster because it is designed for Windows. I choose another design goal. My code is open source and written in standard C, hence usable on many platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drewfus</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-37625</link>
		<dc:creator><![CDATA[Drewfus]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-37625</guid>
		<description><![CDATA[This alternative is somewhat faster, and has feedback;

http://www.bertel.de/software/rdfc/index-en.html]]></description>
		<content:encoded><![CDATA[<p>This alternative is somewhat faster, and has feedback;</p>
<p><a href="http://www.bertel.de/software/rdfc/index-en.html" rel="nofollow">http://www.bertel.de/software/rdfc/index-en.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-27604</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 09:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-27604</guid>
		<description><![CDATA[There is no guarantee that your plan will work. Filegen is written in standard C and is not OS specific. You can compile it for Linux too. And it is slow, because I use the function fputc to write byte per byte to the file.

There is no guarantee that the space used by a file generated with filegen will be consecutive. If you want to program with this kind of control, use the Windows Defragmentation API:
http://technet.microsoft.com/en-us/sysinternals/bb897427.aspx

If you&#039;re looking for tool that do the job, take a look at Sysinternals:
http://technet.microsoft.com/en-us/sysinternals/bb545046.aspx
In particular, the tools contig and sdelete.]]></description>
		<content:encoded><![CDATA[<p>There is no guarantee that your plan will work. Filegen is written in standard C and is not OS specific. You can compile it for Linux too. And it is slow, because I use the function fputc to write byte per byte to the file.</p>
<p>There is no guarantee that the space used by a file generated with filegen will be consecutive. If you want to program with this kind of control, use the Windows Defragmentation API:<br />
<a href="http://technet.microsoft.com/en-us/sysinternals/bb897427.aspx" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb897427.aspx</a></p>
<p>If you&#8217;re looking for tool that do the job, take a look at Sysinternals:<br />
<a href="http://technet.microsoft.com/en-us/sysinternals/bb545046.aspx" rel="nofollow">http://technet.microsoft.com/en-us/sysinternals/bb545046.aspx</a><br />
In particular, the tools contig and sdelete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi S</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-27602</link>
		<dc:creator><![CDATA[Mehdi S]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 04:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-27602</guid>
		<description><![CDATA[Awesome....Ill use this to lock up hard disk space and prevent fragmentation :)
Could be used to overwrite free space previously written to :)]]></description>
		<content:encoded><![CDATA[<p>Awesome&#8230;.Ill use this to lock up hard disk space and prevent fragmentation <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Could be used to overwrite free space previously written to <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cygwin</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-738</link>
		<dc:creator><![CDATA[cygwin]]></dc:creator>
		<pubDate>Sun, 11 Mar 2007 23:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-738</guid>
		<description><![CDATA[Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\user_1&gt;cat /dev/urandom &#124; head -c 1000 &gt; test
&#039;cat&#039;은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

C:\Documents and Settings\user_1&gt;]]></description>
		<content:encoded><![CDATA[<p>Microsoft Windows XP [Version 5.1.2600]<br />
(C) Copyright 1985-2001 Microsoft Corp.</p>
<p>C:\Documents and Settings\user_1&gt;cat /dev/urandom | head -c 1000 &gt; test<br />
&#8216;cat&#8217;은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는<br />
배치 파일이 아닙니다.</p>
<p>C:\Documents and Settings\user_1&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cygwin</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-737</link>
		<dc:creator><![CDATA[cygwin]]></dc:creator>
		<pubDate>Sun, 11 Mar 2007 23:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-737</guid>
		<description><![CDATA[cygwin 이 머하는 거요 ??]]></description>
		<content:encoded><![CDATA[<p>cygwin 이 머하는 거요 ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-456</link>
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Tue, 23 Jan 2007 14:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-456</guid>
		<description><![CDATA[Hehe... This is what happens when you post in a hurry. You are right of course in both cases. Color me embarrassed.

Either way it&#039;s a cool tool for easily doing this under windows. I actually bookmarked this in case I need it in the future. 

Btw, my cygwin installation on XP did have a /dev directory - or at least it did have /dev/random and /dev/null cause I used them in the past without any problems. Maybe it depends on which components are installed.]]></description>
		<content:encoded><![CDATA[<p>Hehe&#8230; This is what happens when you post in a hurry. You are right of course in both cases. Color me embarrassed.</p>
<p>Either way it&#8217;s a cool tool for easily doing this under windows. I actually bookmarked this in case I need it in the future. </p>
<p>Btw, my cygwin installation on XP did have a /dev directory &#8211; or at least it did have /dev/random and /dev/null cause I used them in the past without any problems. Maybe it depends on which components are installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/filegen/#comment-455</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Tue, 23 Jan 2007 14:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/filegen/#comment-455</guid>
		<description><![CDATA[I just checked, there is no /dev directory on my Windows XP PC with Cygwin.]]></description>
		<content:encoded><![CDATA[<p>I just checked, there is no /dev directory on my Windows XP PC with Cygwin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

