<?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: Excel Exercises in Style</title>
	<atom:link href="http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/</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: Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-37667</link>
		<dc:creator><![CDATA[Excel with cmd.dll &#38; regedit.dll &#171; Didier Stevens]]></dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-37667</guid>
		<description><![CDATA[[...] to &#8220;inject&#8221; shellcode (stored inside macros) into the Excel process itself. Details here and source code [...]]]></description>
		<content:encoded><![CDATA[<p>[...] to &#8220;inject&#8221; shellcode (stored inside macros) into the Excel process itself. Details here and source code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quickpost: Shellcode to Load a DLL From Memory &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-37536</link>
		<dc:creator><![CDATA[Quickpost: Shellcode to Load a DLL From Memory &#171; Didier Stevens]]></dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-37536</guid>
		<description><![CDATA[[...] previous posts, I showed how to load a DLL or shellcode with VBA in Excel. This is a combination of both techniques: a VBA macro loads and executes [...]]]></description>
		<content:encoded><![CDATA[<p>[...] previous posts, I showed how to load a DLL or shellcode with VBA in Excel. This is a combination of both techniques: a VBA macro loads and executes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MessageBox Shellcode &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-35244</link>
		<dc:creator><![CDATA[MessageBox Shellcode &#171; Didier Stevens]]></dc:creator>
		<pubDate>Tue, 30 Jun 2009 06:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-35244</guid>
		<description><![CDATA[[...] &#8212; Didier Stevens @ 5:40   Per request, I release my assembly code I&#8217;ve used in my previous blogposts to display a message box when the injected shellcode gets executed. It&#8217;s nothing special, but [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &#8212; Didier Stevens @ 5:40   Per request, I release my assembly code I&#8217;ve used in my previous blogposts to display a message box when the injected shellcode gets executed. It&#8217;s nothing special, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-34882</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Wed, 06 May 2009 12:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-34882</guid>
		<description><![CDATA[&gt; Why you call it VBScript?

To which &quot;it&quot; are you referring? Because I have a Python script that can generate both VBScript and VBA for an executable.]]></description>
		<content:encoded><![CDATA[<p>&gt; Why you call it VBScript?</p>
<p>To which &#8220;it&#8221; are you referring? Because I have a Python script that can generate both VBScript and VBA for an executable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vbs</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-34881</link>
		<dc:creator><![CDATA[vbs]]></dc:creator>
		<pubDate>Wed, 06 May 2009 12:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-34881</guid>
		<description><![CDATA[Why you call it VBScript? It is plain VBA, Visual Basic for Applications. And it is incompatible with VBS.]]></description>
		<content:encoded><![CDATA[<p>Why you call it VBScript? It is plain VBA, Visual Basic for Applications. And it is incompatible with VBS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shellcode 2 VBScript &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-34878</link>
		<dc:creator><![CDATA[Shellcode 2 VBScript &#171; Didier Stevens]]></dc:creator>
		<pubDate>Wed, 06 May 2009 09:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-34878</guid>
		<description><![CDATA[[...] Filed under: Hacking, My Software &#8212; Didier Stevens @ 9:06   I had not posted my Python script to convert shellcode to VBScript, so here it [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Filed under: Hacking, My Software &#8212; Didier Stevens @ 9:06   I had not posted my Python script to convert shellcode to VBScript, so here it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-34877</link>
		<dc:creator><![CDATA[Didier Stevens]]></dc:creator>
		<pubDate>Wed, 06 May 2009 09:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-34877</guid>
		<description><![CDATA[I just posted it: http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/]]></description>
		<content:encoded><![CDATA[<p>I just posted it: <a href="http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/" rel="nofollow">http://blog.didierstevens.com/2009/05/06/shellcode-2-vbscript/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-34874</link>
		<dc:creator><![CDATA[anonymous]]></dc:creator>
		<pubDate>Wed, 06 May 2009 03:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-34874</guid>
		<description><![CDATA[Is there a download link?]]></description>
		<content:encoded><![CDATA[<p>Is there a download link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howto: Add a Digital Signature to an Office Document &#171; Didier Stevens</title>
		<link>http://blog.didierstevens.com/2008/10/23/excel-exercises-in-style/#comment-33996</link>
		<dc:creator><![CDATA[Howto: Add a Digital Signature to an Office Document &#171; Didier Stevens]]></dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/?p=821#comment-33996</guid>
		<description><![CDATA[[...] office documents (e.g. a spreadsheet). Macros can also be digitally signed. So if you&#8217;ve that special spreadsheet macro to execute, but your Excel configuration requires macros to be signed, this howto is what [...]]]></description>
		<content:encoded><![CDATA[<p>[...] office documents (e.g. a spreadsheet). Macros can also be digitally signed. So if you&#8217;ve that special spreadsheet macro to execute, but your Excel configuration requires macros to be signed, this howto is what [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

