<?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: Excellent Trick on JPG Images. An Image That Contains Images</title>
	<atom:link href="http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/</link>
	<description>Jeez Aggressive Technology</description>
	<lastBuildDate>Tue, 01 Jun 2010 16:04:45 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-309</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-309</guid>
		<description>I think so. But it is a very old known trick that antivirus companies can easily trace and eliminate.</description>
		<content:encoded><![CDATA[<p>I think so. But it is a very old known trick that antivirus companies can easily trace and eliminate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookster</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-308</link>
		<dc:creator>Bookster</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-308</guid>
		<description>Can this trick be used by people writing viruses and trojans?</description>
		<content:encoded><![CDATA[<p>Can this trick be used by people writing viruses and trojans?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-218</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-218</guid>
		<description>Some years ago I used the same trick in Java, attaching a .exe and a .jar, so the .exe was able to run the VM passing itself as classpath and running the Java app. It worked like a charm, creating a self-contained Java application.</description>
		<content:encoded><![CDATA[<p>Some years ago I used the same trick in Java, attaching a .exe and a .jar, so the .exe was able to run the VM passing itself as classpath and running the Java app. It worked like a charm, creating a self-contained Java application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-202</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 23 Sep 2009 02:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-202</guid>
		<description>In windows at the command line:

copy landscape1.jpg /b + collection.zip /b combined.jpg</description>
		<content:encoded><![CDATA[<p>In windows at the command line:</p>
<p>copy landscape1.jpg /b + collection.zip /b combined.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olli</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-201</link>
		<dc:creator>olli</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-201</guid>
		<description>to do this in Windows (or DOS lol) systems use the concatenating copy option -
&quot;copy file1.jpg+file1.zip newjpgzipcombo.jpg&quot;

or to use the appending version that timekiller mentioned (don&#039;t forget to backup the original jpg if you need it) replace &quot;cat&quot; with &quot;type&quot; -
&quot;type file1.zip &gt;&gt; file2.jpg&quot;</description>
		<content:encoded><![CDATA[<p>to do this in Windows (or DOS lol) systems use the concatenating copy option -<br />
&#8220;copy file1.jpg+file1.zip newjpgzipcombo.jpg&#8221;</p>
<p>or to use the appending version that timekiller mentioned (don&#8217;t forget to backup the original jpg if you need it) replace &#8220;cat&#8221; with &#8220;type&#8221; -<br />
&#8220;type file1.zip &gt;&gt; file2.jpg&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onemanclic</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-200</link>
		<dc:creator>onemanclic</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-200</guid>
		<description>Are the image files compressed when they&#039;re in the zip format?  In other words, does the file size change when you change the extension?  That would be interesting but I doubt it.</description>
		<content:encoded><![CDATA[<p>Are the image files compressed when they&#8217;re in the zip format?  In other words, does the file size change when you change the extension?  That would be interesting but I doubt it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack9</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-199</link>
		<dc:creator>Jack9</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-199</guid>
		<description>People have been doing this to embed mp3s of commercial Jpop (funny enough, this is serious business and illegal in Japan) since the late 90&#039;s.</description>
		<content:encoded><![CDATA[<p>People have been doing this to embed mp3s of commercial Jpop (funny enough, this is serious business and illegal in Japan) since the late 90&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rabidgremlin</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-198</link>
		<dc:creator>rabidgremlin</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-198</guid>
		<description>Under windows you should be able to use the copy command to join to files:

copy /b file1.jpg + file2.zip combined.jpg</description>
		<content:encoded><![CDATA[<p>Under windows you should be able to use the copy command to join to files:</p>
<p>copy /b file1.jpg + file2.zip combined.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-196</link>
		<dc:creator>L</dc:creator>
		<pubDate>Wed, 23 Sep 2009 00:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-196</guid>
		<description>You can also do something to this effect by putting a .jpg and a .rar in the same folder, and than opening up command prompt and type in cd (wherever the file location is) and than typing in copy /b (imaginename).jpg + (rarname).rar (imagename).jpg
So it&#039;d be something like:
cd C:\Users\L\desktop\filelocation
copy /b Veniversum.jpg + Vi.rar Veniversum.jpg</description>
		<content:encoded><![CDATA[<p>You can also do something to this effect by putting a .jpg and a .rar in the same folder, and than opening up command prompt and type in cd (wherever the file location is) and than typing in copy /b (imaginename).jpg + (rarname).rar (imagename).jpg<br />
So it&#8217;d be something like:<br />
cd C:\Users\L\desktop\filelocation<br />
copy /b Veniversum.jpg + Vi.rar Veniversum.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deuce</title>
		<link>http://jeez.eu/2009/09/22/excellent-trick-on-jpg-images-an-image-that-contains-images/comment-page-1/#comment-195</link>
		<dc:creator>Deuce</dc:creator>
		<pubDate>Wed, 23 Sep 2009 00:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://jeez.eu/?p=380#comment-195</guid>
		<description>Doh!  Only the other way around: copy file1.jpg+file2.zip file3.jpg

JPEG must come first... and you may need a /b before each filename... experiement!</description>
		<content:encoded><![CDATA[<p>Doh!  Only the other way around: copy file1.jpg+file2.zip file3.jpg</p>
<p>JPEG must come first&#8230; and you may need a /b before each filename&#8230; experiement!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
