<?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/"
		>
<channel>
	<title>Comments on: Decompressing A SWF With Java</title>
	<atom:link href="http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/</link>
	<description>This is the blog of Brooks Andrus. Here, at irregular intervals, you may find digital noise centered around the activities of an early 21st century technologist. I work for TechSmith Corporation, but this web space and the views found on it are entirely my own.</description>
	<lastBuildDate>Thu, 02 Sep 2010 01:33:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris Wellons</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-49851</link>
		<dc:creator>Chris Wellons</dc:creator>
		<pubDate>Thu, 16 Apr 2009 01:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-49851</guid>
		<description>This can be done with a Perl one-liner instead of 115 lines of Java ;-),

perl -MCompress::Zlib -0777 -e \
      &#039;print uncompress substr , 8;&#039; flash.swf &gt; flash</description>
		<content:encoded><![CDATA[<p>This can be done with a Perl one-liner instead of 115 lines of Java ;-),</p>
<p>perl -MCompress::Zlib -0777 -e \<br />
      &#8216;print uncompress substr , 8;&#8217; flash.swf &gt; flash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cotta</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-45978</link>
		<dc:creator>cotta</dc:creator>
		<pubDate>Fri, 23 May 2008 02:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-45978</guid>
		<description>hi, it&#039;s me again ;) , the project I was talking about in the last post had become a quite structured one... it is called JavaSWF9  , if you or someone in the audience interested in contributing drop a message at www.stefanocottafavi.com

cheers</description>
		<content:encoded><![CDATA[<p>hi, it&#8217;s me again ;) , the project I was talking about in the last post had become a quite structured one&#8230; it is called JavaSWF9  , if you or someone in the audience interested in contributing drop a message at <a href="http://www.stefanocottafavi.com" rel="nofollow">http://www.stefanocottafavi.com</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cotta</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-36987</link>
		<dc:creator>cotta</dc:creator>
		<pubDate>Mon, 21 Jan 2008 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-36987</guid>
		<description>hey there, first comment after 2 year!!!

thank you for the code
I&#039;m using it in my own project and I&#039;ve found a bug related to inflater: sometimes finished() is read as false when in fact should be true... workaround is use also count!=0 in while loop.

cheers</description>
		<content:encoded><![CDATA[<p>hey there, first comment after 2 year!!!</p>
<p>thank you for the code<br />
I&#8217;m using it in my own project and I&#8217;ve found a bug related to inflater: sometimes finished() is read as false when in fact should be true&#8230; workaround is use also count!=0 in while loop.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-1685</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 06 Nov 2006 11:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-1685</guid>
		<description>&lt;strong&gt;Yep...&lt;/strong&gt;

            Yes, I&#039;ve heard of &quot;decaf.&quot; What&#039;s your point?
...</description>
		<content:encoded><![CDATA[<p><strong>Yep&#8230;</strong></p>
<p>            Yes, I&#8217;ve heard of &#8220;decaf.&#8221; What&#8217;s your point?<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-1433</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Sun, 15 Oct 2006 08:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-1433</guid>
		<description>Hey Mark,

The swf file format uses zlib compression.</description>
		<content:encoded><![CDATA[<p>Hey Mark,</p>
<p>The swf file format uses zlib compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-1290</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 07 Oct 2006 22:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-1290</guid>
		<description>What type of compression is used for an SWF file? Gzip? zip? bzip? tar?</description>
		<content:encoded><![CDATA[<p>What type of compression is used for an SWF file? Gzip? zip? bzip? tar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-822</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Fri, 11 Aug 2006 06:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-822</guid>
		<description>Heh, heh--you should read the file format specification....you know you&#039;re in trouble when it starts to make sense to you.</description>
		<content:encoded><![CDATA[<p>Heh, heh&#8211;you should read the file format specification&#8230;.you know you&#8217;re in trouble when it starts to make sense to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherm</title>
		<link>http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/comment-page-1/#comment-821</link>
		<dc:creator>sherm</dc:creator>
		<pubDate>Fri, 11 Aug 2006 05:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2006/08/10/decompressing-a-swf-with-java/#comment-821</guid>
		<description>look dude, this makes no sense at all.</description>
		<content:encoded><![CDATA[<p>look dude, this makes no sense at all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
